Skip to content

Commit 6dd6a1b

Browse files
authored
Merge pull request #135 from Shirisha-S-Rao-1/ubi
Updated UBI image
2 parents 5329bee + d8b2357 commit 6dd6a1b

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.secrets.baseline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "go.sum|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2021-06-08T13:26:32Z",
6+
"generated_at": "2021-07-05T09:19:20Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"

block-storage-attacher/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal:8.4-200.1622548483
1+
FROM wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal:8.4-205
22
# Default values
33
ARG git_commit_id=unknown
44
ARG git_remote_url=unknown

block-storage-attacher/OPENSOURCE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
docker://wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal,8.4-200.1622548483
1+
docker://wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal,8.4-205
22
github.com/BurntSushi/toml,v0.3.1,direct
33
github.com/coreos/go-systemd/v22,v22.2.0,direct
44
github.com/gogo/protobuf,v1.3.2,indirect

block-storage-attacher/helm/ibm-block-storage-attacher/RELEASENOTES.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This chart has below new features added
66
None
77

88
# Fixes
9-
Please refer v2.0.8 changelog section.
9+
Please refer v2.0.9 changelog section.
1010

1111
# Documentation
1212
https://cloud.ibm.com/docs/containers?topic=containers-utilities#block_storage_attacher
@@ -18,6 +18,7 @@ https://cloud.ibm.com/docs/containers?topic=containers-utilities#block_storage_a
1818

1919
| Chart | Date | Kubernetes Required | Breaking Changes | Details |
2020
| ----- | ---------- | ------------------- | ---------------- | --------------------------- |
21+
| v2.0.9 | 2021-07-05 | >=1.10 | None | Refer Changelog v2.0.9 |
2122
| v2.0.8 | 2021-06-08 | >=1.10 | None | Refer Changelog v2.0.8 |
2223
| v2.0.7 | 2021-05-26 | >=1.10 | None | Refer Changelog v2.0.7 |
2324
| v2.0.6 | 2021-04-27 | >=1.10 | None | Refer Changelog v2.0.6 |
@@ -35,6 +36,12 @@ https://cloud.ibm.com/docs/containers?topic=containers-utilities#block_storage_a
3536
| 1.0.1 | 2019-01-23 | >=1.10 | None | Refer Changelog v1.0.1 |
3637
| 1.0.0 | 2018-12-05 | >=1.10 | None | Initial chart version |
3738

39+
## [v2.0.9] - 2021-07-05
40+
UBI image update for VA issue
41+
42+
### Changelog
43+
- UBI image update for VA issue
44+
3845
## [v2.0.8] - 2021-06-08
3946
UBI image, golang version updates for PSIRTS
4047

block-storage-attacher/tests/e2e/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4-200.1622548483
1+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4-205
22
# Create Directory to hold all testing binaries
33
RUN mkdir /pvg-tests
44

0 commit comments

Comments
 (0)