diff --git a/CHANGELOG.md b/CHANGELOG.md index be93c2c7..c8c5d47c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -40,6 +41,10 @@ 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 @@ -47,6 +52,7 @@ All notable changes to this project will be documented in this file. [#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 diff --git a/docs/modules/opa/examples/getting_started/opa.yaml b/docs/modules/opa/examples/getting_started/opa.yaml index 6a9d7ff1..27fb366b 100644 --- a/docs/modules/opa/examples/getting_started/opa.yaml +++ b/docs/modules/opa/examples/getting_started/opa.yaml @@ -5,7 +5,7 @@ metadata: name: simple-opa spec: image: - productVersion: "1.0.1" + productVersion: "1.4.2" servers: roleGroups: default: {} diff --git a/docs/modules/opa/examples/getting_started/opa.yaml.j2 b/docs/modules/opa/examples/getting_started/opa.yaml.j2 index 6a9d7ff1..27fb366b 100644 --- a/docs/modules/opa/examples/getting_started/opa.yaml.j2 +++ b/docs/modules/opa/examples/getting_started/opa.yaml.j2 @@ -5,7 +5,7 @@ metadata: name: simple-opa spec: image: - productVersion: "1.0.1" + productVersion: "1.4.2" servers: roleGroups: default: {} diff --git a/docs/modules/opa/partials/supported-versions.adoc b/docs/modules/opa/partials/supported-versions.adoc index 176441a5..9d215aab 100644 --- a/docs/modules/opa/partials/supported-versions.adoc +++ b/docs/modules/opa/partials/supported-versions.adoc @@ -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) diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index 26cd8de0..2900d633 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -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