Skip to content

Commit b238b04

Browse files
authored
Merge pull request #185 from aayushsss1/master
Ubi Image and Golang Update
2 parents 1c7f11c + a15bf82 commit b238b04

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
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-07-19T11:18:57Z",
6+
"generated_at": "2023-09-08T06:07:39Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -338,7 +338,7 @@
338338
}
339339
]
340340
},
341-
"version": "0.13.1+ibm.56.dss",
341+
"version": "0.13.1+ibm.61.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 wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal:8.8-1014
1+
FROM wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal:8.8-1037
22
# Default values
33
ARG git_commit_id=unknown
44
ARG git_remote_url=unknown

block-storage-attacher/Dockerfile.builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG PROXY_IMAGE_URL_DOCKERHUB=blank
2-
FROM "${PROXY_IMAGE_URL_DOCKERHUB}"/golang:1.20.6
2+
FROM "${PROXY_IMAGE_URL_DOCKERHUB}"/golang:1.20.7
33

44
#ARG GOPROXY=off
55

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.8-1014
1+
docker://wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal,8.8-1037
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: 6 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.46 | 2023-09-08 | >=1.10 | None | Refer Changelog v2.0.46 |
2122
| v2.0.45 | 2023-07-20 | >=1.10 | None | Refer Changelog v2.0.45 |
2223
| v2.0.44 | 2023-06-07 | >=1.10 | None | Refer Changelog v2.0.44 |
2324
| v2.0.42 | 2023-05-17 | >=1.10 | None | Refer Changelog v2.0.42 |
@@ -70,9 +71,14 @@ https://cloud.ibm.com/docs/containers?topic=containers-utilities#block_storage_a
7071
| 1.0.1 | 2019-01-23 | >=1.10 | None | Refer Changelog v1.0.1 |
7172
| 1.0.0 | 2018-12-05 | >=1.10 | None | Initial chart version |
7273

74+
# [v2.0.46] - 2023-09-08
75+
- Golang updated to 1.20.7
76+
- UBI image updated
77+
7378
# [v2.0.45] - 2023-07-20
7479
- Golang updated to 1.20.6
7580
- UBI image updated
81+
7682
# [v2.0.44] - 2023-06-07
7783
- Golang updated to 1.20.4
7884

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

0 commit comments

Comments
 (0)