Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [26.3.0-rc1] - 2026-03-16

### Added

- Add support for OPA 1.12.3 ([#797], [#805]).
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["rust/*"]
resolver = "2"

[workspace.package]
version = "0.0.0-dev"
version = "26.3.0-rc1"
authors = ["Stackable GmbH <info@stackable.tech>"]
license = "OSL-3.0"
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/opa-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
apiVersion: v2
name: opa-operator
version: "0.0.0-dev"
appVersion: "0.0.0-dev"
version: "26.3.0-rc1"
appVersion: "26.3.0-rc1"
description: The Stackable Operator for OpenPolicyAgent
home: https://github.com/stackabletech/opa-operator
maintainers:
Expand Down
3 changes: 2 additions & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: home
version: "nightly"
version: "26.3"
prerelease: false
4 changes: 2 additions & 2 deletions docs/modules/opa/examples/getting_started/getting_started.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 0.0.0-dev
helm install --wait opa-operator oci://oci.stackable.tech/sdp-charts/opa-operator --version 26.3.0-rc1
# end::helm-install-operators[]
;;
"stackablectl")
echo "installing operators with stackablectl"
# tag::stackablectl-install-operators[]
stackablectl operator install opa=0.0.0-dev
stackablectl operator install opa=26.3.0-rc1
# end::stackablectl-install-operators[]
;;
*)
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Installed opa=0.0.0-dev operator
Installed opa=26.3.0-rc1 operator
2 changes: 1 addition & 1 deletion docs/templating_vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ helm:
repo_name: sdp-charts
repo_url: oci.stackable.tech
versions:
opa: 0.0.0-dev
opa: 26.3.0-rc1
72 changes: 36 additions & 36 deletions extra/crds.yaml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions tests/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ releases:
description: Integration test
products:
commons:
operatorVersion: 0.0.0-dev
operatorVersion: 26.3.0-rc1
secret:
operatorVersion: 0.0.0-dev
operatorVersion: 26.3.0-rc1
listener:
operatorVersion: 0.0.0-dev
operatorVersion: 26.3.0-rc1
opa:
operatorVersion: 0.0.0-dev
operatorVersion: 26.3.0-rc1
Loading