Skip to content

Commit ee11ac2

Browse files
authored
release 24.11.1-rc2 (#669)
Signed-off-by: Andrew Kenworthy <andrew.kenworthy@stackable.de>
1 parent 6585427 commit ee11ac2

File tree

9 files changed

+23
-21
lines changed

9 files changed

+23
-21
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [24.11.1-rc2] - 2024-12-12
8+
79
## [24.11.1-rc1] - 2024-12-06
810

911
### Fixed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["rust/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "24.11.1-rc1"
6+
version = "24.11.1-rc2"
77
authors = ["Stackable GmbH <info@stackable.tech>"]
88
license = "OSL-3.0"
99
edition = "2021"

deploy/helm/opa-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
apiVersion: v2
33
name: opa-operator
4-
version: "24.11.1-rc1"
5-
appVersion: "24.11.1-rc1"
4+
version: "24.11.1-rc2"
5+
appVersion: "24.11.1-rc2"
66
description: The Stackable Operator for OpenPolicyAgent
77
home: https://github.com/stackabletech/opa-operator
88
maintainers:

docs/modules/opa/examples/getting_started/getting_started.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ helm repo update
2828

2929
echo "Installing operators with Helm"
3030
# tag::helm-install-operators[]
31-
helm install --wait opa-operator stackable-stable/opa-operator --version 24.11.1-rc1
31+
helm install --wait opa-operator stackable-stable/opa-operator --version 24.11.1-rc2
3232
# end::helm-install-operators[]
3333
;;
3434
"stackablectl")
3535
echo "installing operators with stackablectl"
3636
# tag::stackablectl-install-operators[]
37-
stackablectl operator install opa=24.11.1-rc1
37+
stackablectl operator install opa=24.11.1-rc2
3838
# end::stackablectl-install-operators[]
3939
;;
4040
*)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Installed opa=24.11.1-rc1 operator
1+
Installed opa=24.11.1-rc2 operator

docs/templating_vars.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ helm:
33
repo_name: stackable-stable
44
repo_url: https://repo.stackable.tech/repository/helm-stable/
55
versions:
6-
opa: 24.11.1-rc1
6+
opa: 24.11.1-rc2

tests/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ releases:
77
description: Integration test
88
products:
99
commons:
10-
operatorVersion: 24.11.1-rc1
10+
operatorVersion: 24.11.1-rc2
1111
secret:
12-
operatorVersion: 24.11.1-rc1
12+
operatorVersion: 24.11.1-rc2
1313
listener:
14-
operatorVersion: 24.11.1-rc1
14+
operatorVersion: 24.11.1-rc2
1515
opa:
16-
operatorVersion: 24.11.1-rc1
16+
operatorVersion: 24.11.1-rc2

0 commit comments

Comments
 (0)