Skip to content

Commit

Permalink
Merge pull request #426 from YashwantGohokar/oke-oss-release_1.26.0
Browse files Browse the repository at this point in the history
Oke oss release 1.26.0
  • Loading branch information
YashwantGohokar committed Jun 28, 2023
2 parents a95563b + 4a884e7 commit 4102275
Show file tree
Hide file tree
Showing 3,309 changed files with 240,006 additions and 39,304 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

ARG CI_IMAGE_REGISTRY

FROM golang:1.18.5 as builder
FROM golang:1.19.6 as builder

ARG COMPONENT

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_arm_all
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG CI_IMAGE_REGISTRY

FROM golang:1.18.5 as builder
FROM golang:1.19.6 as builder

ARG COMPONENT

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ else
VERSION ?= ${VERSION}
endif

RELEASE = v1.25.0
RELEASE = v1.26.0

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

.PHONY: run-ccm-e2e-tests-local
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,15 @@ cloud-provider specific code out of the Kubernetes codebase.
| v1.19.12 | v1.19 | v1.21 |
| v1.22.0 | v1.22 | - |
| v1.23.0 | v1.23 | - |
| v1.24.0 | v1.24 | - |
| v1.24.2 | v1.24 | - |
| v1.25.1 | v1.25 | - |
| v1.26.0 | v1.26 | - |




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

## Implementation
Currently `oci-cloud-controller-manager` implements:
Expand Down
Loading

0 comments on commit 4102275

Please sign in to comment.