From 93a9283a8e7718f2ebf6218e63aef16b1e6c5d0b Mon Sep 17 00:00:00 2001 From: l-technicore Date: Fri, 16 Feb 2024 17:29:43 +0530 Subject: [PATCH] Version update in Makefile --- Makefile | 2 +- README.md | 2 +- VERSION | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 4c8b62275a..7ed17120cd 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ else VERSION ?= ${VERSION} endif -RELEASE = v1.27.0 +RELEASE = v1.28.0 GOOS ?= linux ARCH ?= amd64 diff --git a/README.md b/README.md index e7895c7def..ee721707d7 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ cloud-provider specific code out of the Kubernetes codebase. Note: -Versions older than v1.25.2 are no longer supported, new features / bug fixes will be available in v1.25.2 and later. +Versions older than v1.26.3 are no longer supported, new features / bug fixes will be available in v1.26.3 and later. ## Implementation Currently `oci-cloud-controller-manager` implements: diff --git a/VERSION b/VERSION index b0c101e630..e0250ea3c7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.27 +1.28