You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/stackable-operator/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,22 +7,29 @@ All notable changes to this project will be documented in this file.
7
7
### Added
8
8
9
9
- Add `ProbeBuilder` to build Kubernetes container probes ([#1078]).
10
+
- Re-export `stackable-certs` and `stackable-webhook` crates ([#1074]).
10
11
- BREAKING: Add two new required CLI arguments: `--operator-namespace` and `--operator-service-name`.
11
12
These two values are used to construct the service name in the CRD conversion webhook ([#1066]).
13
+
- Re-export `stackable-certs` and `stackable-webhook` crates ([#1074]).
12
14
13
15
### Changed
14
16
15
17
- BREAKING: The `ResolvedProductImage` field `app_version_label` was renamed to `app_version_label_value` to match changes to its type ([#1076]).
16
18
- BREAKING: Rename two fields of the `ProductOperatorRun` struct for consistency and clarity ([#1066]):
17
19
-`telemetry_arguments` -> `telemetry`
18
20
-`cluster_info_opts` -> `cluster_info`
21
+
- BREAKING: Some modules have been moved into the `stackable-shared` crate, so that they can also be
22
+
used in `stackable-certs` and `stackable-webhook` ([#1074]):
23
+
- The module `stackable_operator::time` has moved to `stackable_operator::shared::time`
24
+
- The module `stackable_operator::commons::secret` has moved to `stackable_operator::shared::secret`
19
25
20
26
### Fixed
21
27
22
28
- BREAKING: Fix bug where `ResolvedProductImage::app_version_label` could not be used as a label value because it can contain invalid characters.
23
29
This is the case when referencing custom images via a `@sha256:...` hash. As such, the `product_image_selection::resolve` function is now fallible ([#1076]).
0 commit comments