Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
347e19a
feat: remove product config & clean up
maltesander Jun 1, 2026
8f223f3
docs: remove product config CLI paramter
maltesander Jun 1, 2026
9bece1d
fix: add todo to reference file name enum
maltesander Jun 1, 2026
381896f
docs: adapted changelog
maltesander Jun 1, 2026
d936727
docs: fix file name doc location
maltesander Jun 1, 2026
dedc010
fix: move graceful shutdown to build module
maltesander Jun 1, 2026
72905d8
fix: remove uuid dependency
maltesander Jun 1, 2026
ff68cee
Merge remote-tracking branch 'origin/main' into feat/smooth-operator/…
maltesander Jun 1, 2026
a8bddf9
Update rust/operator-binary/src/controller/build/properties/config_pr…
maltesander Jun 2, 2026
e1e53be
Update rust/operator-binary/src/controller/build/config_map.rs
maltesander Jun 2, 2026
0c16cba
docs: remove product config from env variables
maltesander Jun 3, 2026
fbb7ff1
fix: rename validated -> validated_cluster
maltesander Jun 3, 2026
66b2614
refactor: move logging to build step
maltesander Jun 4, 2026
ad0c451
refactor: consume the config-file writer from stackable-operator
adwk67 Jun 5, 2026
b7ea0c5
fix: improve map rendering
maltesander Jun 8, 2026
90dfd91
refactor: make namespace non option and pass trough catalogs
maltesander Jun 8, 2026
0055c8a
refactor: use option free properties writer
maltesander Jun 9, 2026
c647423
refactor: remove ownerrefs from builder functions
maltesander Jun 9, 2026
6d3b177
refactor: switch to EnvVarSet
maltesander Jun 9, 2026
b7906ba
Merge remote-tracking branch 'origin/main' into feat/smooth-operator/…
maltesander Jun 10, 2026
39cf37f
fix: missing parenthesis from main merge
maltesander Jun 10, 2026
b9ed0d2
fix: bump stackable-operator for non optional KeyValueConfigOverrides
maltesander Jun 10, 2026
6865a09
fix: move catalog configmap to builder module and use ValidatedCluster
maltesander Jun 10, 2026
6154d03
fix: format change due to merge moved pdbs in a listener dependency a…
maltesander Jun 10, 2026
1c0193e
moved validated structs to controller/mod.rs, renamed controller -> t…
adwk67 Jun 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ All notable changes to this project will be documented in this file.
- Bump `stackable-operator` to 0.111.0 and `kube` to 3.1.0 ([#878], [#884]).
- Internal operator refactoring: introduce dereference() and validate() steps in the reconciler ([#889]).
- test: Bump vector-aggregator to 0.55.0, replace /graphql call with gRPC call ([#895]).
- BREAKING: Removed product-config machinery. This is a breaking change in terms of configuration.
Users relying on the product-config `properties.yaml` file have to set these properties via the CRD ([#897]).

### Fixed

Expand All @@ -38,6 +40,7 @@ All notable changes to this project will be documented in this file.
[#884]: https://github.com/stackabletech/trino-operator/pull/884
[#889]: https://github.com/stackabletech/trino-operator/pull/889
[#895]: https://github.com/stackabletech/trino-operator/pull/895
[#897]: https://github.com/stackabletech/trino-operator/pull/897

## [26.3.0] - 2026-03-16

Expand Down
Loading
Loading