diff --git a/CHANGELOG.md b/CHANGELOG.md index 540cae84..bad0e7f3 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.11.0] - 2025-11-07 + ## [25.11.0-rc1] - 2025-11-06 ### Added diff --git a/Cargo.lock b/Cargo.lock index 020abfd3..146ea071 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2812,7 +2812,7 @@ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" [[package]] name = "stackable-opa-bundle-builder" -version = "25.11.0-rc1" +version = "25.11.0" dependencies = [ "axum", "built", @@ -2830,7 +2830,7 @@ dependencies = [ [[package]] name = "stackable-opa-operator" -version = "25.11.0-rc1" +version = "25.11.0" dependencies = [ "anyhow", "built", @@ -2853,11 +2853,11 @@ dependencies = [ [[package]] name = "stackable-opa-regorule-library" -version = "25.11.0-rc1" +version = "25.11.0" [[package]] name = "stackable-opa-user-info-fetcher" -version = "25.11.0-rc1" +version = "25.11.0" dependencies = [ "axum", "base64", diff --git a/Cargo.nix b/Cargo.nix index 5e9892db..d7b29cf5 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -9234,7 +9234,7 @@ rec { }; "stackable-opa-bundle-builder" = rec { crateName = "stackable-opa-bundle-builder"; - version = "25.11.0-rc1"; + version = "25.11.0"; edition = "2021"; crateBin = [ { @@ -9306,7 +9306,7 @@ rec { }; "stackable-opa-operator" = rec { crateName = "stackable-opa-operator"; - version = "25.11.0-rc1"; + version = "25.11.0"; edition = "2021"; crateBin = [ { @@ -9401,7 +9401,7 @@ rec { }; "stackable-opa-regorule-library" = rec { crateName = "stackable-opa-regorule-library"; - version = "25.11.0-rc1"; + version = "25.11.0"; edition = "2021"; src = lib.cleanSourceWith { filter = sourceFilter; src = ./rust/regorule-library; }; libName = "stackable_opa_regorule_library"; @@ -9412,7 +9412,7 @@ rec { }; "stackable-opa-user-info-fetcher" = rec { crateName = "stackable-opa-user-info-fetcher"; - version = "25.11.0-rc1"; + version = "25.11.0"; edition = "2021"; crateBin = [ { diff --git a/Cargo.toml b/Cargo.toml index 608de340..7157132b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["rust/*"] resolver = "2" [workspace.package] -version = "25.11.0-rc1" +version = "25.11.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 5648d3de..16bf7f22 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.11.0-rc1" -appVersion: "25.11.0-rc1" +version: "25.11.0" +appVersion: "25.11.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 74717f28..51c0617a 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.11.0-rc1 +helm install --wait opa-operator oci://oci.stackable.tech/sdp-charts/opa-operator --version 25.11.0 # end::helm-install-operators[] ;; "stackablectl") echo "installing operators with stackablectl" # tag::stackablectl-install-operators[] -stackablectl operator install opa=25.11.0-rc1 +stackablectl operator install opa=25.11.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 9931ba85..fad7e0b0 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.11.0-rc1 operator +Installed opa=25.11.0 operator diff --git a/docs/templating_vars.yaml b/docs/templating_vars.yaml index 4c8c20bc..c8589d35 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.11.0-rc1 + opa: 25.11.0 diff --git a/tests/release.yaml b/tests/release.yaml index 99de9ab1..6f540d9a 100644 --- a/tests/release.yaml +++ b/tests/release.yaml @@ -7,10 +7,10 @@ releases: description: Integration test products: commons: - operatorVersion: 25.11.0-rc1 + operatorVersion: 25.11.0 secret: - operatorVersion: 25.11.0-rc1 + operatorVersion: 25.11.0 listener: - operatorVersion: 25.11.0-rc1 + operatorVersion: 25.11.0 opa: - operatorVersion: 25.11.0-rc1 + operatorVersion: 25.11.0