diff --git a/CHANGELOG.md b/CHANGELOG.md index 14f2bfc9..0f5ff8d3 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 941df7db..a0903be7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2958,7 +2958,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "stackable-opa-bundle-builder" -version = "25.7.0-rc1" +version = "25.7.0" dependencies = [ "axum", "built", @@ -2976,7 +2976,7 @@ dependencies = [ [[package]] name = "stackable-opa-operator" -version = "25.7.0-rc1" +version = "25.7.0" dependencies = [ "anyhow", "built", @@ -2999,11 +2999,11 @@ dependencies = [ [[package]] name = "stackable-opa-regorule-library" -version = "25.7.0-rc1" +version = "25.7.0" [[package]] name = "stackable-opa-user-info-fetcher" -version = "25.7.0-rc1" +version = "25.7.0" dependencies = [ "axum", "base64", diff --git a/Cargo.nix b/Cargo.nix index a6b25668..32e48da3 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -9676,7 +9676,7 @@ rec { }; "stackable-opa-bundle-builder" = rec { crateName = "stackable-opa-bundle-builder"; - version = "25.7.0-rc1"; + version = "25.7.0"; edition = "2021"; crateBin = [ { @@ -9748,7 +9748,7 @@ rec { }; "stackable-opa-operator" = rec { crateName = "stackable-opa-operator"; - version = "25.7.0-rc1"; + version = "25.7.0"; edition = "2021"; crateBin = [ { @@ -9843,7 +9843,7 @@ rec { }; "stackable-opa-regorule-library" = rec { crateName = "stackable-opa-regorule-library"; - version = "25.7.0-rc1"; + version = "25.7.0"; edition = "2021"; src = lib.cleanSourceWith { filter = sourceFilter; src = ./rust/regorule-library; }; libName = "stackable_opa_regorule_library"; @@ -9854,7 +9854,7 @@ rec { }; "stackable-opa-user-info-fetcher" = rec { crateName = "stackable-opa-user-info-fetcher"; - version = "25.7.0-rc1"; + version = "25.7.0"; edition = "2021"; crateBin = [ { diff --git a/Cargo.toml b/Cargo.toml index 78574b89..cd42b1d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["rust/*"] 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/opa-operator/Chart.yaml b/deploy/helm/opa-operator/Chart.yaml index 13f12f2d..a43c804f 100644 --- a/deploy/helm/opa-operator/Chart.yaml +++ b/deploy/helm/opa-operator/Chart.yaml @@ -1,8 +1,8 @@ --- apiVersion: v2 name: opa-operator -version: "25.7.0-rc1" -appVersion: "25.7.0-rc1" +version: "25.7.0" +appVersion: "25.7.0" description: The Stackable Operator for OpenPolicyAgent home: https://github.com/stackabletech/opa-operator maintainers: diff --git a/docs/modules/opa/examples/getting_started/getting_started.sh b/docs/modules/opa/examples/getting_started/getting_started.sh index d2ac8e3c..e0d6a663 100755 --- a/docs/modules/opa/examples/getting_started/getting_started.sh +++ b/docs/modules/opa/examples/getting_started/getting_started.sh @@ -21,13 +21,13 @@ case "$1" in "helm") echo "Installing operators with Helm" # tag::helm-install-operators[] -helm install --wait opa-operator oci://oci.stackable.tech/sdp-charts/opa-operator --version 25.7.0-rc1 +helm install --wait opa-operator oci://oci.stackable.tech/sdp-charts/opa-operator --version 25.7.0 # end::helm-install-operators[] ;; "stackablectl") echo "installing operators with stackablectl" # tag::stackablectl-install-operators[] -stackablectl operator install opa=25.7.0-rc1 +stackablectl operator install opa=25.7.0 # end::stackablectl-install-operators[] ;; *) diff --git a/docs/modules/opa/examples/getting_started/install_output.txt b/docs/modules/opa/examples/getting_started/install_output.txt index a9ad7090..3cd6c034 100644 --- a/docs/modules/opa/examples/getting_started/install_output.txt +++ b/docs/modules/opa/examples/getting_started/install_output.txt @@ -1 +1 @@ -Installed opa=25.7.0-rc1 operator +Installed opa=25.7.0 operator diff --git a/docs/templating_vars.yaml b/docs/templating_vars.yaml index 53ee11db..17cded28 100644 --- a/docs/templating_vars.yaml +++ b/docs/templating_vars.yaml @@ -3,4 +3,4 @@ helm: repo_name: sdp-charts repo_url: oci.stackable.tech versions: - opa: 25.7.0-rc1 + opa: 25.7.0 diff --git a/tests/release.yaml b/tests/release.yaml index 2d9421b8..bbb700d0 100644 --- a/tests/release.yaml +++ b/tests/release.yaml @@ -7,10 +7,10 @@ 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