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.2 #16182

Merged
merged 1 commit into from
Dec 21, 2023
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.1
KOPS_UTILS_CP_TAG=1.28.2
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.1
DNS_CONTROLLER_TAG=1.28.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.28.1
KOPS_CONTROLLER_TAG=1.28.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.28.1
KUBE_APISERVER_HEALTHCHECK_TAG=1.28.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
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.1"
KOPS_CI_VERSION = "1.28.2"
KOPS_RELEASE_VERSION = "1.28.2"
KOPS_CI_VERSION = "1.28.3"
)

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

// 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.1
image: registry.k8s.io/kops/kops-utils-cp:1.28.2
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.1
image: registry.k8s.io/kops/kops-utils-cp:1.28.2
name: init-etcd-symlinks-3-4-13
resources: {}
volumeMounts:
Expand All @@ -168,7 +168,7 @@ Contents: |
- --src=/opt/etcd-v3.5.9/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.28.1
image: registry.k8s.io/kops/kops-utils-cp:1.28.2
name: init-etcd-symlinks-3-5-9
resources: {}
volumeMounts:
Expand Down Expand Up @@ -253,7 +253,7 @@ Contents: |
- --src=/ko-app/kops-utils-cp
command:
- /ko-app/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.28.1
image: registry.k8s.io/kops/kops-utils-cp:1.28.2
name: kops-utils-cp
resources: {}
volumeMounts:
Expand Down Expand Up @@ -290,7 +290,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.1
image: registry.k8s.io/kops/kops-utils-cp:1.28.2
name: init-etcd-symlinks-3-4-13
resources: {}
volumeMounts:
Expand All @@ -308,7 +308,7 @@ Contents: |
- --src=/opt/etcd-v3.5.9/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.28.1
image: registry.k8s.io/kops/kops-utils-cp:1.28.2
name: init-etcd-symlinks-3-5-9
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.1
image: registry.k8s.io/kops/kops-utils-cp:1.28.2
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.1
image: registry.k8s.io/kops/kops-utils-cp:1.28.2
name: init-etcd-symlinks-3-4-13
resources: {}
volumeMounts:
Expand All @@ -167,7 +167,7 @@ Contents: |
- --src=/opt/etcd-v3.5.9/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.28.1
image: registry.k8s.io/kops/kops-utils-cp:1.28.2
name: init-etcd-symlinks-3-5-9
resources: {}
volumeMounts:
Expand Down Expand Up @@ -251,7 +251,7 @@ Contents: |
- --src=/ko-app/kops-utils-cp
command:
- /ko-app/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.28.1
image: registry.k8s.io/kops/kops-utils-cp:1.28.2
name: kops-utils-cp
resources: {}
volumeMounts:
Expand Down Expand Up @@ -288,7 +288,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.1
image: registry.k8s.io/kops/kops-utils-cp:1.28.2
name: init-etcd-symlinks-3-4-13
resources: {}
volumeMounts:
Expand All @@ -306,7 +306,7 @@ Contents: |
- --src=/opt/etcd-v3.5.9/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.28.1
image: registry.k8s.io/kops/kops-utils-cp:1.28.2
name: init-etcd-symlinks-3-5-9
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.1
image: registry.k8s.io/kops/kops-utils-cp:1.28.2
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.1
image: registry.k8s.io/kops/kops-utils-cp:1.28.2
name: init-etcd-symlinks-3-4-13
resources: {}
volumeMounts:
Expand All @@ -170,7 +170,7 @@ Contents: |
- --src=/opt/etcd-v3.5.9/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.28.1
image: registry.k8s.io/kops/kops-utils-cp:1.28.2
name: init-etcd-symlinks-3-5-9
resources: {}
volumeMounts:
Expand Down Expand Up @@ -257,7 +257,7 @@ Contents: |
- --src=/ko-app/kops-utils-cp
command:
- /ko-app/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.28.1
image: registry.k8s.io/kops/kops-utils-cp:1.28.2
name: kops-utils-cp
resources: {}
volumeMounts:
Expand Down Expand Up @@ -294,7 +294,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.1
image: registry.k8s.io/kops/kops-utils-cp:1.28.2
name: init-etcd-symlinks-3-4-13
resources: {}
volumeMounts:
Expand All @@ -312,7 +312,7 @@ Contents: |
- --src=/opt/etcd-v3.5.9/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.28.1
image: registry.k8s.io/kops/kops-utils-cp:1.28.2
name: init-etcd-symlinks-3-5-9
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.1
image: registry.k8s.io/kops/kops-utils-cp:1.28.2
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.1
image: registry.k8s.io/kops/kops-utils-cp:1.28.2
name: init-etcd-symlinks-3-4-13
resources: {}
volumeMounts:
Expand All @@ -176,7 +176,7 @@ Contents: |
- --src=/opt/etcd-v3.5.9/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.28.1
image: registry.k8s.io/kops/kops-utils-cp:1.28.2
name: init-etcd-symlinks-3-5-9
resources: {}
volumeMounts:
Expand Down Expand Up @@ -269,7 +269,7 @@ Contents: |
- --src=/ko-app/kops-utils-cp
command:
- /ko-app/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.28.1
image: registry.k8s.io/kops/kops-utils-cp:1.28.2
name: kops-utils-cp
resources: {}
volumeMounts:
Expand Down Expand Up @@ -306,7 +306,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.1
image: registry.k8s.io/kops/kops-utils-cp:1.28.2
name: init-etcd-symlinks-3-4-13
resources: {}
volumeMounts:
Expand All @@ -324,7 +324,7 @@ Contents: |
- --src=/opt/etcd-v3.5.9/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.28.1
image: registry.k8s.io/kops/kops-utils-cp:1.28.2
name: init-etcd-symlinks-3-5-9
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.1
image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.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.28.1
image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.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: 6d9f1e59f216ec09677dfca08be163238dc6aa1b62507aab90f776eb12efe93c
manifestHash: 9ec4659742e5509b794e936c9f5838fee28e5d09fa18879d9d33e7e169d88093
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: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8
manifestHash: 11e670c0117056d06826874e976dd803b807a6bfb970bbd7849b43c224d68e78
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.1
version: v1.28.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.28.1
version: v1.28.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.28.1
image: registry.k8s.io/kops/dns-controller:1.28.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.28.1
version: v1.28.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.28.1
version: v1.28.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.28.1
image: registry.k8s.io/kops/kops-controller:1.28.2
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.1
image: registry.k8s.io/kops/kops-utils-cp:1.28.2
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.1
image: registry.k8s.io/kops/kops-utils-cp:1.28.2
name: init-etcd-symlinks-3-4-13
resources: {}
volumeMounts:
Expand All @@ -104,7 +104,7 @@ spec:
- --src=/opt/etcd-v3.5.9/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.28.1
image: registry.k8s.io/kops/kops-utils-cp:1.28.2
name: init-etcd-symlinks-3-5-9
resources: {}
volumeMounts:
Expand Down
Loading
Loading