Skip to content

Commit

Permalink
Support OPA 0.61.0 (#518)
Browse files Browse the repository at this point in the history
* support opa 0.61.0

* adapted changelog

* add removed version to changelog
  • Loading branch information
maltesander committed Feb 7, 2024
1 parent 04c16a5 commit 95133ee
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,19 @@ All notable changes to this project will be documented in this file.

- Add user-info-fetcher to fetch user metadata from directory services ([#433]).
- Helm: support labels in values.yaml ([#507]).
- Added support for OPA 0.61.0 ([#518]).

### Changed

- [BREAKING]: Remove legacy `nodeSelector` on rolegroups. Use the field `affinity.nodeAffinity` instead ([#433]).

### Removed

- Removed support for OPA 0.51.0 ([#518]).

[#433]: https://github.com/stackabletech/opa-operator/pull/433
[#507]: https://github.com/stackabletech/opa-operator/pull/507
[#518]: https://github.com/stackabletech/opa-operator/pull/518

## [23.11.0] - 2023-11-24

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: "0.57.0"
productVersion: "0.61.0"
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: "0.57.0"
productVersion: "0.61.0"
servers:
roleGroups:
default: {}
2 changes: 1 addition & 1 deletion docs/modules/opa/pages/usage-guide/user-info-fetcher.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
name: opa
spec:
image:
productVersion: 0.57.0
productVersion: 0.61.0
clusterConfig:
userInfo: # <1>
backend:
Expand Down
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.

- 0.57.0
- 0.51.0
- 0.61.0
- 0.57.0 (deprecated)
4 changes: 2 additions & 2 deletions tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
dimensions:
- name: opa
values:
- 0.51.0
- 0.57.0
- 0.61.0
- name: opa-latest
values:
- 0.57.0
- 0.61.0
- name: keycloak
values:
- 23.0.1
Expand Down

0 comments on commit 95133ee

Please sign in to comment.