From 96037cb9e9856dc60e7a7e78d4df0f7b6eda8412 Mon Sep 17 00:00:00 2001 From: Mario Nitchev Date: Thu, 7 Dec 2023 11:57:56 +0200 Subject: [PATCH] Bump etcd-cluster-migrator to v1.2.0 (#3673) * Bump etcd-cluster-migrator to v1.2.0 * Update CHANGELOG.md * Update etcd_cluster_migrator.go --------- Co-authored-by: Tobiasz Kukawka --- CHANGELOG.md | 4 ++++ .../internal/cloudconfig/template/etcd_cluster_migrator.go | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) 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 diff --git a/service/internal/cloudconfig/template/etcd_cluster_migrator.go b/service/internal/cloudconfig/template/etcd_cluster_migrator.go index 60a8bec096..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 @@ -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 `