File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed
helm/ibm-block-storage-attacher Expand file tree Collapse file tree 5 files changed +12
-5
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": "2021-06-08T13:26:32Z ",
6
+ "generated_at": "2021-07-05T09:19:20Z ",
7
7
"plugins_used": [
8
8
{
9
9
"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.4-200.1622548483
1
+ FROM wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal:8.4-205
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.4-200.1622548483
1
+ docker://wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal,8.4-205
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/gogo/protobuf,v1.3.2,indirect
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This chart has below new features added
6
6
None
7
7
8
8
# Fixes
9
- Please refer v2.0.8 changelog section.
9
+ Please refer v2.0.9 changelog section.
10
10
11
11
# Documentation
12
12
https://cloud.ibm.com/docs/containers?topic=containers-utilities#block_storage_attacher
@@ -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.9 | 2021-07-05 | >=1.10 | None | Refer Changelog v2.0.9 |
21
22
| v2.0.8 | 2021-06-08 | >=1.10 | None | Refer Changelog v2.0.8 |
22
23
| v2.0.7 | 2021-05-26 | >=1.10 | None | Refer Changelog v2.0.7 |
23
24
| v2.0.6 | 2021-04-27 | >=1.10 | None | Refer Changelog v2.0.6 |
@@ -35,6 +36,12 @@ https://cloud.ibm.com/docs/containers?topic=containers-utilities#block_storage_a
35
36
| 1.0.1 | 2019-01-23 | >=1.10 | None | Refer Changelog v1.0.1 |
36
37
| 1.0.0 | 2018-12-05 | >=1.10 | None | Initial chart version |
37
38
39
+ ## [ v2.0.9] - 2021-07-05
40
+ UBI image update for VA issue
41
+
42
+ ### Changelog
43
+ - UBI image update for VA issue
44
+
38
45
## [ v2.0.8] - 2021-06-08
39
46
UBI image, golang version updates for PSIRTS
40
47
Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4-200.1622548483
1
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4-205
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