@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ## [ 26.3.0] - 2026-03-16
8+
9+ ## [ 26.3.0-rc1] - 2026-03-16
10+
711### Added
812
913- Add support for OPA 1.12.3 ([ #797 ] , [ #805 ] ).
@@ -15,6 +19,7 @@ All notable changes to this project will be documented in this file.
1519
1620### Changed
1721
22+ - Bump stackable-operator to 0.108.0 and strum to 0.28 ([ #810 ] , [ #812 ] ).
1823- Gracefully shutdown all concurrent tasks by forwarding the SIGTERM signal ([ #804 ] ).
1924- Introduce ` v1alpha2 ` OpaCluster and mark UIF Entra backend as non-experimental ([ #801 ] ).
2025- Deprecate OPA 1.8.0 ([ #797 ] ).
@@ -23,6 +28,7 @@ All notable changes to this project will be documented in this file.
2328### Fixed
2429
2530- Prevent unnecessary warning messages in the OPA logs caused by setting a service for the Prometheus status ([ #799 ] ).
31+ - Fix "404 page not found" error for the initial object list ([ #812 ] ).
2632
2733### Removed
2834
@@ -38,6 +44,8 @@ All notable changes to this project will be documented in this file.
3844[ #803 ] : https://github.com/stackabletech/opa-operator/pull/803
3945[ #804 ] : https://github.com/stackabletech/opa-operator/pull/804
4046[ #805 ] : https://github.com/stackabletech/opa-operator/pull/805
47+ [ #810 ] : https://github.com/stackabletech/opa-operator/pull/810
48+ [ #812 ] : https://github.com/stackabletech/opa-operator/pull/812
4149
4250## [ 25.11.0] - 2025-11-07
4351
0 commit comments