Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.30.3 #16972

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,16 @@ GITSHA := $(shell cd ${KOPS_ROOT}; git describe --always)
# We lock the versions of our controllers also
# We need to keep in sync with:
# pkg/model/components/etcdmanager/model.go
KOPS_UTILS_CP_TAG=1.30.2
KOPS_UTILS_CP_TAG=1.30.3
KOPS_UTILS_CP_PUSH_TAG=$(shell tools/get_workspace_status.sh | grep STABLE_KOPS_UTILS_CP_TAG | awk '{print $$2}')
# upup/models/cloudup/resources/addons/dns-controller/
DNS_CONTROLLER_TAG=1.30.2
DNS_CONTROLLER_TAG=1.30.3
DNS_CONTROLLER_PUSH_TAG=$(shell tools/get_workspace_status.sh | grep STABLE_DNS_CONTROLLER_TAG | awk '{print $$2}')
# upup/models/cloudup/resources/addons/kops-controller.addons.k8s.io/
KOPS_CONTROLLER_TAG=1.30.2
KOPS_CONTROLLER_TAG=1.30.3
KOPS_CONTROLLER_PUSH_TAG=$(shell tools/get_workspace_status.sh | grep STABLE_KOPS_CONTROLLER_TAG | awk '{print $$2}')
# pkg/model/components/kubeapiserver/model.go
KUBE_APISERVER_HEALTHCHECK_TAG=1.30.2
KUBE_APISERVER_HEALTHCHECK_TAG=1.30.3
KUBE_APISERVER_HEALTHCHECK_PUSH_TAG=$(shell tools/get_workspace_status.sh | grep STABLE_KUBE_APISERVER_HEALTHCHECK_TAG | awk '{print $$2}')

CGO_ENABLED=0
Expand Down
4 changes: 2 additions & 2 deletions kops-version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ var Version = KOPS_RELEASE_VERSION

// These constants are parsed by build tooling - be careful about changing the formats
const (
KOPS_RELEASE_VERSION = "1.30.2"
KOPS_CI_VERSION = "1.30.3"
KOPS_RELEASE_VERSION = "1.30.3"
KOPS_CI_VERSION = "1.30.4"
)

