Skip to content

Commit

Permalink
Release 1.27.3 (#16309)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed Feb 2, 2024
1 parent 1ea7b05 commit 6552c30
Show file tree
Hide file tree
Showing 529 changed files with 950 additions and 950 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
with:
go-version: '1.21.4'
go-version: '1.21.6'

- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
with:
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
with:
go-version: '1.21.4'
go-version: '1.21.6'

- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
with:
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
with:
go-version: '1.21.4'
go-version: '1.21.6'

- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
with:
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
with:
go-version: '1.21.4'
go-version: '1.21.6'

- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-deps.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
with:
go-version: '1.21.4'
go-version: '1.21.6'
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- name: Update Dependencies
id: update_deps
Expand Down
8 changes: 4 additions & 4 deletions Makefile
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.27.2
KOPS_UTILS_CP_TAG=1.27.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.27.2
DNS_CONTROLLER_TAG=1.27.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.27.2
KOPS_CONTROLLER_TAG=1.27.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.27.2
KUBE_APISERVER_HEALTHCHECK_TAG=1.27.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
6 changes: 3 additions & 3 deletions cloudbuild.yaml
Expand Up @@ -5,7 +5,7 @@ options:
machineType: 'N1_HIGHCPU_8'
steps:
# Push the images
- name: 'docker.io/library/golang:1.21.4-bookworm'
- name: 'docker.io/library/golang:1.21.6-bookworm'
id: images
entrypoint: make
env:
Expand All @@ -21,7 +21,7 @@ steps:
- dns-controller-push
- kube-apiserver-healthcheck-push
# Push the artifacts
- name: 'docker.io/library/golang:1.21.4-bookworm'
- name: 'docker.io/library/golang:1.21.6-bookworm'
id: artifacts
entrypoint: make
env:
Expand All @@ -36,7 +36,7 @@ steps:
args:
- gcs-upload-and-tag
# Build cloudbuild artifacts (for attestation)
- name: 'docker.io/library/golang:1.21.4-bookworm'
- name: 'docker.io/library/golang:1.21.6-bookworm'
id: cloudbuild-artifacts
entrypoint: make
env:
Expand Down
4 changes: 2 additions & 2 deletions kops-version.go
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.27.2"
KOPS_CI_VERSION = "1.27.3"
KOPS_RELEASE_VERSION = "1.27.3"
KOPS_CI_VERSION = "1.27.4"
)

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

const kopsUtilsImage = "registry.k8s.io/kops/kops-utils-cp:1.27.2"
const kopsUtilsImage = "registry.k8s.io/kops/kops-utils-cp:1.27.3"

