Skip to content

Commit b8235ae

Browse files
Merge branch 'main' into feat/annotation-auto-tls-cert-subject-dn
2 parents 0d05260 + 310758d commit b8235ae

6 files changed

Lines changed: 24 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/stackable-operator/CHANGELOG.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,26 @@ All notable changes to this project will be documented in this file.
66

77
### Added
88

9-
- Add root descriptions to all CRDs defined in this crate (`AuthenticationClass`, `Listener`,
10-
`ListenerClass`, `PodListeners`, `S3Bucket`, `S3Connection`, `Scaler`), now that the `versioned`
11-
macro requires a `doc` argument ([#1228]).
129
- Support the annotation `secrets.stackable.tech/backend.autotls.cert.domain-components-in-subject-dn`
1310
in the `SecretOperatorVolumeSourceBuilder` ([#1209]).
1411

1512
[#1209]: https://github.com/stackabletech/operator-rs/pull/1209
13+
14+
## [0.113.0] - 2026-06-22
15+
16+
### Added
17+
18+
- Add documentation for the `roleGroups` field, which now shows up as a description in the generated CRDs ([#1227]).
19+
- Add root descriptions to all CRDs defined in this crate (`AuthenticationClass`, `Listener`,
20+
`ListenerClass`, `PodListeners`, `S3Bucket`, `S3Connection`, `Scaler`), now that the `versioned`
21+
macro requires a `doc` argument ([#1228]).
22+
23+
### Changed
24+
25+
- BREAKING: Bump to kube `4.0.0`, k8s-openapi `0.28.0` and enable the Kubernetes 1.36 feature ([#1224]).
26+
27+
[#1224]: https://github.com/stackabletech/operator-rs/pull/1224
28+
[#1227]: https://github.com/stackabletech/operator-rs/pull/1227
1629
[#1228]: https://github.com/stackabletech/operator-rs/pull/1228
1730

1831
## [0.112.0] - 2026-06-22
@@ -22,19 +35,15 @@ All notable changes to this project will be documented in this file.
2235
- Add `Client::{get_feature_gates,get_enabled_feature_gates,get_disabled_feature_gates}` associated
2336
functions to retrieve all, enabled, or disabled feature gates from the Kubernetes apiserver ([#1207], [#1208]).
2437
- Add a new `v2` module that provides more type-safe variants of the existing functions ([#1225]).
25-
- Add documentation for the `roleGroups` field, which now shows up as a description in the generated CRDs ([#1227]).
2638

2739
### Changed
2840

2941
- BREAKING: Use `serde_json::Value` instead of `String` for user-provided JSON `configOverrides`. This change is marked as breaking, as it causes a breaking change to the CRDs ([#1206]).
30-
- BREAKING: Bump to kube `4.0.0`, k8s-openapi `0.28.0` and enable the Kubernetes 1.36 feature ([#1224]).
3142

3243
[#1206]: https://github.com/stackabletech/operator-rs/pull/1206
3344
[#1207]: https://github.com/stackabletech/operator-rs/pull/1207
3445
[#1208]: https://github.com/stackabletech/operator-rs/pull/1208
35-
[#1224]: https://github.com/stackabletech/operator-rs/pull/1224
3646
[#1225]: https://github.com/stackabletech/operator-rs/pull/1225
37-
[#1227]: https://github.com/stackabletech/operator-rs/pull/1227
3847

3948
## [0.111.1] - 2026-04-28
4049

crates/stackable-operator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "stackable-operator"
33
description = "Stackable Operator Framework"
4-
version = "0.112.0"
4+
version = "0.113.0"
55
authors.workspace = true
66
license.workspace = true
77
edition.workspace = true

crates/stackable-versioned-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stackable-versioned-macros"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
authors.workspace = true
55
license.workspace = true
66
edition.workspace = true

crates/stackable-versioned/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.11.0] - 2026-06-22
8+
79
### Added
810

911
- BREAKING: Add a required `#[versioned(crd(doc = "..."))]` argument that sets the root

crates/stackable-versioned/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stackable-versioned"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
authors.workspace = true
55
license.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)