Skip to content

Commit

Permalink
release 24.11.1-rc2 (#669)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Kenworthy <[email protected]>
  • Loading branch information
adwk67 authored Dec 13, 2024
1 parent 6585427 commit ee11ac2
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 21 deletions.
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]

## [24.11.1-rc2] - 2024-12-12

## [24.11.1-rc1] - 2024-12-06

### Fixed
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

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

10 changes: 5 additions & 5 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 = "24.11.1-rc1"
version = "24.11.1-rc2"
authors = ["Stackable GmbH <[email protected]>"]
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: "24.11.1-rc1"
appVersion: "24.11.1-rc1"
version: "24.11.1-rc2"
appVersion: "24.11.1-rc2"
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 @@ -28,13 +28,13 @@ helm repo update

echo "Installing operators with Helm"
# tag::helm-install-operators[]
helm install --wait opa-operator stackable-stable/opa-operator --version 24.11.1-rc1
helm install --wait opa-operator stackable-stable/opa-operator --version 24.11.1-rc2
# end::helm-install-operators[]
;;
"stackablectl")
echo "installing operators with stackablectl"
# tag::stackablectl-install-operators[]
stackablectl operator install opa=24.11.1-rc1
stackablectl operator install opa=24.11.1-rc2
# end::stackablectl-install-operators[]
;;
*)
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Installed opa=24.11.1-rc1 operator
Installed opa=24.11.1-rc2 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: stackable-stable
repo_url: https://repo.stackable.tech/repository/helm-stable/
versions:
opa: 24.11.1-rc1
opa: 24.11.1-rc2
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: 24.11.1-rc1
operatorVersion: 24.11.1-rc2
secret:
operatorVersion: 24.11.1-rc1
operatorVersion: 24.11.1-rc2
listener:
operatorVersion: 24.11.1-rc1
operatorVersion: 24.11.1-rc2
opa:
operatorVersion: 24.11.1-rc1
operatorVersion: 24.11.1-rc2

0 comments on commit ee11ac2

Please sign in to comment.