// buildPod creates the pod spec, based on the EtcdClusterSpec
func (b *EtcdManagerBuilder) buildPod(etcdCluster kops.EtcdClusterSpec, instanceGroupName string) (*v1.Pod, error) {
Expand Down
4 changes: 2 additions & 2 deletions pkg/model/components/etcdmanager/tests/interval/tasks.yaml
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.27.2
image: registry.k8s.io/kops/kops-utils-cp:1.27.3
name: kops-utils-cp
resources: {}
volumeMounts:
Expand Down Expand Up @@ -342,7 +342,7 @@ Contents: |
- --src=/ko-app/kops-utils-cp
command:
- /ko-app/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.27.2
image: registry.k8s.io/kops/kops-utils-cp:1.27.3
name: kops-utils-cp
resources: {}
volumeMounts:
Expand Down
4 changes: 2 additions & 2 deletions pkg/model/components/etcdmanager/tests/minimal/tasks.yaml
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.27.2
image: registry.k8s.io/kops/kops-utils-cp:1.27.3
name: kops-utils-cp
resources: {}
volumeMounts:
Expand Down Expand Up @@ -340,7 +340,7 @@ Contents: |
- --src=/ko-app/kops-utils-cp
command:
- /ko-app/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.27.2
image: registry.k8s.io/kops/kops-utils-cp:1.27.3
name: kops-utils-cp
resources: {}
volumeMounts:
Expand Down
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.27.2
image: registry.k8s.io/kops/kops-utils-cp:1.27.3
name: kops-utils-cp
resources: {}
volumeMounts:
Expand Down Expand Up @@ -346,7 +346,7 @@ Contents: |
- --src=/ko-app/kops-utils-cp
command:
- /ko-app/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.27.2
image: registry.k8s.io/kops/kops-utils-cp:1.27.3
name: kops-utils-cp
resources: {}
volumeMounts:
Expand Down
4 changes: 2 additions & 2 deletions pkg/model/components/etcdmanager/tests/proxy/tasks.yaml
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.27.2
image: registry.k8s.io/kops/kops-utils-cp:1.27.3
name: kops-utils-cp
resources: {}
volumeMounts:
Expand Down Expand Up @@ -358,7 +358,7 @@ Contents: |
- --src=/ko-app/kops-utils-cp
command:
- /ko-app/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.27.2
image: registry.k8s.io/kops/kops-utils-cp:1.27.3
name: kops-utils-cp
resources: {}
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion pkg/model/components/kubeapiserver/model.go
Expand Up @@ -79,7 +79,7 @@ kind: Pod
spec:
containers:
- name: healthcheck
image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.27.2
image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.27.3
livenessProbe:
httpGet:
# The sidecar serves a healthcheck on the same port,
Expand Down
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.27.2
image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.27.3
livenessProbe:
httpGet:
host: 127.0.0.1
Expand Down
Expand Up @@ -6,7 +6,7 @@ spec:
addons:
- id: k8s-1.16
manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml
manifestHash: a84556b641c5bba508b90cafbcb9f4586df611cbd6d2d0a123eef7150fe8a1b5
manifestHash: 78520cc2f35769b3a7d8e53f162c22fee7ffbce487625d33cfd28f8c9e274fc5
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: 4246a850b59d3d65c277f208d492b6ce66c09dae912ac0f0ac44e639722d169a
manifestHash: 6510a540f5b320a30c9fc4c57f5607f793f51160be12c56f4f1a2119cc1fe999
name: dns-controller.addons.k8s.io
selector:
k8s-addon: dns-controller.addons.k8s.io
Expand Down
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.27.2
version: v1.27.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.27.2
version: v1.27.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.27.2
image: registry.k8s.io/kops/dns-controller:1.27.3
name: dns-controller
resources:
requests:
Expand Down
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.27.2
version: v1.27.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.27.2
version: v1.27.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.27.2
image: registry.k8s.io/kops/kops-controller:1.27.3
name: kops-controller
resources:
requests:
Expand Down
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.27.2
image: registry.k8s.io/kops/kops-utils-cp:1.27.3
name: kops-utils-cp
resources: {}
volumeMounts:
Expand Down
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.27.2
image: registry.k8s.io/kops/kops-utils-cp:1.27.3
name: kops-utils-cp
resources: {}
volumeMounts:
Expand Down
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.27.2
image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.27.3
livenessProbe:
httpGet:
host: 127.0.0.1
Expand Down
Expand Up @@ -51,7 +51,7 @@ spec:
- --src=/ko-app/kops-utils-cp
command:
- /ko-app/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.27.2
image: registry.k8s.io/kops/kops-utils-cp:1.27.3
name: kops-utils-cp
resources: {}
volumeMounts:
Expand Down
Expand Up @@ -51,7 +51,7 @@ spec:
- --src=/ko-app/kops-utils-cp
command:
- /ko-app/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.27.2
image: registry.k8s.io/kops/kops-utils-cp:1.27.3
name: kops-utils-cp
resources: {}
volumeMounts:
Expand Down
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.27.2
image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.27.3
livenessProbe:
httpGet:
host: 127.0.0.1
Expand Down
Expand Up @@ -6,7 +6,7 @@ spec:
addons:
- id: k8s-1.16
manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml
manifestHash: 10212694564f6c5f09b2b67dc52ebdca119050cc1f35f93f33f3eb571167bff5
manifestHash: 0a4a919337dc9982611a46bdcfad4829a0d191af48dd8f85fff5974cdcd6b307
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: 4246a850b59d3d65c277f208d492b6ce66c09dae912ac0f0ac44e639722d169a
manifestHash: 6510a540f5b320a30c9fc4c57f5607f793f51160be12c56f4f1a2119cc1fe999
name: dns-controller.addons.k8s.io
selector:
k8s-addon: dns-controller.addons.k8s.io
Expand Down
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.27.2
version: v1.27.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.27.2
version: v1.27.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.27.2
image: registry.k8s.io/kops/dns-controller:1.27.3
name: dns-controller
resources:
requests:
Expand Down

0 comments on commit 6552c30

Please sign in to comment.