We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7971ce5 commit eea1420Copy full SHA for eea1420
crates/stackable-operator/CHANGELOG.md
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
4
5
## [Unreleased]
6
7
+### Added
8
+
9
+- Add `LabelExt` trait which enables adding validated labels to any Kubernetes resource ([#1106]).
10
+- Add new associated convenience functions to `Label` ([#1106]).
11
+ - `Label::stackable_vendor`: stackable.tech/vendor=Stackable
12
+ - `Label::instance`: app.kubernetes.io/instance
13
+ - `Label::name`: app.kubernetes.io/name
14
15
+[#1106]: https://github.com/stackabletech/operator-rs/pull/1106
16
17
## [0.99.0] - 2025-10-06
18
19
### Added
0 commit comments