Skip to content

Commit b3722a8

Browse files
authoredSep 13, 2024··
Release 1.30.1 (#16825)
1 parent 644e202 commit b3722a8

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.0
69+
KOPS_UTILS_CP_TAG=1.30.1
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.0
72+
DNS_CONTROLLER_TAG=1.30.1
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.0
75+
KOPS_CONTROLLER_TAG=1.30.1
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.0
78+
KUBE_APISERVER_HEALTHCHECK_TAG=1.30.1
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.0"
25-
KOPS_CI_VERSION = "1.30.1"
24+
KOPS_RELEASE_VERSION = "1.30.1"
25+
KOPS_CI_VERSION = "1.30.2"
2626
)
2727

2828
// GitVersion should be replaced by the makefile

0 commit comments

Comments
 (0)
Please sign in to comment.