Skip to content

Commit 31741a4

Browse files
UBI image update (#167)
* UBI image update * UBI image update Signed-off-by: Gayathri M <[email protected]> Signed-off-by: Gayathri M <[email protected]>
1 parent fb0ca2d commit 31741a4

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

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.6-902
1+
FROM wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal:8.6-902.1661794353
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.6-902
1+
docker://wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal,8.6-902.1661794353
22
github.com/BurntSushi/toml,v0.3.1,direct
33
github.com/coreos/go-systemd/v22,v22.2.0,direct
44
github.com/gofrs/uuid,v4.2.0+incompatible,direct

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.28 changelog section.
9+
Please refer v2.0.29 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.29 | 2022-09-01 | >=1.10 | None | Refer Changelog v2.0.29 |
2122
| v2.0.28 | 2022-08-17 | >=1.10 | None | Refer Changelog v2.0.28 |
2223
| v2.0.27 | 2022-07-14 | >=1.10 | None | Refer Changelog v2.0.27 |
2324
| v2.0.26 | 2022-06-21 | >=1.10 | None | Refer Changelog v2.0.26 |
@@ -55,6 +56,12 @@ https://cloud.ibm.com/docs/containers?topic=containers-utilities#block_storage_a
5556
| 1.0.1 | 2019-01-23 | >=1.10 | None | Refer Changelog v1.0.1 |
5657
| 1.0.0 | 2018-12-05 | >=1.10 | None | Initial chart version |
5758

59+
# [v2.0.29] - 2022-09-01
60+
UBI image update
61+
62+
### Changelog
63+
- UBI image patch update 8.6-902.1661794353
64+
5865
# [v2.0.28] - 2022-08-17
5966
Golang update
6067

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.6-902
1+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6-902.1661794353
22
# Create Directory to hold all testing binaries
33
RUN mkdir /pvg-tests
44

0 commit comments

Comments
 (0)