Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
- Log the startup event for bundle-builder and user-info-fetcher ([#703]).
- Support experimental user-info-fetcher Entra backend to fetch user groups ([#712]).
- Add support for OPA `1.4.2` ([#723]).

### Changed

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

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

### Removed

- Remove support for OPA `0.67.1` ([#723]).

[#703]: https://github.com/stackabletech/opa-operator/pull/703
[#707]: https://github.com/stackabletech/opa-operator/pull/707
[#709]: https://github.com/stackabletech/opa-operator/pull/709
[#710]: https://github.com/stackabletech/opa-operator/pull/710
[#712]: https://github.com/stackabletech/opa-operator/pull/712
[#715]: https://github.com/stackabletech/opa-operator/pull/715
[#721]: https://github.com/stackabletech/opa-operator/pull/721
[#723]: https://github.com/stackabletech/opa-operator/pull/723

## [25.3.0] - 2025-03-21

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/opa/examples/getting_started/opa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: simple-opa
spec:
image:
productVersion: "1.0.1"
productVersion: "1.4.2"
servers:
roleGroups:
default: {}
2 changes: 1 addition & 1 deletion docs/modules/opa/examples/getting_started/opa.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: simple-opa
spec:
image:
productVersion: "1.0.1"
productVersion: "1.4.2"
servers:
roleGroups:
default: {}
4 changes: 2 additions & 2 deletions docs/modules/opa/partials/supported-versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
// This is a separate file, since it is used by both the direct OPA documentation, and the overarching
// Stackable Platform documentation.

* 1.0.1
* 0.67.1 (deprecated)
* 1.4.2
* 1.0.1 (deprecated)
4 changes: 2 additions & 2 deletions tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ dimensions:
values:
# To use a custom image, add a comma and the full name after the product version
# 0.67.1,oci.stackable.tech/sdp/opa:0.67.1-stackable0.0.0-dev
- 0.67.1
- 1.0.1
- 1.4.2
- name: opa-latest
values:
# To use a custom image, add a comma and the full name after the product version
# 0.67.1,oci.stackable.tech/sdp/opa:0.67.1-stackable0.0.0-dev
- 1.0.1
- 1.4.2
- name: keycloak
values:
- 23.0.1
Expand Down