Skip to content

Commit a81be6c

Browse files
authored
chore: Replace OPA 1.12.2 with 1.12.3 (#805)
* test: Replace OPA 1.12.2 with 1.12.3 * docs: Replace OPA 1.12.2 with 1.12.3 * chore: Update changelog
1 parent 5ba58a1 commit a81be6c

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66

77
### Added
88

9-
- Add support for OPA 1.12.2 ([#797]).
9+
- Add support for OPA 1.12.3 ([#797], [#805]).
1010
- Add support for OpenLDAP backend to user-info-fetcher ([#779]).
1111
- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#793]).
1212
- Support objectOverrides using `.spec.objectOverrides`.
@@ -37,6 +37,7 @@ All notable changes to this project will be documented in this file.
3737
[#801]: https://github.com/stackabletech/opa-operator/pull/801
3838
[#803]: https://github.com/stackabletech/opa-operator/pull/803
3939
[#804]: https://github.com/stackabletech/opa-operator/pull/804
40+
[#805]: https://github.com/stackabletech/opa-operator/pull/805
4041

4142
## [25.11.0] - 2025-11-07
4243

docs/modules/opa/examples/getting_started/opa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: simple-opa
66
spec:
77
image:
8-
productVersion: "1.12.2"
8+
productVersion: "1.12.3"
99
servers:
1010
roleGroups:
1111
default: {}

docs/modules/opa/partials/supported-versions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
// This is a separate file, since it is used by both the direct OPA documentation, and the overarching
33
// Stackable Platform documentation.
44

5-
* 1.12.2
5+
* 1.12.3
66
* 1.8.0 (deprecated)

tests/test-definition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ dimensions:
55
# To use a custom image, add a comma and the full name after the product version
66
# 0.67.1,oci.stackable.tech/sdp/opa:0.67.1-stackable0.0.0-dev
77
- 1.8.0
8-
- 1.12.2
8+
- 1.12.3
99
- name: opa-latest
1010
values:
1111
# To use a custom image, add a comma and the full name after the product version
1212
# 0.67.1,oci.stackable.tech/sdp/opa:0.67.1-stackable0.0.0-dev
13-
- 1.12.2
13+
- 1.12.3
1414
- name: keycloak
1515
values:
1616
- 23.0.1

0 commit comments

Comments
 (0)