Skip to content

Commit b1b86dd

Browse files
Golang updated to 1.18.8 (#171)
* Golang updated to 1.18.8 * UBI image update
1 parent 4dd7f1d commit b1b86dd

File tree

9 files changed

+18
-10
lines changed

9 files changed

+18
-10
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": "2022-11-14T10:38:20Z",
6+
"generated_at": "2022-12-05T09:55:52Z",
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.18.6
4+
- 1.18.8
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 wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal:8.7-923
1+
FROM wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal:8.7-923.1669829893
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.18.6
2+
FROM "${PROXY_IMAGE_URL_DOCKERHUB}"/golang:1.18.8
33

44
#ARG GOPROXY=off
55

block-storage-attacher/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ BUILD_NUMBER?=unknown
1414
TRAVIS_BUILD_NUMBER ?= unknown
1515
OSS_FILES := Dockerfile go.mod
1616

17-
LINT_VERSION="1.46.2"
18-
GOSEC_VERSION="v2.11.0"
19-
NANCY_VERSION := 1.0.37
17+
LINT_VERSION="1.50.1"
18+
GOSEC_VERSION="v2.14.0"
19+
NANCY_VERSION := 1.0.42
2020

2121
PROXY_IMAGE_URL_DOCKERHUB:="docker.io"
2222

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.7-923
1+
docker://wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal,8.7-923.1669829893
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: 8 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.33 | 2022-12-05 | >=1.10 | None | Refer Changelog v2.0.33 |
2122
| v2.0.32 | 2022-11-14 | >=1.10 | None | Refer Changelog v2.0.32 |
2223
| v2.0.31 | 2022-11-02 | >=1.10 | None | Refer Changelog v2.0.31 |
2324
| v2.0.30 | 2022-09-16 | >=1.10 | None | Refer Changelog v2.0.30 |
@@ -59,6 +60,13 @@ https://cloud.ibm.com/docs/containers?topic=containers-utilities#block_storage_a
5960
| 1.0.1 | 2019-01-23 | >=1.10 | None | Refer Changelog v1.0.1 |
6061
| 1.0.0 | 2018-12-05 | >=1.10 | None | Initial chart version |
6162

63+
# [v2.0.33] - 2022-12-05
64+
Golang update
65+
66+
### Changelog
67+
- Golang updated to 1.18.8
68+
- UBI image updated
69+
6270
# [v2.0.32] - 2022-11-14
6371
UBI image update
6472

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

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.18.6
12+
GO_VERSION=1.18.8
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)