Skip to content

Commit 4a884e7

Browse files
anchaubeYashwantGohokar
authored andcommitted
OKE OSS Release 1.26.0
1 parent a95563b commit 4a884e7

File tree

3,309 files changed

+240006
-39304
lines changed

Some content is hidden

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

3,309 files changed

+240006
-39304
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.18.5 as builder
17+
FROM golang:1.19.6 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.18.5 as builder
3+
FROM golang:1.19.6 as builder
44

55
ARG COMPONENT
66

Makefile

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

41-
RELEASE = v1.25.0
41+
RELEASE = v1.26.0
4242

4343
GOOS ?= linux
4444
ARCH ?= amd64
@@ -195,7 +195,7 @@ test-local: build-dirs
195195
-v $(PWD):$(DOCKER_REPO_ROOT) \
196196
-e COMPONENT="$(COMPONENT)" \
197197
-e GOPATH=/go/ \
198-
odo-docker-signed-local.artifactory.oci.oraclecorp.com/odx-oke/oke/k8-manager-base:go1.18.3-1.0.10 \
198+
odo-docker-signed-local.artifactory.oci.oraclecorp.com/odx-oke/oke/k8-manager-base:go1.19.6-1.0.17 \
199199
make coverage image
200200

201201
.PHONY: run-ccm-e2e-tests-local

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,15 @@ cloud-provider specific code out of the Kubernetes codebase.
3030
| v1.19.12 | v1.19 | v1.21 |
3131
| v1.22.0 | v1.22 | - |
3232
| v1.23.0 | v1.23 | - |
33-
| v1.24.0 | v1.24 | - |
33+
| v1.24.2 | v1.24 | - |
34+
| v1.25.1 | v1.25 | - |
35+
| v1.26.0 | v1.26 | - |
36+
3437

3538

3639

3740
Note:
38-
Versions older than v0.13.0 are no longer supported, new features / bug fixes will be available in v0.13.0 and later.
41+
Versions older than v1.24.2 are no longer supported, new features / bug fixes will be available in v1.24.1 and later.
3942

4043
## Implementation
4144
Currently `oci-cloud-controller-manager` implements:

0 commit comments

Comments
 (0)