From 3c54c2c20997763aa351d065d0a2c6d430ba0c62 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 16 Mar 2026 14:20:12 +0100 Subject: [PATCH] chore: Release 26.3.0 Signed-off-by: Nick Larsen --- CHANGELOG.md | 2 ++ Cargo.lock | 8 ++++---- Cargo.nix | 8 ++++---- Cargo.toml | 2 +- deploy/helm/opa-operator/Chart.yaml | 4 ++-- .../opa/examples/getting_started/getting_started.sh | 4 ++-- .../opa/examples/getting_started/install_output.txt | 2 +- docs/templating_vars.yaml | 2 +- tests/release.yaml | 8 ++++---- 9 files changed, 21 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 758956ba..f4ce5ea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [26.3.0] - 2026-03-16 + ## [26.3.0-rc1] - 2026-03-16 ### Added diff --git a/Cargo.lock b/Cargo.lock index bffd36b8..bffdcfc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3453,7 +3453,7 @@ dependencies = [ [[package]] name = "stackable-opa-bundle-builder" -version = "26.3.0-rc1" +version = "26.3.0" dependencies = [ "axum", "built", @@ -3472,7 +3472,7 @@ dependencies = [ [[package]] name = "stackable-opa-operator" -version = "26.3.0-rc1" +version = "26.3.0" dependencies = [ "anyhow", "built", @@ -3496,11 +3496,11 @@ dependencies = [ [[package]] name = "stackable-opa-regorule-library" -version = "26.3.0-rc1" +version = "26.3.0" [[package]] name = "stackable-opa-user-info-fetcher" -version = "26.3.0-rc1" +version = "26.3.0" dependencies = [ "axum", "base64", diff --git a/Cargo.nix b/Cargo.nix index 079c12da..ea244f42 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -11711,7 +11711,7 @@ rec { }; "stackable-opa-bundle-builder" = rec { crateName = "stackable-opa-bundle-builder"; - version = "26.3.0-rc1"; + version = "26.3.0"; edition = "2021"; crateBin = [ { @@ -11787,7 +11787,7 @@ rec { }; "stackable-opa-operator" = rec { crateName = "stackable-opa-operator"; - version = "26.3.0-rc1"; + version = "26.3.0"; edition = "2021"; crateBin = [ { @@ -11886,7 +11886,7 @@ rec { }; "stackable-opa-regorule-library" = rec { crateName = "stackable-opa-regorule-library"; - version = "26.3.0-rc1"; + version = "26.3.0"; edition = "2021"; src = lib.cleanSourceWith { filter = sourceFilter; src = ./rust/regorule-library; }; libName = "stackable_opa_regorule_library"; @@ -11897,7 +11897,7 @@ rec { }; "stackable-opa-user-info-fetcher" = rec { crateName = "stackable-opa-user-info-fetcher"; - version = "26.3.0-rc1"; + version = "26.3.0"; edition = "2021"; crateBin = [ { diff --git a/Cargo.toml b/Cargo.toml index 9e68e275..6af846c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["rust/*"] resolver = "2" [workspace.package] -version = "26.3.0-rc1" +version = "26.3.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 a109d2ca..99b01d51 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: "26.3.0-rc1" -appVersion: "26.3.0-rc1" +version: "26.3.0" +appVersion: "26.3.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 040b0dec..c0f90dd5 100755 --- a/docs/modules/opa/examples/getting_started/getting_started.sh +++ b/docs/modules/opa/examples/getting_started/getting_started.sh @@ -24,13 +24,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 26.3.0-rc1 +helm install --wait opa-operator oci://oci.stackable.tech/sdp-charts/opa-operator --version 26.3.0 # end::helm-install-operators[] ;; "stackablectl") echo "installing operators with stackablectl" # tag::stackablectl-install-operators[] -stackablectl operator install opa=26.3.0-rc1 +stackablectl operator install opa=26.3.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 d3d4f776..f7f99856 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=26.3.0-rc1 operator +Installed opa=26.3.0 operator diff --git a/docs/templating_vars.yaml b/docs/templating_vars.yaml index 4cc56d3b..23310674 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: 26.3.0-rc1 + opa: 26.3.0 diff --git a/tests/release.yaml b/tests/release.yaml index 61a55b93..1f8bdfeb 100644 --- a/tests/release.yaml +++ b/tests/release.yaml @@ -7,10 +7,10 @@ releases: description: Integration test products: commons: - operatorVersion: 26.3.0-rc1 + operatorVersion: 26.3.0 secret: - operatorVersion: 26.3.0-rc1 + operatorVersion: 26.3.0 listener: - operatorVersion: 26.3.0-rc1 + operatorVersion: 26.3.0 opa: - operatorVersion: 26.3.0-rc1 + operatorVersion: 26.3.0