Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 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
11b2d88
refactor: switch to v2 JavaCommonConfig
maltesander Jun 11, 2026
85acf9e
chore: bump stackable-operator
maltesander Jun 15, 2026
4697888
refactor: reduce RolegroupRef usage
maltesander Jun 15, 2026
3f6af2c
refactor: introduce ValidatedTrinoConfig
maltesander Jun 15, 2026
44d71c4
refactor: move k8s resources to builder/resource
maltesander Jun 15, 2026
3f6d28f
refactor: move sts to resource folder
maltesander Jun 15, 2026
4859215
test: add vector.toml test setup
maltesander Jun 15, 2026
910ba94
refactor: consolidatev2 logging
maltesander Jun 15, 2026
b5cb26c
refactor: move raw cluster methods to ValidatedCluster
maltesander Jun 15, 2026
ce93c80
refactor: move to v2 pdb and clusteresources
maltesander Jun 15, 2026
8284fee
refactor: use v2 labeling
maltesander Jun 15, 2026
56e22d8
refactor: switch to v2 STACKABLE_LOG_DIR
maltesander Jun 15, 2026
fb858b0
refactor: switch to v2 ownerref, remove results
maltesander Jun 15, 2026
fd3966e
refactor: use restarter_ignore_secret_annotations
maltesander Jun 15, 2026
2af6a04
refactor: use v2 SecretName
maltesander Jun 15, 2026
093c3fa
refactor: use v2 SecretClass in CRD
maltesander Jun 15, 2026
c6cefe5
refactor: use SecretName, ListenerName, ConfigMapName
maltesander Jun 15, 2026
3032234
refactor: remove redudant paramters from build_statefulset
maltesander Jun 15, 2026
4e8723c
refactor: cleanup build_statefulset and tls_volume parameters
maltesander Jun 15, 2026
6eb76b1
refactor: introduce ValidatedRoleConfig
maltesander Jun 16, 2026
39fcb0d
refactor: add ValidatedCluster::object_meta helper for child resource…
maltesander Jun 16, 2026
d70d8f2
fix: move hardcoded values to constants
maltesander Jun 16, 2026
ca9eb49
chore: improve vector tests
maltesander Jun 16, 2026
1f10a48
fix(doc): remove stale comments
maltesander Jun 16, 2026
c7e621e
chore: bump dependencies
maltesander Jun 17, 2026
35e66ab
fix: adujust to optimal replicas
maltesander Jun 17, 2026
f000b9f
refactor: consolidate authentication build
maltesander Jun 17, 2026
7da182f
refactor: move constants and use Port type
maltesander Jun 17, 2026
c8605f2
fix: add internal tls helper
maltesander Jun 17, 2026
12f152e
fix: remove obsolete comment
maltesander Jun 17, 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