Skip to content

Commit bc0cd30

Browse files
xeniapesbernauer
andauthored
chore: Bump opa version for 25.11.0 (#765)
* chore: Bump opa version for 25.11.0 * add changelog entry * Update tests/test-definition.yaml Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de> --------- Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
1 parent 201537d commit bc0cd30

File tree

6 files changed

+15
-8
lines changed

6 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,29 @@ All notable changes to this project will be documented in this file.
99
- Add a dedicated per-rolegroup `-metrics` Service, which can be used to get Prometheus metrics ([#748]).
1010
- Expose more Prometheus metrics, such as successful or failed bundle loads and information about the OPA environment ([#748]).
1111
- Helm: Allow Pod `priorityClassName` to be configured ([#762]).
12+
- Add support for OPA `1.8.0` ([#765]).
1213

1314
### Changed
1415

1516
- BREAKING: The per-rolegroup services now only serves the HTTP port and has a `-headless` suffix to better indicate their
1617
purpose and to be consistent with other operators ([#748]).
1718
- BREAKING: The per-role server service is now prefixed with `-server` to be consistent with other operators ([#748]).
1819
- The User info fetcher is no longer an experimental feature ([#752]).
20+
- Deprecate support for OPA `1.4.2` ([#765]).
1921

2022
### Fixed
2123

2224
- Fixed `envOverrides` not getting applied due to not being added to the product config machinery ([#754]).
2325

26+
### Removed
27+
28+
- Remove support for OPA `1.0.1` ([#765]).
29+
2430
[#748]: https://github.com/stackabletech/opa-operator/pull/748
2531
[#752]: https://github.com/stackabletech/opa-operator/pull/752
2632
[#754]: https://github.com/stackabletech/opa-operator/pull/754
2733
[#762]: https://github.com/stackabletech/opa-operator/pull/762
34+
[#765]: https://github.com/stackabletech/opa-operator/pull/765
2835

2936
## [25.7.0] - 2025-07-23
3037

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: simple-opa
66
spec:
77
image:
8-
productVersion: "1.4.2"
8+
productVersion: "1.8.0"
99
servers:
1010
roleGroups:
1111
default: {}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: simple-opa
66
spec:
77
image:
8-
productVersion: "1.4.2"
8+
productVersion: "1.8.0"
99
servers:
1010
roleGroups:
1111
default: {}

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

Lines changed: 2 additions & 2 deletions
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-
* 1.4.2
6-
* 1.0.1 (deprecated)
5+
* 1.8.0
6+
* 1.4.2 (deprecated)

tests/templates/kuttl/keycloak-user-info/04-install-keycloak.yaml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ commands:
102102
resources:
103103
limits:
104104
cpu: 1
105-
memory: 512Mi
105+
memory: 1024Mi
106106
requests:
107107
cpu: 500m
108-
memory: 512Mi
108+
memory: 1024Mi
109109
volumeMounts:
110110
- name: data
111111
mountPath: /opt/keycloak/data/

tests/test-definition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ dimensions:
44
values:
55
# To use a custom image, add a comma and the full name after the product version
66
# 0.67.1,oci.stackable.tech/sdp/opa:0.67.1-stackable0.0.0-dev
7-
- 1.0.1
87
- 1.4.2
8+
- 1.8.0
99
- name: opa-latest
1010
values:
1111
# To use a custom image, add a comma and the full name after the product version
1212
# 0.67.1,oci.stackable.tech/sdp/opa:0.67.1-stackable0.0.0-dev
13-
- 1.4.2
13+
- 1.8.0
1414
- name: keycloak
1515
values:
1616
- 23.0.1

0 commit comments

Comments
 (0)