Skip to content

chore: Release 25.7.0 #749

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 23, 2025
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]

## [25.7.0] - 2025-07-23

## [25.7.0-rc1] - 2025-07-18

### Added
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 = "25.7.0-rc1"
version = "25.7.0"
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: "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:
Expand Down
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 @@ -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[]
;;
*)
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Installed opa=25.7.0-rc1 operator
Installed opa=25.7.0 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: 25.7.0-rc1
opa: 25.7.0
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: 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