Skip to content

Commit 360e3f1

Browse files
Merge pull request #188 from hasan4791/va-update-22-nov
VA updates & fixes
2 parents 645f878 + cd6d2f0 commit 360e3f1

File tree

8 files changed

+12
-7
lines changed

8 files changed

+12
-7
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
# You are encouraged to use static refs such as tags, instead of branch name
1212
#
1313
# Running "pre-commit autoupdate" would automatically updates rev to latest tag
14-
rev: 0.13.1+ibm.46.dss
14+
rev: 0.13.1+ibm.61.dss
1515
hooks:
1616
- id: detect-secrets # pragma: whitelist secret
1717
# Add options for detect-secrets-hook binary. You can run `detect-secrets-hook --help` to list out all possible options.

.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": "2023-10-27T10:51:19Z",
6+
"generated_at": "2023-11-22T13:00:07Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22

33
go:
4-
- 1.20.4
4+
- 1.20.11
55
- tip
66

77
group: bluezone

block-storage-attacher/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker-na.artifactory.swg-devops.com/wcp-alchemy-containers-team-access-redhat-docker-remote/ubi8/ubi-minimal:8.8-1072.1697626218
1+
FROM docker-na.artifactory.swg-devops.com/wcp-alchemy-containers-team-access-redhat-docker-remote/ubi8/ubi-minimal:8.9-1029
22
# Default values
33
ARG git_commit_id=unknown
44
ARG git_remote_url=unknown

block-storage-attacher/Dockerfile.builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG PROXY_IMAGE_URL_DOCKERHUB=blank
2-
FROM "${PROXY_IMAGE_URL_DOCKERHUB}"/golang:1.20.10
2+
FROM "${PROXY_IMAGE_URL_DOCKERHUB}"/golang:1.20.11
33

44
#ARG GOPROXY=off
55

block-storage-attacher/OPENSOURCE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
docker://docker-na.artifactory.swg-devops.com/wcp-alchemy-containers-team-access-redhat-docker-remote/ubi8/ubi-minimal,8.8-1072.1697626218
1+
docker://docker-na.artifactory.swg-devops.com/wcp-alchemy-containers-team-access-redhat-docker-remote/ubi8/ubi-minimal,8.9-1029
22
github.com/BurntSushi/toml,v0.3.1,direct
33
github.com/coreos/go-systemd/v22,v22.2.0,direct
44
github.com/gofrs/uuid,v4.2.0+incompatible,direct

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

Lines changed: 5 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.49 | 2023-11-22 | >=1.10 | none | Refer Changelog v2.0.49 |
2122
| v2.0.48 | 2023-10-27 | >=1.10 | None | Refer Changelog v2.0.48 |
2223
| v2.0.47 | 2023-10-12 | >=1.10 | None | Refer Changelog v2.0.47 |
2324
| v2.0.46 | 2023-09-08 | >=1.10 | None | Refer Changelog v2.0.46 |
@@ -73,6 +74,10 @@ https://cloud.ibm.com/docs/containers?topic=containers-utilities#block_storage_a
7374
| 1.0.1 | 2019-01-23 | >=1.10 | None | Refer Changelog v1.0.1 |
7475
| 1.0.0 | 2018-12-05 | >=1.10 | None | Initial chart version |
7576

77+
# [v2.0.49] - 2023-11-22
78+
- UBI image update 8.9-1029
79+
- Golang 1.20.11 update
80+
7681
# [v2.0.48] - 2023-10-27
7782
- UBI Image Updated
7883
- Golang updated to 1.20.10

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

0 commit comments

Comments
 (0)