Skip to content

Commit

Permalink
Release 1.25.2 (#14430)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman authored Oct 18, 2022
1 parent 360c5c9 commit 7d7a0a8
Show file tree
Hide file tree
Showing 281 changed files with 630 additions and 630 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ GITSHA := $(shell cd ${KOPS_ROOT}; git describe --always)
# We lock the versions of our controllers also
# We need to keep in sync with:
# upup/models/cloudup/resources/addons/dns-controller/
DNS_CONTROLLER_TAG=1.25.1
DNS_CONTROLLER_TAG=1.25.2
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.25.1
KOPS_CONTROLLER_TAG=1.25.2
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.25.1
KUBE_APISERVER_HEALTHCHECK_TAG=1.25.2
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
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.25.1
image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.25.2
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.25.1
image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.25.2
livenessProbe:
httpGet:
host: 127.0.0.1
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: fac015092d21ab698befed9bdac2e9eab8a6d1f0a941ae4058e625a223e54b3f
manifestHash: a8f741b6e4e63b9e20f13e4cad0246458637e0d02f95a37afc842e702cf3fffc
name: kops-controller.addons.k8s.io
needsRollingUpdate: control-plane
selector:
Expand Down Expand Up @@ -41,7 +41,7 @@ spec:
version: 9.99.0
- id: k8s-1.12
manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml
manifestHash: 6b571655c277442b360427cfe51fce7bcb0a33580123b946a6300918e52a814f
manifestHash: c5fe02552a867c3f47090d49a28104ecd6fb471f0529dbe8b37b0b54fcb81475
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.25.1
version: v1.25.2
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.25.1
version: v1.25.2
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.25.1
image: registry.k8s.io/kops/dns-controller:1.25.2
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.25.1
version: v1.25.2
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.25.1
version: v1.25.2
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.25.1
image: registry.k8s.io/kops/kops-controller:1.25.2
name: kops-controller
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
- --ca-cert=/secrets/ca.crt
- --client-cert=/secrets/client.crt
- --client-key=/secrets/client.key
image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.25.1
image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.25.2
livenessProbe:
httpGet:
host: 127.0.0.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
- --ca-cert=/secrets/ca.crt
- --client-cert=/secrets/client.crt
- --client-key=/secrets/client.key
image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.25.1
image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.25.2
livenessProbe:
httpGet:
host: 127.0.0.1
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: 8e56263047119e728a7913f6ab41de501ea085967664c133e5aff9364bca58df
manifestHash: 551f0589fa5e82a771abec82b9d3347f6e4fc940789d87924fcbb94c9b0044a1
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: 6b571655c277442b360427cfe51fce7bcb0a33580123b946a6300918e52a814f
manifestHash: c5fe02552a867c3f47090d49a28104ecd6fb471f0529dbe8b37b0b54fcb81475
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.25.1
version: v1.25.2
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.25.1
version: v1.25.2
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.25.1
image: registry.k8s.io/kops/dns-controller:1.25.2
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.25.1
version: v1.25.2
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.25.1
version: v1.25.2
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.25.1
image: registry.k8s.io/kops/kops-controller:1.25.2
name: kops-controller
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
- --ca-cert=/secrets/ca.crt
- --client-cert=/secrets/client.crt
- --client-key=/secrets/client.key
image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.25.1
image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.25.2
livenessProbe:
httpGet:
host: 127.0.0.1
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: 182c3fef2bd584b0bc9cac4080d5c7f3ed1dfbaa4bf9e90dd4a7e841552b84db
manifestHash: 1b7f39b82ff2c135cf075d1e42404fede3258ede81c71f9a48f8513270adf843
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: 6d0cc66c83bf4545c137e7679717fb033b1ea50d880bc507c8c61a38d6d58d96
manifestHash: 6d6f7313ca9b337200d8ed5d463312473e250a1d143ad2808548821f6d1f77d3
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.25.1
version: v1.25.2
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.25.1
version: v1.25.2
spec:
affinity:
nodeAffinity:
Expand All @@ -51,7 +51,7 @@ spec:
value: arn:aws-test:iam::123456789012:role/dns-controller.kube-system.sa.minimal.example.com
- name: AWS_WEB_IDENTITY_TOKEN_FILE
value: /var/run/secrets/amazonaws.com/token
image: registry.k8s.io/kops/dns-controller:1.25.1
image: registry.k8s.io/kops/dns-controller:1.25.2
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.25.1
version: v1.25.2
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.25.1
version: v1.25.2
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.25.1
image: registry.k8s.io/kops/kops-controller:1.25.2
name: kops-controller
resources:
requests:
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: 122052a853e2a53ebe24c8ba22ad112924efeead81be947a21b3d7f1ed4d5522
manifestHash: b0afb6a70d890b1319b5c3fea7b8bd6f56064f8e3e026dca70629eee93ddd618
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: 6b571655c277442b360427cfe51fce7bcb0a33580123b946a6300918e52a814f
manifestHash: c5fe02552a867c3f47090d49a28104ecd6fb471f0529dbe8b37b0b54fcb81475
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.25.1
version: v1.25.2
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.25.1
version: v1.25.2
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.25.1
image: registry.k8s.io/kops/dns-controller:1.25.2
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.25.1
version: v1.25.2
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.25.1
version: v1.25.2
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.25.1
image: registry.k8s.io/kops/kops-controller:1.25.2
name: kops-controller
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
- --ca-cert=/secrets/ca.crt
- --client-cert=/secrets/client.crt
- --client-key=/secrets/client.key
image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.25.1
image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.25.2
livenessProbe:
httpGet:
host: 127.0.0.1
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: 24121c230771635d35c6550f74f13e9d81a7cb0f4f07fe6320e794ba75fd1aad
manifestHash: 748c4a5aa4fe8e08620c0f9e2c7dfff478c22fdd710079d201d9d215cdd7851f
name: kops-controller.addons.k8s.io
needsRollingUpdate: control-plane
selector:
Expand Down Expand Up @@ -41,7 +41,7 @@ spec:
version: 9.99.0
- id: k8s-1.12
manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml
manifestHash: 6b571655c277442b360427cfe51fce7bcb0a33580123b946a6300918e52a814f
manifestHash: c5fe02552a867c3f47090d49a28104ecd6fb471f0529dbe8b37b0b54fcb81475
name: dns-controller.addons.k8s.io
selector:
k8s-addon: dns-controller.addons.k8s.io
Expand Down
Loading

0 comments on commit 7d7a0a8

Please sign in to comment.