File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed
helm/ibm-block-storage-attacher Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 33 "files": "go.sum|^.secrets.baseline$",
44 "lines": null
55 },
6- "generated_at": "2023-03-15T05:03:35Z ",
6+ "generated_at": "2023-03-30T10:38:01Z ",
77 "plugins_used": [
88 {
99 "name": "AWSKeyDetector"
Original file line number Diff line number Diff line change 1- FROM wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal:8.7-1085
1+ FROM wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal:8.7-1085.1679482090
22# Default values
33ARG git_commit_id=unknown
44ARG git_remote_url=unknown
Original file line number Diff line number Diff line change 1- docker://wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal,8.7-1085
1+ docker://wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal,8.7-1085.1679482090
22github.zerozr99.workers.dev/BurntSushi/toml,v0.3.1,direct
33github.zerozr99.workers.dev/coreos/go-systemd/v22,v22.2.0,direct
44github.zerozr99.workers.dev/gofrs/uuid,v4.2.0+incompatible,direct
Original file line number Diff line number Diff 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.40 | 2023-03-30 | >=1.10 | None | Refer Changelog v2.0.40 |
2122| v2.0.39 | 2023-03-15 | >=1.10 | None | Refer Changelog v2.0.39 |
2223| v2.0.38 | 2023-03-01 | >=1.10 | None | Refer Changelog v2.0.38 |
2324| v2.0.37 | 2023-02-14 | >=1.10 | None | Refer Changelog v2.0.37 |
@@ -65,6 +66,8 @@ https://cloud.ibm.com/docs/containers?topic=containers-utilities#block_storage_a
6566| 1.0.1 | 2019-01-23 | >=1.10 | None | Refer Changelog v1.0.1 |
6667| 1.0.0 | 2018-12-05 | >=1.10 | None | Initial chart version |
6768
69+ # [ v2.0.40] - 2023-03-30
70+ - UBI image updated
6871
6972# [ v2.0.39] - 2023-03-15
7073- Golang updated to 1.19.7
@@ -89,13 +92,13 @@ https://cloud.ibm.com/docs/containers?topic=containers-utilities#block_storage_a
8992 Golang update
9093
9194### Changelog
92- - Golang updated to 1.18.9
95+ - Golang updated to 1.18.9
9396
9497# [ v2.0.33] - 2022-12-05
9598 Golang update
9699
97100### Changelog
98- - Golang updated to 1.18.8
101+ - Golang updated to 1.18.8
99102- UBI image updated
100103
101104# [ v2.0.32] - 2022-11-14
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi8/ubi-minimal8.7-1085
1+ FROM registry.access.redhat.com/ubi8/ubi-minimal8.7-1085.1679482090
22# Create Directory to hold all testing binaries
33RUN mkdir /pvg-tests
44
You can’t perform that action at this time.
0 commit comments