From c8db7722cc08f2c461aef48966266c78c7aebd63 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Tue, 18 Feb 2025 18:30:39 -0500 Subject: [PATCH 1/2] update references from -ctl to -startupapicheck --- .../1.31/common-services/variables.images.auto.tfvars | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/full-cluster-tf-upgrade/1.31/common-services/variables.images.auto.tfvars b/examples/full-cluster-tf-upgrade/1.31/common-services/variables.images.auto.tfvars index 4a8d949..d85a621 100644 --- a/examples/full-cluster-tf-upgrade/1.31/common-services/variables.images.auto.tfvars +++ b/examples/full-cluster-tf-upgrade/1.31/common-services/variables.images.auto.tfvars @@ -6,7 +6,7 @@ wanted_images = [ "cert-manager-controller", "cert-manager-cainjector", "cert-manager-webhook", - "cert-manager-ctl", + "cert-manager-startupapicheck", "metrics-server", "istio-operator", "istio-pilot", @@ -68,12 +68,12 @@ image_details = { tag = "v1.16.2" enabled = true } - "cert-manager-ctl" = { - name = "cert-manager-ctl" - image = "quay.io/jetstack/cert-manager-ctl" + "cert-manager-startupapicheck" = { + name = "cert-manager-startupapicheck" + image = "quay.io/jetstack/cert-manager-startupapicheck" dest_path = null source_registry = "quay.io" - source_image = "jetstack/cert-manager-ctl" + source_image = "jetstack/cert-manager-startupapicheck" source_tag = null tag = "v1.16.2" enabled = true From 3c9e7c0953e2c5266339607104c49f92a9cb048a Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Tue, 18 Feb 2025 18:34:29 -0500 Subject: [PATCH 2/2] update references from -ctl to -startupapicheck --- CHANGELOG.md | 3 +++ examples/full-cluster-tf-upgrade/README.upgrade-1.30-1.31.md | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fea7813..fc323c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,3 +83,6 @@ * 2.4.2 -- 2025-02-10 - update extras/datadog-agent image and chart versions - update DD proxy environment variable names + +* 2.4.3 -- 2025-02-18 + - update examples/full-cluster-tf-upgrade/1.31/common-services/variables.images.auto.tfvars diff --git a/examples/full-cluster-tf-upgrade/README.upgrade-1.30-1.31.md b/examples/full-cluster-tf-upgrade/README.upgrade-1.30-1.31.md index 703d331..1a24115 100644 --- a/examples/full-cluster-tf-upgrade/README.upgrade-1.30-1.31.md +++ b/examples/full-cluster-tf-upgrade/README.upgrade-1.30-1.31.md @@ -7,6 +7,7 @@ Copy files from 1.31/{path} to eks-{clustername}/{path} * images.yml * common-services/main.tf * common-services/variables.common-services.auto.tfvars +* common-services/variables.images.auto.tfvars Update `cluster_version` from 1.30 to 1.31 in @@ -24,3 +25,6 @@ There is some approach/process to upgrade the version, find it and put it here. - 1.31.0 -- 2025-01-03 - created brief guide + +- 1.31.1 -- 2025-02-18 + - updated files to copy