From 6e8dd9f7bcdf9748f062c6b168f82f759015d057 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 6 May 2025 15:23:46 +0200 Subject: [PATCH 1/3] test: Bump vector to 0.46.1 --- .../logging/01-install-hbase-vector-aggregator.yaml | 2 +- tests/test-definition.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/templates/kuttl/logging/01-install-hbase-vector-aggregator.yaml b/tests/templates/kuttl/logging/01-install-hbase-vector-aggregator.yaml index 29e8b9db..b4f7832d 100644 --- a/tests/templates/kuttl/logging/01-install-hbase-vector-aggregator.yaml +++ b/tests/templates/kuttl/logging/01-install-hbase-vector-aggregator.yaml @@ -5,7 +5,7 @@ commands: - script: >- helm install hive-vector-aggregator vector --namespace $NAMESPACE - --version 0.39.0 + --version 0.42.1 --repo https://helm.vector.dev --values hive-vector-aggregator-values.yaml --- diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index ae1b406a..ae74cb5a 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -16,24 +16,24 @@ dimensions: - "12.5.6" - name: hive values: - - 3.1.3 - - 4.0.0 - - 4.0.1 + #- 3.1.3,local-hive:3.1.3 + #- 4.0.0,local-hive:4.0.0 + - 4.0.1,local-hive:4.0.1 # Alternatively, if you want to use a custom image, append a comma and the full image name to the product version # as in the example below. # - 4.0.1,oci.stackable.tech/sandbox/hive:4.0.1-stackable0.0.0-dev - name: hive-latest values: - - 4.0.1 + - 4.0.1,local-hive:4.0.1 # Alternatively, if you want to use a custom image, append a comma and the full image name to the product version # as in the example below. # - 4.0.1,oci.stackable.tech/sandbox/hive:4.0.1-stackable0.0.0-dev - name: hive-old values: - - 3.1.3 + - 3.1.3,local-hive:3.1.3 - name: hive-new values: - - 4.0.1 + - 4.0.1,local-hive:4.0.1 - name: hdfs-latest values: - 3.4.1 From c9ad77cc79b12bd99a9fb0577d76bd94114eba99 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 6 May 2025 15:24:59 +0200 Subject: [PATCH 2/3] chore: Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56a03000..cfe8c785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file. - Replace stackable-operator `print_startup_string` with `tracing::info!` with fields. - BREAKING: Inject the vector aggregator address into the vector config using the env var `VECTOR_AGGREGATOR_ADDRESS` instead of having the operator write it to the vector config ([#589]). +- test: Bump to Vector `0.46.1` ([#599]). ### Fixed @@ -32,6 +33,7 @@ All notable changes to this project will be documented in this file. [#591]: https://github.com/stackabletech/hive-operator/pull/591 [#592]: https://github.com/stackabletech/hive-operator/pull/592 [#596]: https://github.com/stackabletech/hive-operator/pull/596 +[#599]: https://github.com/stackabletech/hive-operator/pull/599 ## [25.3.0] - 2025-03-21 From 9edfbd46a11064638cc3e0e3b99af1d1bdbd1c70 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 6 May 2025 15:40:50 +0200 Subject: [PATCH 3/3] test: Revert accidental local changes --- tests/test-definition.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index ae74cb5a..ae1b406a 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -16,24 +16,24 @@ dimensions: - "12.5.6" - name: hive values: - #- 3.1.3,local-hive:3.1.3 - #- 4.0.0,local-hive:4.0.0 - - 4.0.1,local-hive:4.0.1 + - 3.1.3 + - 4.0.0 + - 4.0.1 # Alternatively, if you want to use a custom image, append a comma and the full image name to the product version # as in the example below. # - 4.0.1,oci.stackable.tech/sandbox/hive:4.0.1-stackable0.0.0-dev - name: hive-latest values: - - 4.0.1,local-hive:4.0.1 + - 4.0.1 # Alternatively, if you want to use a custom image, append a comma and the full image name to the product version # as in the example below. # - 4.0.1,oci.stackable.tech/sandbox/hive:4.0.1-stackable0.0.0-dev - name: hive-old values: - - 3.1.3,local-hive:3.1.3 + - 3.1.3 - name: hive-new values: - - 4.0.1,local-hive:4.0.1 + - 4.0.1 - name: hdfs-latest values: - 3.4.1