File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed
helm/ibm-block-storage-attacher Expand file tree Collapse file tree 4 files changed +17
-3
lines changed 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-1049
1
+ FROM wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal:8.7-1049.1675784874
2
2
# Default values
3
3
ARG git_commit_id=unknown
4
4
ARG 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-1049
1
+ docker://wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal,8.7-1049.1675784874
2
2
github.com/BurntSushi/toml,v0.3.1,direct
3
3
github.com/coreos/go-systemd/v22,v22.2.0,direct
4
4
github.com/gofrs/uuid,v4.2.0+incompatible,direct
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ https://cloud.ibm.com/docs/containers?topic=containers-utilities#block_storage_a
18
18
19
19
| Chart | Date | Kubernetes Required | Breaking Changes | Details |
20
20
| ----- | ---------- | ------------------- | ---------------- | --------------------------- |
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 |
21
23
| v2.0.34 | 2023-01-04 | >=1.10 | None | Refer Changelog v2.0.34 |
22
24
| v2.0.33 | 2022-12-05 | >=1.10 | None | Refer Changelog v2.0.33 |
23
25
| 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
61
63
| 1.0.1 | 2019-01-23 | >=1.10 | None | Refer Changelog v1.0.1 |
62
64
| 1.0.0 | 2018-12-05 | >=1.10 | None | Initial chart version |
63
65
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
+
64
78
# [ v2.0.33] - 2023-01-03
65
79
Golang update
66
80
Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi8/ubi-minimal8.7-1049
1
+ FROM registry.access.redhat.com/ubi8/ubi-minimal8.7-1049.1675784874
2
2
# Create Directory to hold all testing binaries
3
3
RUN mkdir /pvg-tests
4
4
You can’t perform that action at this time.
0 commit comments