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.28.6 #16668

Merged
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.28.5
KOPS_UTILS_CP_TAG=1.28.6
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.28.5
DNS_CONTROLLER_TAG=1.28.6
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.28.5
KOPS_CONTROLLER_TAG=1.28.6
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.28.5
KUBE_APISERVER_HEALTHCHECK_TAG=1.28.6
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.28.5"
KOPS_CI_VERSION = "1.28.6"
KOPS_RELEASE_VERSION = "1.28.6"
KOPS_CI_VERSION = "1.28.7"
)

// 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.28.5"
const kopsUtilsImage = "registry.k8s.io/kops/kops-utils-cp:1.28.6"

// 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.28.5
image: registry.k8s.io/kops/kops-utils-cp:1.28.6
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.28.5
image: registry.k8s.io/kops/kops-utils-cp:1.28.6
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.28.5
image: registry.k8s.io/kops/kops-utils-cp:1.28.6
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.28.5
image: registry.k8s.io/kops/kops-utils-cp:1.28.6
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.28.5
image: registry.k8s.io/kops/kops-utils-cp:1.28.6
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.28.5
image: registry.k8s.io/kops/kops-utils-cp:1.28.6
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.28.5
image: registry.k8s.io/kops/kops-utils-cp:1.28.6
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.28.5
image: registry.k8s.io/kops/kops-utils-cp:1.28.6
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.28.5
image: registry.k8s.io/kops/kops-utils-cp:1.28.6
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.28.5
image: registry.k8s.io/kops/kops-utils-cp:1.28.6
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.28.5
image: registry.k8s.io/kops/kops-utils-cp:1.28.6
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.28.5
image: registry.k8s.io/kops/kops-utils-cp:1.28.6
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.28.5
image: registry.k8s.io/kops/kops-utils-cp:1.28.6
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.28.5
image: registry.k8s.io/kops/kops-utils-cp:1.28.6
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.28.5
image: registry.k8s.io/kops/kops-utils-cp:1.28.6
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.28.5
image: registry.k8s.io/kops/kops-utils-cp:1.28.6
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.28.5
image: registry.k8s.io/kops/kops-utils-cp:1.28.6
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.28.5
image: registry.k8s.io/kops/kops-utils-cp:1.28.6
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.28.5
image: registry.k8s.io/kops/kops-utils-cp:1.28.6
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.28.5
image: registry.k8s.io/kops/kops-utils-cp:1.28.6
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.28.5
image: registry.k8s.io/kops/kops-utils-cp:1.28.6
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.28.5
image: registry.k8s.io/kops/kops-utils-cp:1.28.6
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.28.5
image: registry.k8s.io/kops/kops-utils-cp:1.28.6
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.28.5
image: registry.k8s.io/kops/kops-utils-cp:1.28.6
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.28.5
image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.6
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.28.5
image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.6
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: fa6d036be322ea97f2c6fd74d4fe8e294358d206a709b462414122e8f422fd2f
manifestHash: 95be515e6ea079433769b31d4768504b4a26251b10fb66dc3fca4afa01f4f141
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: 9c4309745ea73130bcee50b6eadacaeb3c5a0de576b542585391fb6a2d08eb7f
manifestHash: e3b0a99b04dfd9663de9d46f3ccc7c451d6f9b7cdd079f681e969771d82ee5c5
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.28.5
version: v1.28.6
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.28.5
version: v1.28.6
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.28.5
image: registry.k8s.io/kops/dns-controller:1.28.6
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.28.5
version: v1.28.6
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.28.5
version: v1.28.6
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.28.5
image: registry.k8s.io/kops/kops-controller:1.28.6
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.28.5
image: registry.k8s.io/kops/kops-utils-cp:1.28.6
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.28.5
image: registry.k8s.io/kops/kops-utils-cp:1.28.6
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.28.5
image: registry.k8s.io/kops/kops-utils-cp:1.28.6
name: init-etcd-symlinks-3-5-13
resources: {}
volumeMounts:
Expand Down
Loading
Loading