// GitVersion should be replaced by the makefile
Expand Down
2 changes: 1 addition & 1 deletion pkg/model/components/etcdmanager/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ spec:
emptyDir: {}
`

const kopsUtilsImage = "registry.k8s.io/kops/kops-utils-cp:1.30.2"
const kopsUtilsImage = "registry.k8s.io/kops/kops-utils-cp:1.30.3"

// buildPod creates the pod spec, based on the EtcdClusterSpec
func (b *EtcdManagerBuilder) buildPod(etcdCluster kops.EtcdClusterSpec, instanceGroupName string) (*v1.Pod, error) {
Expand Down
12 changes: 6 additions & 6 deletions pkg/model/components/etcdmanager/tests/interval/tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Contents: |
- --src=/ko-app/kops-utils-cp
command:
- /ko-app/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.30.2
image: registry.k8s.io/kops/kops-utils-cp:1.30.3
name: kops-utils-cp
resources: {}
volumeMounts:
Expand Down Expand Up @@ -150,7 +150,7 @@ Contents: |
- --src=/opt/etcd-v3.4.13/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.30.2
image: registry.k8s.io/kops/kops-utils-cp:1.30.3
name: init-etcd-symlinks-3-4-13
resources: {}
volumeMounts:
Expand All @@ -169,7 +169,7 @@ Contents: |
- --src=/opt/etcd-v3.5.13/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.30.2
image: registry.k8s.io/kops/kops-utils-cp:1.30.3
name: init-etcd-symlinks-3-5-13
resources: {}
volumeMounts:
Expand Down Expand Up @@ -254,7 +254,7 @@ Contents: |
- --src=/ko-app/kops-utils-cp
command:
- /ko-app/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.30.2
image: registry.k8s.io/kops/kops-utils-cp:1.30.3
name: kops-utils-cp
resources: {}
volumeMounts:
Expand Down Expand Up @@ -291,7 +291,7 @@ Contents: |
- --src=/opt/etcd-v3.4.13/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.30.2
image: registry.k8s.io/kops/kops-utils-cp:1.30.3
name: init-etcd-symlinks-3-4-13
resources: {}
volumeMounts:
Expand All @@ -310,7 +310,7 @@ Contents: |
- --src=/opt/etcd-v3.5.13/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.30.2
image: registry.k8s.io/kops/kops-utils-cp:1.30.3
name: init-etcd-symlinks-3-5-13
resources: {}
volumeMounts:
Expand Down
12 changes: 6 additions & 6 deletions pkg/model/components/etcdmanager/tests/minimal/tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Contents: |
- --src=/ko-app/kops-utils-cp
command:
- /ko-app/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.30.2
image: registry.k8s.io/kops/kops-utils-cp:1.30.3
name: kops-utils-cp
resources: {}
volumeMounts:
Expand Down Expand Up @@ -149,7 +149,7 @@ Contents: |
- --src=/opt/etcd-v3.4.13/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.30.2
image: registry.k8s.io/kops/kops-utils-cp:1.30.3
name: init-etcd-symlinks-3-4-13
resources: {}
volumeMounts:
Expand All @@ -168,7 +168,7 @@ Contents: |
- --src=/opt/etcd-v3.5.13/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.30.2
image: registry.k8s.io/kops/kops-utils-cp:1.30.3
name: init-etcd-symlinks-3-5-13
resources: {}
volumeMounts:
Expand Down Expand Up @@ -252,7 +252,7 @@ Contents: |
- --src=/ko-app/kops-utils-cp
command:
- /ko-app/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.30.2
image: registry.k8s.io/kops/kops-utils-cp:1.30.3
name: kops-utils-cp
resources: {}
volumeMounts:
Expand Down Expand Up @@ -289,7 +289,7 @@ Contents: |
- --src=/opt/etcd-v3.4.13/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.30.2
image: registry.k8s.io/kops/kops-utils-cp:1.30.3
name: init-etcd-symlinks-3-4-13
resources: {}
volumeMounts:
Expand All @@ -308,7 +308,7 @@ Contents: |
- --src=/opt/etcd-v3.5.13/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.30.2
image: registry.k8s.io/kops/kops-utils-cp:1.30.3
name: init-etcd-symlinks-3-5-13
resources: {}
volumeMounts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Contents: |
- --src=/ko-app/kops-utils-cp
command:
- /ko-app/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.30.2
image: registry.k8s.io/kops/kops-utils-cp:1.30.3
name: kops-utils-cp
resources: {}
volumeMounts:
Expand Down Expand Up @@ -152,7 +152,7 @@ Contents: |
- --src=/opt/etcd-v3.4.13/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.30.2
image: registry.k8s.io/kops/kops-utils-cp:1.30.3
name: init-etcd-symlinks-3-4-13
resources: {}
volumeMounts:
Expand All @@ -171,7 +171,7 @@ Contents: |
- --src=/opt/etcd-v3.5.13/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.30.2
image: registry.k8s.io/kops/kops-utils-cp:1.30.3
name: init-etcd-symlinks-3-5-13
resources: {}
volumeMounts:
Expand Down Expand Up @@ -258,7 +258,7 @@ Contents: |
- --src=/ko-app/kops-utils-cp
command:
- /ko-app/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.30.2
image: registry.k8s.io/kops/kops-utils-cp:1.30.3
name: kops-utils-cp
resources: {}
volumeMounts:
Expand Down Expand Up @@ -295,7 +295,7 @@ Contents: |
- --src=/opt/etcd-v3.4.13/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.30.2
image: registry.k8s.io/kops/kops-utils-cp:1.30.3
name: init-etcd-symlinks-3-4-13
resources: {}
volumeMounts:
Expand All @@ -314,7 +314,7 @@ Contents: |
- --src=/opt/etcd-v3.5.13/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.30.2
image: registry.k8s.io/kops/kops-utils-cp:1.30.3
name: init-etcd-symlinks-3-5-13
resources: {}
volumeMounts:
Expand Down
12 changes: 6 additions & 6 deletions pkg/model/components/etcdmanager/tests/proxy/tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Contents: |
- --src=/ko-app/kops-utils-cp
command:
- /ko-app/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.30.2
image: registry.k8s.io/kops/kops-utils-cp:1.30.3
name: kops-utils-cp
resources: {}
volumeMounts:
Expand Down Expand Up @@ -158,7 +158,7 @@ Contents: |
- --src=/opt/etcd-v3.4.13/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.30.2
image: registry.k8s.io/kops/kops-utils-cp:1.30.3
name: init-etcd-symlinks-3-4-13
resources: {}
volumeMounts:
Expand All @@ -177,7 +177,7 @@ Contents: |
- --src=/opt/etcd-v3.5.13/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.30.2
image: registry.k8s.io/kops/kops-utils-cp:1.30.3
name: init-etcd-symlinks-3-5-13
resources: {}
volumeMounts:
Expand Down Expand Up @@ -270,7 +270,7 @@ Contents: |
- --src=/ko-app/kops-utils-cp
command:
- /ko-app/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.30.2
image: registry.k8s.io/kops/kops-utils-cp:1.30.3
name: kops-utils-cp
resources: {}
volumeMounts:
Expand Down Expand Up @@ -307,7 +307,7 @@ Contents: |
- --src=/opt/etcd-v3.4.13/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.30.2
image: registry.k8s.io/kops/kops-utils-cp:1.30.3
name: init-etcd-symlinks-3-4-13
resources: {}
volumeMounts:
Expand All @@ -326,7 +326,7 @@ Contents: |
- --src=/opt/etcd-v3.5.13/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.30.2
image: registry.k8s.io/kops/kops-utils-cp:1.30.3
name: init-etcd-symlinks-3-5-13
resources: {}
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion pkg/model/components/kubeapiserver/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ kind: Pod
spec:
containers:
- name: healthcheck
image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.2
image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.3
livenessProbe:
httpGet:
# The sidecar serves a healthcheck on the same port,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Contents: |
- --ca-cert=/secrets/ca.crt
- --client-cert=/secrets/client.crt
- --client-key=/secrets/client.key
image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.2
image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.3
livenessProbe:
httpGet:
host: 127.0.0.1
Expand Down
8 changes: 4 additions & 4 deletions pkg/nodemodel/wellknownassets/kopsassets_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ func Test_BuildMirroredAsset(t *testing.T) {
{
url: "https://artifacts.k8s.io/binaries/kops/%s/linux/amd64/nodeup",
expected: []string{
"https://artifacts.k8s.io/binaries/kops/1.30.2/linux/amd64/nodeup",
"https://github.com/kubernetes/kops/releases/download/v1.30.2/nodeup-linux-amd64",
"https://artifacts.k8s.io/binaries/kops/1.30.3/linux/amd64/nodeup",
"https://github.com/kubernetes/kops/releases/download/v1.30.3/nodeup-linux-amd64",
},
},
{
url: "https://artifacts.k8s.io/binaries/kops/%s/linux/arm64/nodeup",
expected: []string{
"https://artifacts.k8s.io/binaries/kops/1.30.2/linux/arm64/nodeup",
"https://github.com/kubernetes/kops/releases/download/v1.30.2/nodeup-linux-arm64",
"https://artifacts.k8s.io/binaries/kops/1.30.3/linux/arm64/nodeup",
"https://github.com/kubernetes/kops/releases/download/v1.30.3/nodeup-linux-arm64",
},
},
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
addons:
- id: k8s-1.16
manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml
manifestHash: 481452a9e697a1a4a2d36c0cbd353d88429ce2fc5628fdfc1a220e91eccf26dd
manifestHash: b99b4658a90ec6790d36340265815fd9d3e51a24163e5319945ac911687b8f77
name: kops-controller.addons.k8s.io
needsRollingUpdate: control-plane
selector:
Expand Down Expand Up @@ -34,7 +34,7 @@ spec:
version: 9.99.0
- id: k8s-1.12
manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml
manifestHash: 2d3429c3c0a2788a23aa0a9987a2e48fc2cf4a6b2ea9c29c56cc379a7fe298a4
manifestHash: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152
name: dns-controller.addons.k8s.io
selector:
k8s-addon: dns-controller.addons.k8s.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
app.kubernetes.io/managed-by: kops
k8s-addon: dns-controller.addons.k8s.io
k8s-app: dns-controller
version: v1.30.2
version: v1.30.3
name: dns-controller
namespace: kube-system
spec:
Expand All @@ -24,7 +24,7 @@ spec:
k8s-addon: dns-controller.addons.k8s.io
k8s-app: dns-controller
kops.k8s.io/managed-by: kops
version: v1.30.2
version: v1.30.3
spec:
affinity:
nodeAffinity:
Expand All @@ -48,7 +48,7 @@ spec:
env:
- name: KUBERNETES_SERVICE_HOST
value: 127.0.0.1
image: registry.k8s.io/kops/dns-controller:1.30.2
image: registry.k8s.io/kops/dns-controller:1.30.3
name: dns-controller
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ metadata:
app.kubernetes.io/managed-by: kops
k8s-addon: kops-controller.addons.k8s.io
k8s-app: kops-controller
version: v1.30.2
version: v1.30.3
name: kops-controller
namespace: kube-system
spec:
Expand All @@ -39,7 +39,7 @@ spec:
k8s-addon: kops-controller.addons.k8s.io
k8s-app: kops-controller
kops.k8s.io/managed-by: kops
version: v1.30.2
version: v1.30.3
spec:
affinity:
nodeAffinity:
Expand All @@ -63,7 +63,7 @@ spec:
env:
- name: KUBERNETES_SERVICE_HOST
value: 127.0.0.1
image: registry.k8s.io/kops/kops-controller:1.30.2
image: registry.k8s.io/kops/kops-controller:1.30.3
name: kops-controller
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
- --src=/ko-app/kops-utils-cp
command:
- /ko-app/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.30.2
image: registry.k8s.io/kops/kops-utils-cp:1.30.3
name: kops-utils-cp
resources: {}
volumeMounts:
Expand Down Expand Up @@ -86,7 +86,7 @@ spec:
- --src=/opt/etcd-v3.4.13/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.30.2
image: registry.k8s.io/kops/kops-utils-cp:1.30.3
name: init-etcd-symlinks-3-4-13
resources: {}
volumeMounts:
Expand All @@ -105,7 +105,7 @@ spec:
- --src=/opt/etcd-v3.5.13/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.30.2
image: registry.k8s.io/kops/kops-utils-cp:1.30.3
name: init-etcd-symlinks-3-5-13
resources: {}
volumeMounts:
Expand Down
Loading
Loading