From b2da8dd10ff53c50051c7c50c15929ce698d4744 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Wed, 23 Jul 2025 11:17:08 +0200 Subject: [PATCH] chore: Release 25.7.0 Signed-off-by: Nick Larsen --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.nix | 2 +- Cargo.toml | 2 +- deploy/helm/nifi-operator/Chart.yaml | 4 ++-- .../getting_started/getting_started.sh | 16 ++++++++-------- .../getting_started/install_output.txt | 10 +++++----- docs/templating_vars.yaml | 10 +++++----- tests/release.yaml | 18 +++++++++--------- 9 files changed, 34 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 745c5ab7..4ea2562b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [25.7.0] - 2025-07-23 + ## [25.7.0-rc1] - 2025-07-18 ### Added diff --git a/Cargo.lock b/Cargo.lock index 4a40b645..bee96f30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2589,7 +2589,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "stackable-nifi-operator" -version = "25.7.0-rc1" +version = "25.7.0" dependencies = [ "anyhow", "built", diff --git a/Cargo.nix b/Cargo.nix index 292a165b..969d52f4 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -8393,7 +8393,7 @@ rec { }; "stackable-nifi-operator" = rec { crateName = "stackable-nifi-operator"; - version = "25.7.0-rc1"; + version = "25.7.0"; edition = "2021"; crateBin = [ { diff --git a/Cargo.toml b/Cargo.toml index e726655e..10fd2606 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["rust/operator-binary"] resolver = "2" [workspace.package] -version = "25.7.0-rc1" +version = "25.7.0" authors = ["Stackable GmbH "] license = "OSL-3.0" edition = "2021" diff --git a/deploy/helm/nifi-operator/Chart.yaml b/deploy/helm/nifi-operator/Chart.yaml index 1ee52de1..73c4eead 100644 --- a/deploy/helm/nifi-operator/Chart.yaml +++ b/deploy/helm/nifi-operator/Chart.yaml @@ -1,8 +1,8 @@ --- apiVersion: v2 name: nifi-operator -version: "25.7.0-rc1" -appVersion: "25.7.0-rc1" +version: "25.7.0" +appVersion: "25.7.0" description: The Stackable Operator for Apache NiFi home: https://github.com/stackabletech/nifi-operator maintainers: diff --git a/docs/modules/nifi/examples/getting_started/getting_started.sh b/docs/modules/nifi/examples/getting_started/getting_started.sh index f0b7b121..17915a35 100755 --- a/docs/modules/nifi/examples/getting_started/getting_started.sh +++ b/docs/modules/nifi/examples/getting_started/getting_started.sh @@ -26,20 +26,20 @@ case "$1" in "helm") echo "Installing Operators with Helm" # tag::helm-install-operators[] -helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 25.7.0-rc1 -helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 25.7.0-rc1 -helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 25.7.0-rc1 -helm install --wait nifi-operator oci://oci.stackable.tech/sdp-charts/nifi-operator --version 25.7.0-rc1 +helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 25.7.0 +helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 25.7.0 +helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 25.7.0 +helm install --wait nifi-operator oci://oci.stackable.tech/sdp-charts/nifi-operator --version 25.7.0 # end::helm-install-operators[] ;; "stackablectl") echo "installing Operators with stackablectl" # tag::stackablectl-install-operators[] stackablectl operator install \ - commons=25.7.0-rc1 \ - secret=25.7.0-rc1 \ - listener=25.7.0-rc1 \ - nifi=25.7.0-rc1 + commons=25.7.0 \ + secret=25.7.0 \ + listener=25.7.0 \ + nifi=25.7.0 # end::stackablectl-install-operators[] ;; *) diff --git a/docs/modules/nifi/examples/getting_started/install_output.txt b/docs/modules/nifi/examples/getting_started/install_output.txt index 5c8fb7cc..ba8087d1 100644 --- a/docs/modules/nifi/examples/getting_started/install_output.txt +++ b/docs/modules/nifi/examples/getting_started/install_output.txt @@ -1,5 +1,5 @@ -Installed commons=25.7.0-rc1 operator -Installed secret=25.7.0-rc1 operator -Installed listener=25.7.0-rc1 operator -Installed zookeeper=25.7.0-rc1 operator -Installed nifi=25.7.0-rc1 operator +Installed commons=25.7.0 operator +Installed secret=25.7.0 operator +Installed listener=25.7.0 operator +Installed zookeeper=25.7.0 operator +Installed nifi=25.7.0 operator diff --git a/docs/templating_vars.yaml b/docs/templating_vars.yaml index 1a54ab77..92eff70c 100644 --- a/docs/templating_vars.yaml +++ b/docs/templating_vars.yaml @@ -3,8 +3,8 @@ helm: repo_name: sdp-charts repo_url: oci.stackable.tech versions: - commons: 25.7.0-rc1 - secret: 25.7.0-rc1 - listener: 25.7.0-rc1 - zookeeper: 25.7.0-rc1 - nifi: 25.7.0-rc1 + commons: 25.7.0 + secret: 25.7.0 + listener: 25.7.0 + zookeeper: 25.7.0 + nifi: 25.7.0 diff --git a/tests/release.yaml b/tests/release.yaml index e7b0ad81..9fc35d3c 100644 --- a/tests/release.yaml +++ b/tests/release.yaml @@ -7,20 +7,20 @@ releases: description: Integration test products: commons: - operatorVersion: 25.7.0-rc1 + operatorVersion: 25.7.0 secret: - operatorVersion: 25.7.0-rc1 + operatorVersion: 25.7.0 listener: - operatorVersion: 25.7.0-rc1 + operatorVersion: 25.7.0 opa: - operatorVersion: 25.7.0-rc1 + operatorVersion: 25.7.0 zookeeper: - operatorVersion: 25.7.0-rc1 + operatorVersion: 25.7.0 hdfs: - operatorVersion: 25.7.0-rc1 + operatorVersion: 25.7.0 hive: - operatorVersion: 25.7.0-rc1 + operatorVersion: 25.7.0 trino: - operatorVersion: 25.7.0-rc1 + operatorVersion: 25.7.0 nifi: - operatorVersion: 25.7.0-rc1 + operatorVersion: 25.7.0