From 166203b740e8332eaf9e565ae2f367bac2fd181e Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Thu, 3 Aug 2023 08:24:56 +0200 Subject: [PATCH 1/2] test: fix test --- CHANGELOG.md | 2 +- tests/templates/kuttl/upgrade/04-upgrade-kafka.yaml.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81848807..57d8488a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ### Added -- Default stackableVersion to operator version ([#611]). +- Default stackableVersion to operator version. It is recommended to remove `spec.image.stackableVersion` from your custom resources ([#611], [#XXX]). ### Changed diff --git a/tests/templates/kuttl/upgrade/04-upgrade-kafka.yaml.j2 b/tests/templates/kuttl/upgrade/04-upgrade-kafka.yaml.j2 index 51168219..42ef112b 100644 --- a/tests/templates/kuttl/upgrade/04-upgrade-kafka.yaml.j2 +++ b/tests/templates/kuttl/upgrade/04-upgrade-kafka.yaml.j2 @@ -6,4 +6,4 @@ commands: - script: >- kubectl --namespace $NAMESPACE patch kafkaclusters.kafka.stackable.tech test-kafka - --type=merge --patch '{ "spec": { "image": { "productVersion": "{{ test_scenario['values']['upgrade_new'].split('-stackable')[0] }}", "stackableVersion": "{{ test_scenario['values']['upgrade_new'].split('-stackable')[1] }}" }}}' && sleep 5 + --type=merge --patch '{ "spec": { "image": { "productVersion": "{{ test_scenario['values']['upgrade_new'] }}" }}}' && sleep 5 From f9e7259da3462ca3f4f09062a5f6a371c960d667 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Thu, 3 Aug 2023 08:26:00 +0200 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57d8488a..5a6de128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ### Added -- Default stackableVersion to operator version. It is recommended to remove `spec.image.stackableVersion` from your custom resources ([#611], [#XXX]). +- Default stackableVersion to operator version. It is recommended to remove `spec.image.stackableVersion` from your custom resources ([#611], [#613]). ### Changed @@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file. [#611]: https://github.com/stackabletech/kafka-operator/pull/611 [#612]: https://github.com/stackabletech/kafka-operator/pull/612 +[#613]: https://github.com/stackabletech/kafka-operator/pull/613 ## [23.7.0] - 2023-07-14