File tree Expand file tree Collapse file tree 6 files changed +12
-6
lines changed
helm/ibm-block-storage-attacher Expand file tree Collapse file tree 6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 3
3
"files": "go.sum|^.secrets.baseline$",
4
4
"lines": null
5
5
},
6
- "generated_at": "2023-07-19T11:18:57Z ",
6
+ "generated_at": "2023-09-08T06:07:39Z ",
7
7
"plugins_used": [
8
8
{
9
9
"name": "AWSKeyDetector"
338
338
}
339
339
]
340
340
},
341
- "version": "0.13.1+ibm.56 .dss",
341
+ "version": "0.13.1+ibm.61 .dss",
342
342
"word_list": {
343
343
"file": null,
344
344
"hash": null
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.8-1014
1
+ FROM wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal:8.8-1037
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
1
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
3
3
4
4
#ARG GOPROXY=off
5
5
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.8-1014
1
+ docker://wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal,8.8-1037
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,7 @@ 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.46 | 2023-09-08 | >=1.10 | None | Refer Changelog v2.0.46 |
21
22
| v2.0.45 | 2023-07-20 | >=1.10 | None | Refer Changelog v2.0.45 |
22
23
| v2.0.44 | 2023-06-07 | >=1.10 | None | Refer Changelog v2.0.44 |
23
24
| 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
70
71
| 1.0.1 | 2019-01-23 | >=1.10 | None | Refer Changelog v1.0.1 |
71
72
| 1.0.0 | 2018-12-05 | >=1.10 | None | Initial chart version |
72
73
74
+ # [ v2.0.46] - 2023-09-08
75
+ - Golang updated to 1.20.7
76
+ - UBI image updated
77
+
73
78
# [ v2.0.45] - 2023-07-20
74
79
- Golang updated to 1.20.6
75
80
- UBI image updated
81
+
76
82
# [ v2.0.44] - 2023-06-07
77
83
- Golang updated to 1.20.4
78
84
Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi8/ubi-minimal8.8-1014
1
+ FROM registry.access.redhat.com/ubi8/ubi-minimal8.8-1037
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