Skip to content

Commit

Permalink
chore: bump latest version to 1.0.1 (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
razvan authored Feb 17, 2025
1 parent 25f4e2b commit e17686a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
### Added

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

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

[#666]: https://github.com/stackabletech/opa-operator/pull/666
[#677]: https://github.com/stackabletech/opa-operator/pull/677
[#671]: https://github.com/stackabletech/opa-operator/pull/671
[#675]: https://github.com/stackabletech/opa-operator/pull/675
[#677]: https://github.com/stackabletech/opa-operator/pull/677
[#687]: https://github.com/stackabletech/opa-operator/pull/687

## [24.11.1] - 2025-01-10

Expand Down
2 changes: 1 addition & 1 deletion 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.

* 1.0.0
* 1.0.1
* 0.67.1 (deprecated)
4 changes: 2 additions & 2 deletions tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ dimensions:
# To use a custom image, add a comma and the full name after the product version
# 0.67.1,oci.stackable.tech/sdp/opa:0.67.1-stackable0.0.0-dev
- 0.67.1
- 1.0.0
- 1.0.1
- name: opa-latest
values:
# To use a custom image, add a comma and the full name after the product version
# 0.67.1,oci.stackable.tech/sdp/opa:0.67.1-stackable0.0.0-dev
- 1.0.0
- 1.0.1
- name: keycloak
values:
- 23.0.1
Expand Down

0 comments on commit e17686a

Please sign in to comment.