Skip to content

Commit 813221b

Browse files
VA Fix and Golang update (#179)
* UBI image update * Readme update * Readme update * Golang update * up
1 parent d5c5794 commit 813221b

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

.secrets.baseline

Lines changed: 2 additions & 2 deletions
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": "2022-12-05T09:55:52Z",
6+
"generated_at": "2023-03-15T05:03:35Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -338,7 +338,7 @@
338338
}
339339
]
340340
},
341-
"version": "0.13.1+ibm.47.dss",
341+
"version": "0.13.1+ibm.56.dss",
342342
"word_list": {
343343
"file": null,
344344
"hash": null

.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.19.6
4+
- 1.19.7
55
- tip
66

77
group: bluezone

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.19.6
2+
FROM "${PROXY_IMAGE_URL_DOCKERHUB}"/golang:1.19.7
33

44
#ARG GOPROXY=off
55

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.39 | 2023-03-15 | >=1.10 | None | Refer Changelog v2.0.39 |
2122
| v2.0.38 | 2023-03-01 | >=1.10 | None | Refer Changelog v2.0.38 |
2223
| v2.0.37 | 2023-02-14 | >=1.10 | None | Refer Changelog v2.0.37 |
2324
| v2.0.35 | 2023-01-09 | >=1.10 | None | Refer Changelog v2.0.35 |
@@ -64,6 +65,10 @@ https://cloud.ibm.com/docs/containers?topic=containers-utilities#block_storage_a
6465
| 1.0.1 | 2019-01-23 | >=1.10 | None | Refer Changelog v1.0.1 |
6566
| 1.0.0 | 2018-12-05 | >=1.10 | None | Initial chart version |
6667

68+
69+
# [v2.0.39] - 2023-03-15
70+
- Golang updated to 1.19.7
71+
6772
# [v2.0.38] - 2023-03-01
6873
- UBI image updated
6974
- Golang updated to 1.19.6

block-storage-attacher/tests/e2e/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
You need [go](https://golang.org/doc/install) in your path (see [here](development.md#go-versions) for supported versions), please make sure it is installed and in your ``$PATH``.
1010

1111
```sh
12-
GO_VERSION=1.19.6
12+
GO_VERSION=1.19.7
1313
curl -o go${GO_VERSION}.linux-amd64.tar.gz https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz
1414
tar -C /usr/local -xzf go${GO_VERSION}.linux-amd64.tar.gz
1515
export GOPATH=<Go Path location>

0 commit comments

Comments
 (0)