Skip to content

Commit 65e766b

Browse files
authored
chore: Add OPA 1.12.2, remove 1.4.2 (#797)
* test: Update vector to 0.52.0 Chart version 0.49.0 * test: Add 1.12.2, remove 1.4.2 * docs: Add support for 1.12.2, remove 1.4.2 * chore: Update changelog * test: Set latest version to 1.12.2
1 parent 5b6ade6 commit 65e766b

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,26 @@ All notable changes to this project will be documented in this file.
66

77
### Added
88

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

1415
### Changed
1516

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

20+
### Removed
21+
22+
- Remove support for OPA 1.4.2 ([#797]).
23+
1824
[#779]: https://github.com/stackabletech/opa-operator/pull/779
1925
[#782]: https://github.com/stackabletech/opa-operator/pull/782
2026
[#793]: https://github.com/stackabletech/opa-operator/pull/793
2127
[#795]: https://github.com/stackabletech/opa-operator/pull/795
28+
[#797]: https://github.com/stackabletech/opa-operator/pull/797
2229

2330
## [25.11.0] - 2025-11-07
2431

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.8.0"
8+
productVersion: "1.12.2"
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.8.0
6-
* 1.4.2 (deprecated)
5+
* 1.12.2
6+
* 1.8.0 (deprecated)

tests/templates/kuttl/logging/01-install-opa-vector-aggregator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ commands:
55
- script: >-
66
helm install opa-vector-aggregator vector
77
--namespace $NAMESPACE
8-
--version 0.45.0
8+
--version 0.49.0
99
--repo https://helm.vector.dev
1010
--values opa-vector-aggregator-values.yaml
1111
---

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.4.2
87
- 1.8.0
8+
- 1.12.2
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.8.0
13+
- 1.12.2
1414
- name: keycloak
1515
values:
1616
- 23.0.1

0 commit comments

Comments
 (0)