Skip to content

Commit c6f55c9

Browse files
UBI image update 8.7-1049.1675784874 (#175)
* UBI image update * Readme update * Readme update
1 parent f61d53f commit c6f55c9

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
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.7-1049
1+
FROM wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal:8.7-1049.1675784874
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.7-1049
1+
docker://wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal,8.7-1049.1675784874
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ 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.37 | 2023-02-14 | >=1.10 | None | Refer Changelog v2.0.37 |
22+
| v2.0.35 | 2023-01-09 | >=1.10 | None | Refer Changelog v2.0.35 |
2123
| v2.0.34 | 2023-01-04 | >=1.10 | None | Refer Changelog v2.0.34 |
2224
| v2.0.33 | 2022-12-05 | >=1.10 | None | Refer Changelog v2.0.33 |
2325
| v2.0.32 | 2022-11-14 | >=1.10 | None | Refer Changelog v2.0.32 |
@@ -61,6 +63,18 @@ https://cloud.ibm.com/docs/containers?topic=containers-utilities#block_storage_a
6163
| 1.0.1 | 2019-01-23 | >=1.10 | None | Refer Changelog v1.0.1 |
6264
| 1.0.0 | 2018-12-05 | >=1.10 | None | Initial chart version |
6365

66+
# [v2.0.37] - 2023-02-14
67+
UBI image updated
68+
69+
### Changelog
70+
- UBI image updated ubi-minimal:8.7-1049.1675784874
71+
72+
# [v2.0.35] - 2023-01-03
73+
UBI image updated
74+
75+
### Changelog
76+
- UBI image updated ubi-minimal:8.7-1049
77+
6478
# [v2.0.33] - 2023-01-03
6579
Golang update
6680

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-minimal8.7-1049
1+
FROM registry.access.redhat.com/ubi8/ubi-minimal8.7-1049.1675784874
22
# Create Directory to hold all testing binaries
33
RUN mkdir /pvg-tests
44

0 commit comments

Comments
 (0)