Skip to content

Commit 9a5427b

Browse files
authored
Merge pull request #501 from GouthamML/oke-oss-release-1.31.1
Oracle Cloud Provider OCI Release v1.31.1
2 parents 411bfeb + 1f63845 commit 9a5427b

File tree

1,523 files changed

+320981
-1301
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,523 files changed

+320981
-1301
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
ARG CI_IMAGE_REGISTRY
1616

17-
FROM golang:1.22.9 as builder
17+
FROM golang:1.23.4 as builder
1818

1919
ARG COMPONENT
2020

Dockerfile_arm_all

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG CI_IMAGE_REGISTRY
22

3-
FROM golang:1.22.9 as builder
3+
FROM golang:1.23.4 as builder
44

55
ARG COMPONENT
66

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ else
3838
VERSION ?= ${VERSION}
3939
endif
4040

41-
RELEASE = v1.31.0
41+
RELEASE = v1.31.1
4242

4343
GOOS ?= linux
4444
ARCH ?= amd64

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ cloud-provider specific code out of the Kubernetes codebase.
3636
| v1.28.2 | v1.28 | - |
3737
| v1.29.2 | v1.29 | - |
3838
| v1.30.1 | v1.30 | - |
39-
| v1.31.0 | v1.31 | - |
39+
| v1.31.1 | v1.31 | - |
4040

4141

4242
Note:

0 commit comments

Comments
 (0)