Skip to content

Commit 95133ee

Browse files
authored
Support OPA 0.61.0 (#518)
* support opa 0.61.0 * adapted changelog * add removed version to changelog
1 parent 04c16a5 commit 95133ee

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,19 @@ All notable changes to this project will be documented in this file.
88

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

1213
### Changed
1314

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

17+
### Removed
18+
19+
- Removed support for OPA 0.51.0 ([#518]).
20+
1621
[#433]: https://github.com/stackabletech/opa-operator/pull/433
1722
[#507]: https://github.com/stackabletech/opa-operator/pull/507
23+
[#518]: https://github.com/stackabletech/opa-operator/pull/518
1824

1925
## [23.11.0] - 2023-11-24
2026

docs/modules/opa/examples/getting_started/opa.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: simple-opa
66
spec:
77
image:
8-
productVersion: "0.57.0"
8+
productVersion: "0.61.0"
99
servers:
1010
roleGroups:
1111
default: {}

docs/modules/opa/examples/getting_started/opa.yaml.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: simple-opa
66
spec:
77
image:
8-
productVersion: "0.57.0"
8+
productVersion: "0.61.0"
99
servers:
1010
roleGroups:
1111
default: {}

docs/modules/opa/pages/usage-guide/user-info-fetcher.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
name: opa
1414
spec:
1515
image:
16-
productVersion: 0.57.0
16+
productVersion: 0.61.0
1717
clusterConfig:
1818
userInfo: # <1>
1919
backend:

docs/modules/opa/partials/supported-versions.adoc

+2-2
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-
- 0.57.0
6-
- 0.51.0
5+
- 0.61.0
6+
- 0.57.0 (deprecated)

tests/test-definition.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
dimensions:
33
- name: opa
44
values:
5-
- 0.51.0
65
- 0.57.0
6+
- 0.61.0
77
- name: opa-latest
88
values:
9-
- 0.57.0
9+
- 0.61.0
1010
- name: keycloak
1111
values:
1212
- 23.0.1

0 commit comments

Comments
 (0)