@@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file.
18
18
- Use ` --file-log-rotation-period ` (or ` FILE_LOG_ROTATION_PERIOD ` ) to configure the frequency of rotation.
19
19
- Use ` --console-log-format ` (or ` CONSOLE_LOG_FORMAT ` ) to set the format to ` plain ` (default) or ` json ` .
20
20
- Added TrustStore CRD for requesting CA certificate information ([ #557 ] ).
21
+ - Add RBAC rule to helm template for automatic cluster domain detection ([ #619 ] ).
21
22
22
23
### Changed
23
24
@@ -35,14 +36,22 @@ All notable changes to this project will be documented in this file.
35
36
- Replace stackable-operator ` print_startup_string ` with ` tracing::info! ` with fields.
36
37
- Upgrade csi-provisioner to 5.2.0 ([ #594 ] ).
37
38
- Use versioned common structs ([ e5224ab] ).
38
-
39
- ### Removed
40
-
41
- - Remove CSI registration path migration job ([ #610 ] ).
39
+ - BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([ #619 ] ).
40
+ - The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured.
41
+ - This requires operators to have the RBAC permission to get nodes/proxy in the apiGroup "". The helm-chart takes care of this.
42
+ - The CLI argument ` --kubernetes-node-name ` or env variable ` KUBERNETES_NODE_NAME ` needs to be set.
43
+ It supersedes the old argument/env variable ` NODE_NAME ` .
44
+ The helm-chart takes care of this.
42
45
43
46
### Fixed
44
47
45
48
- Use ` json ` file extension for log files ([ #586 ] ).
49
+ - Allow uppercase characters in domain names ([ #619 ] ).
50
+
51
+ ### Removed
52
+
53
+ - Remove CSI registration path migration job ([ #610 ] ).
54
+ - Remove role binding to legacy service accounts ([ #619 ] ).
46
55
47
56
[ #557 ] : https://github.com/stackabletech/secret-operator/pull/557
48
57
[ #572 ] : https://github.com/stackabletech/secret-operator/pull/572
@@ -53,6 +62,7 @@ All notable changes to this project will be documented in this file.
53
62
[ #594 ] : https://github.com/stackabletech/secret-operator/pull/594
54
63
[ e5224ab ] : https://github.com/stackabletech/secret-operator/commit/e5224ab480e219e434ddc695c9361a16a56a43ed
55
64
[ #610 ] : https://github.com/stackabletech/secret-operator/pull/610
65
+ [ #619 ] : https://github.com/stackabletech/secret-operator/pull/619
56
66
57
67
## [ 25.3.0] - 2025-03-21
58
68
0 commit comments