Skip to content

Commit fdbbc7b

Browse files
authored
Merge pull request #131 from IBM/ubi
Updated patch version of UBI image
2 parents 6ccad36 + 8f90d87 commit fdbbc7b

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.secrets.baseline

Lines changed: 1 addition & 1 deletion
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": "2021-04-12T12:41:49Z",
6+
"generated_at": "2021-04-27T06:59:49Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"

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.3-298
1+
FROM wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal:8.3-298.1618432845
22
# Default values
33
ARG git_commit_id=unknown
44
ARG git_remote_url=unknown

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.3-298
1+
docker://wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal,8.3-298.1618432845
22
github.com/BurntSushi/toml,v0.3.1,direct
33
github.com/coreos/go-systemd/v22,v22.2.0,direct
44
github.com/gogo/protobuf,v1.3.2,indirect

block-storage-attacher/helm/ibm-block-storage-attacher/RELEASENOTES.md

Lines changed: 7 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.6 | 2021-04-27 | >=1.10 | None | Refer Changelog v2.0.6 |
2122
| v2.0.5 | 2021-04-15 | >=1.10 | None | Refer Changelog v2.0.5 |
2223
| v2.0.4 | 2021-03-22 | >=1.10 | None | Refer Changelog v2.0.4 |
2324
| v2.0.3 | 2020-12-21 | >=1.10 | None | Refer Changelog v2.0.3 |
@@ -32,6 +33,12 @@ https://cloud.ibm.com/docs/containers?topic=containers-utilities#block_storage_a
3233
| 1.0.1 | 2019-01-23 | >=1.10 | None | Refer Changelog v1.0.1 |
3334
| 1.0.0 | 2018-12-05 | >=1.10 | None | Initial chart version |
3435

36+
## [v2.0.6] - 2021-04-27
37+
UBI image patch update for VA issue
38+
39+
### Changelog
40+
- UBI image patch update for VA issue
41+
3542
## [v2.0.5] - 2021-04-15
3643
UBI image update for VA issue
3744

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-minimal:8.3-298
1+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3-298.1618432845
22
# Create Directory to hold all testing binaries
33
RUN mkdir /pvg-tests
44

0 commit comments

Comments
 (0)