Skip to content

Commit 4dd7f1d

Browse files
authored
Merge pull request #170 from gayathrimenath-ibm/master
UBI image update ubi8:8.7-923
2 parents 4bbf3de + d25a073 commit 4dd7f1d

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-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": "2022-10-28T08:43:09Z",
6+
"generated_at": "2022-11-14T10:38: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.6-994
1+
FROM wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal:8.7-923
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-994
1+
docker://wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal,8.7-923
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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.32 | 2022-11-14 | >=1.10 | None | Refer Changelog v2.0.32 |
2122
| v2.0.31 | 2022-11-02 | >=1.10 | None | Refer Changelog v2.0.31 |
2223
| v2.0.30 | 2022-09-16 | >=1.10 | None | Refer Changelog v2.0.30 |
2324
| v2.0.29 | 2022-09-01 | >=1.10 | None | Refer Changelog v2.0.29 |
@@ -58,13 +59,18 @@ https://cloud.ibm.com/docs/containers?topic=containers-utilities#block_storage_a
5859
| 1.0.1 | 2019-01-23 | >=1.10 | None | Refer Changelog v1.0.1 |
5960
| 1.0.0 | 2018-12-05 | >=1.10 | None | Initial chart version |
6061

62+
# [v2.0.32] - 2022-11-14
63+
UBI image update
64+
65+
### Changelog
66+
- UBI image Updated - ubi-minimal:8.7-923
67+
6168
# [v2.0.31] - 2022-11-02
6269
UBI image update
6370

6471
### Changelog
6572
- UBI image Updated to ubi-minimal:8.6-994
6673

67-
6874
# [v2.0.30] - 2022-09-16
6975
Golang, UBI image update
7076

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

0 commit comments

Comments
 (0)