Skip to content

Commit bd27ef6

Browse files
committed
feat!: Add support for 1.16.2, drop for 1.8.0
1 parent 28ad585 commit bd27ef6

5 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

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

77
### Added
88

9+
- Added support for OPA `1.16.2`. `1.12.3` is now deprecated ([#XXX]).
910
- BREAKING: Add required CLI argument and env var to set the image repository used to construct final product image names: `IMAGE_REPOSITORY` (`--image-repository`), eg. `oci.example.org/my/namespace` ([#830]).
1011
- Support `configOverrides` for `config.json` ([#818], [#831]).
1112

@@ -17,12 +18,17 @@ All notable changes to this project will be documented in this file.
1718
- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#820]).
1819
- Internal operator refactoring: introduce dereference() and validate() steps in the reconciler ([#836]).
1920

21+
### Removed
22+
23+
- BREAKING: Removed support for OPA `1.8.0` ([#XXX]).
24+
2025
[#818]: https://github.com/stackabletech/opa-operator/pull/818
2126
[#819]: https://github.com/stackabletech/opa-operator/pull/819
2227
[#820]: https://github.com/stackabletech/opa-operator/pull/820
2328
[#830]: https://github.com/stackabletech/opa-operator/pull/830
2429
[#831]: https://github.com/stackabletech/opa-operator/pull/831
2530
[#836]: https://github.com/stackabletech/opa-operator/pull/836
31+
[#XXX]: https://github.com/stackabletech/opa-operator/pull/XXX
2632

2733
## [26.3.0] - 2026-03-16
2834

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.3"
8+
productVersion: 1.16.2
99
servers:
1010
roleGroups:
1111
default: {}

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

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.3"
8+
productVersion: 1.16.2
99
servers:
1010
roleGroups:
1111
default: {}

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

Lines changed: 2 additions & 2 deletions
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.3
6-
* 1.8.0 (deprecated)
5+
* 1.16.2
6+
* 1.12.3 (deprecated)

tests/test-definition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ dimensions:
44
values:
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
7-
- 1.8.0
87
- 1.12.3
8+
- 1.16.2
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.3
13+
- 1.16.2
1414
- name: keycloak
1515
values:
1616
- 23.0.1

0 commit comments

Comments
 (0)