Skip to content

Commit e17686a

Browse files
authored
chore: bump latest version to 1.0.1 (#687)
1 parent 25f4e2b commit e17686a

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
77
### Added
88

99
- Run a `containerdebug` process in the background of each OPA container to collect debugging information ([#666]).
10-
- Added support for OPA `1.0.0` ([#677]).
10+
- Added support for OPA `1.0.x` ([#677]) and ([#687]).
1111
- Aggregate emitted Kubernetes events on the CustomResources ([#675]).
1212

1313
### Removed
@@ -19,9 +19,10 @@ All notable changes to this project will be documented in this file.
1919
- Default to OCI for image metadata and product image selection ([#671]).
2020

2121
[#666]: https://github.com/stackabletech/opa-operator/pull/666
22-
[#677]: https://github.com/stackabletech/opa-operator/pull/677
2322
[#671]: https://github.com/stackabletech/opa-operator/pull/671
2423
[#675]: https://github.com/stackabletech/opa-operator/pull/675
24+
[#677]: https://github.com/stackabletech/opa-operator/pull/677
25+
[#687]: https://github.com/stackabletech/opa-operator/pull/687
2526

2627
## [24.11.1] - 2025-01-10
2728

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

Lines changed: 1 addition & 1 deletion
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.0.0
5+
* 1.0.1
66
* 0.67.1 (deprecated)

tests/test-definition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ dimensions:
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
77
- 0.67.1
8-
- 1.0.0
8+
- 1.0.1
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.0.0
13+
- 1.0.1
1414
- name: keycloak
1515
values:
1616
- 23.0.1

0 commit comments

Comments
 (0)