From 64c645cd800649b7092c4fc9346d3a896462fd95 Mon Sep 17 00:00:00 2001 From: Mario Nitchev Date: Wed, 6 Dec 2023 15:17:46 +0200 Subject: [PATCH 1/3] Bump etcd-cluster-migrator to v1.2.0 --- .../internal/cloudconfig/template/etcd_cluster_migrator.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/internal/cloudconfig/template/etcd_cluster_migrator.go b/service/internal/cloudconfig/template/etcd_cluster_migrator.go index 60a8bec096..b3a729b77c 100644 --- a/service/internal/cloudconfig/template/etcd_cluster_migrator.go +++ b/service/internal/cloudconfig/template/etcd_cluster_migrator.go @@ -77,6 +77,6 @@ spec: resourceVersion: "" name: etcd-cluster-migrator namespace: kube-system - tarballURL: https://giantswarm.github.io/giantswarm-playground-catalog/etcd-cluster-migrator-1.1.0.tgz - version: 1.1.0 + tarballURL: https://giantswarm.github.io/giantswarm-playground-catalog/etcd-cluster-migrator-1.2.0.tgz + version: 1.2.0 ` From 77f30bf77b79a169fa0394fbcc45501846443860 Mon Sep 17 00:00:00 2001 From: Mario Nitchev Date: Wed, 6 Dec 2023 15:18:19 +0200 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09b9faf3d5..6bd29bcbd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Bump etcd-cluster-migrator to v1.2.0 + ## [14.24.0] - 2023-11-20 ### Added From 0b2fa53ac8c904eef3e390f7750755a93d419af0 Mon Sep 17 00:00:00 2001 From: Tobiasz Kukawka Date: Wed, 6 Dec 2023 15:06:05 +0100 Subject: [PATCH 3/3] Update etcd_cluster_migrator.go --- service/internal/cloudconfig/template/etcd_cluster_migrator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/internal/cloudconfig/template/etcd_cluster_migrator.go b/service/internal/cloudconfig/template/etcd_cluster_migrator.go index b3a729b77c..de2312d5d3 100644 --- a/service/internal/cloudconfig/template/etcd_cluster_migrator.go +++ b/service/internal/cloudconfig/template/etcd_cluster_migrator.go @@ -63,7 +63,7 @@ metadata: chart-operator.giantswarm.io/force-helm-upgrade: "true" labels: app: etcd-cluster-migrator - chart-operator.giantswarm.io/version: 1.0.0 + chart-operator.giantswarm.io/version: 3.1.0 giantswarm.io/organization: giantswarm giantswarm.io/managed-by: aws-operator giantswarm.io/service-type: managed