Skip to content

Commit 2fe02d0

Browse files
authored
Merge pull request #189 from bhargaviSurineedi/master
ubi image update
2 parents 360e3f1 + dccb17a commit 2fe02d0

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

.secrets.baseline

Lines changed: 2 additions & 2 deletions
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": "2023-11-22T13:00:07Z",
6+
"generated_at": "2024-01-30T05:10:32Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -338,7 +338,7 @@
338338
}
339339
]
340340
},
341-
"version": "0.13.1+ibm.61.dss",
341+
"version": "0.13.1+ibm.62.dss",
342342
"word_list": {
343343
"file": null,
344344
"hash": null

block-storage-attacher/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker-na.artifactory.swg-devops.com/wcp-alchemy-containers-team-access-redhat-docker-remote/ubi8/ubi-minimal:8.9-1029
1+
FROM docker-na.artifactory.swg-devops.com/wcp-alchemy-containers-team-access-redhat-docker-remote/ubi8/ubi-minimal:8.9-1108
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://docker-na.artifactory.swg-devops.com/wcp-alchemy-containers-team-access-redhat-docker-remote/ubi8/ubi-minimal,8.9-1029
1+
docker://docker-na.artifactory.swg-devops.com/wcp-alchemy-containers-team-access-redhat-docker-remote/ubi8/ubi-minimal,8.9-1108
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: 4 additions & 0 deletions
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.50 | 2024-01-30 | >=1.10 | none | Refer Changelog v2.0.50 |
2122
| v2.0.49 | 2023-11-22 | >=1.10 | none | Refer Changelog v2.0.49 |
2223
| v2.0.48 | 2023-10-27 | >=1.10 | None | Refer Changelog v2.0.48 |
2324
| v2.0.47 | 2023-10-12 | >=1.10 | None | Refer Changelog v2.0.47 |
@@ -74,6 +75,9 @@ https://cloud.ibm.com/docs/containers?topic=containers-utilities#block_storage_a
7475
| 1.0.1 | 2019-01-23 | >=1.10 | None | Refer Changelog v1.0.1 |
7576
| 1.0.0 | 2018-12-05 | >=1.10 | None | Initial chart version |
7677

78+
# [v2.0.50] - 2023-01-30
79+
- UBI image update 8.9-1108
80+
7781
# [v2.0.49] - 2023-11-22
7882
- UBI image update 8.9-1029
7983
- Golang 1.20.11 update

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

0 commit comments

Comments
 (0)