File tree Expand file tree Collapse file tree 8 files changed +12
-7
lines changed
helm/ibm-block-storage-attacher Expand file tree Collapse file tree 8 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 11
11
# You are encouraged to use static refs such as tags, instead of branch name
12
12
#
13
13
# 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
15
15
hooks :
16
16
- id : detect-secrets # pragma: whitelist secret
17
17
# Add options for detect-secrets-hook binary. You can run `detect-secrets-hook --help` to list out all possible options.
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-10-27T10:51:19Z ",
6
+ "generated_at": "2023-11-22T13:00:07Z ",
7
7
"plugins_used": [
8
8
{
9
9
"name": "AWSKeyDetector"
Original file line number Diff line number Diff line change 1
1
language : go
2
2
3
3
go :
4
- - 1.20.4
4
+ - 1.20.11
5
5
- tip
6
6
7
7
group : bluezone
Original file line number Diff line number Diff line change 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
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 . 10
2
+ FROM "${PROXY_IMAGE_URL_DOCKERHUB}" /golang :1.20 . 11
3
3
4
4
#ARG GOPROXY=off
5
5
Original file line number Diff line number Diff line change 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
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.49 | 2023-11-22 | >=1.10 | none | Refer Changelog v2.0.49 |
21
22
| v2.0.48 | 2023-10-27 | >=1.10 | None | Refer Changelog v2.0.48 |
22
23
| v2.0.47 | 2023-10-12 | >=1.10 | None | Refer Changelog v2.0.47 |
23
24
| 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
73
74
| 1.0.1 | 2019-01-23 | >=1.10 | None | Refer Changelog v1.0.1 |
74
75
| 1.0.0 | 2018-12-05 | >=1.10 | None | Initial chart version |
75
76
77
+ # [ v2.0.49] - 2023-11-22
78
+ - UBI image update 8.9-1029
79
+ - Golang 1.20.11 update
80
+
76
81
# [ v2.0.48] - 2023-10-27
77
82
- UBI Image Updated
78
83
- Golang updated to 1.20.10
Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi8/ubi-minimal8.8-1072.1697626218
1
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1029
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