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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,26 @@ All notable changes to this project will be documented in this file.

### Added

- Add support for OPA 1.12.2 ([#797]).
- Add support for OpenLDAP backend to user-info-fetcher ([#779]).
- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#793]).
- Support objectOverrides using `.spec.objectOverrides`.
See [objectOverrides concepts page](https://docs.stackable.tech/home/nightly/concepts/overrides/#object-overrides) for details ([#795]).

### Changed

- Deprecate OPA 1.8.0 ([#797]).
- user-info-fetcher: Move backend initialization and credential resolution into backend-specific implementations ([#782]).

### Removed

- Remove support for OPA 1.4.2 ([#797]).

[#779]: https://github.com/stackabletech/opa-operator/pull/779
[#782]: https://github.com/stackabletech/opa-operator/pull/782
[#793]: https://github.com/stackabletech/opa-operator/pull/793
[#795]: https://github.com/stackabletech/opa-operator/pull/795
[#797]: https://github.com/stackabletech/opa-operator/pull/797

## [25.11.0] - 2025-11-07

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.8.0"
productVersion: "1.12.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.8.0
* 1.4.2 (deprecated)
* 1.12.2
* 1.8.0 (deprecated)
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ commands:
- script: >-
helm install opa-vector-aggregator vector
--namespace $NAMESPACE
--version 0.45.0
--version 0.49.0
--repo https://helm.vector.dev
--values opa-vector-aggregator-values.yaml
---
Expand Down
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
- 1.4.2
- 1.8.0
- 1.12.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.8.0
- 1.12.2
- name: keycloak
values:
- 23.0.1
Expand Down