Skip to content

Commit 58a5887

Browse files
authored
chore: Add support for 1.4.2, deprecate 1.0.1, remove 0.67.1 (#723)
* test: Add 1.4.2, remove 0.67.1 * docs: Add support for 1.4.2, deprecate 1.0.1, remove support for 0.67.1 * chore: Update changelog
1 parent fd1310d commit 58a5887

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
1212
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
1313
- Log the startup event for bundle-builder and user-info-fetcher ([#703]).
1414
- Support experimental user-info-fetcher Entra backend to fetch user groups ([#712]).
15+
- Add support for OPA `1.4.2` ([#723]).
1516

1617
### Changed
1718

@@ -40,13 +41,18 @@ All notable changes to this project will be documented in this file.
4041

4142
- Use `json` file extension for log files ([#709]).
4243

44+
### Removed
45+
46+
- Remove support for OPA `0.67.1` ([#723]).
47+
4348
[#703]: https://github.com/stackabletech/opa-operator/pull/703
4449
[#707]: https://github.com/stackabletech/opa-operator/pull/707
4550
[#709]: https://github.com/stackabletech/opa-operator/pull/709
4651
[#710]: https://github.com/stackabletech/opa-operator/pull/710
4752
[#712]: https://github.com/stackabletech/opa-operator/pull/712
4853
[#715]: https://github.com/stackabletech/opa-operator/pull/715
4954
[#721]: https://github.com/stackabletech/opa-operator/pull/721
55+
[#723]: https://github.com/stackabletech/opa-operator/pull/723
5056

5157
## [25.3.0] - 2025-03-21
5258

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.0.1"
8+
productVersion: "1.4.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.0.1"
8+
productVersion: "1.4.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.0.1
6-
* 0.67.1 (deprecated)
5+
* 1.4.2
6+
* 1.0.1 (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-
- 0.67.1
87
- 1.0.1
8+
- 1.4.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.0.1
13+
- 1.4.2
1414
- name: keycloak
1515
values:
1616
- 23.0.1

0 commit comments

Comments
 (0)