Skip to content

Commit 8577fca

Browse files
authoredDec 3, 2024
Release 1.30.3 (#16972)
1 parent 24d8fec commit 8577fca

File tree

507 files changed

+1281
-1281
lines changed

Some content is hidden

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

507 files changed

+1281
-1281
lines changed
 

‎Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,16 @@ GITSHA := $(shell cd ${KOPS_ROOT}; git describe --always)
6666
# We lock the versions of our controllers also
6767
# We need to keep in sync with:
6868
# pkg/model/components/etcdmanager/model.go
69-
KOPS_UTILS_CP_TAG=1.30.2
69+
KOPS_UTILS_CP_TAG=1.30.3
7070
KOPS_UTILS_CP_PUSH_TAG=$(shell tools/get_workspace_status.sh | grep STABLE_KOPS_UTILS_CP_TAG | awk '{print $$2}')
7171
# upup/models/cloudup/resources/addons/dns-controller/
72-
DNS_CONTROLLER_TAG=1.30.2
72+
DNS_CONTROLLER_TAG=1.30.3
7373
DNS_CONTROLLER_PUSH_TAG=$(shell tools/get_workspace_status.sh | grep STABLE_DNS_CONTROLLER_TAG | awk '{print $$2}')
7474
# upup/models/cloudup/resources/addons/kops-controller.addons.k8s.io/
75-
KOPS_CONTROLLER_TAG=1.30.2
75+
KOPS_CONTROLLER_TAG=1.30.3
7676
KOPS_CONTROLLER_PUSH_TAG=$(shell tools/get_workspace_status.sh | grep STABLE_KOPS_CONTROLLER_TAG | awk '{print $$2}')
7777
# pkg/model/components/kubeapiserver/model.go
78-
KUBE_APISERVER_HEALTHCHECK_TAG=1.30.2
78+
KUBE_APISERVER_HEALTHCHECK_TAG=1.30.3
7979
KUBE_APISERVER_HEALTHCHECK_PUSH_TAG=$(shell tools/get_workspace_status.sh | grep STABLE_KUBE_APISERVER_HEALTHCHECK_TAG | awk '{print $$2}')
8080

8181
CGO_ENABLED=0

‎kops-version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ var Version = KOPS_RELEASE_VERSION
2121

2222
// These constants are parsed by build tooling - be careful about changing the formats
2323
const (
24-
KOPS_RELEASE_VERSION = "1.30.2"
25-
KOPS_CI_VERSION = "1.30.3"
24+
KOPS_RELEASE_VERSION = "1.30.3"
25+
KOPS_CI_VERSION = "1.30.4"
2626
)
2727

2828
// GitVersion should be replaced by the makefile

0 commit comments

Comments
 (0)