Skip to content

Commit a4a204b

Browse files
authored
chore: Release stackable-operator 0.109.0 (and others) (#1189)
* chore: Release stackable-operator 0.109.0 (and others) * changelog
1 parent e7ca544 commit a4a204b

8 files changed

Lines changed: 17 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 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: 5 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.109.0] - 2026-04-07
8+
79
### Added
810

911
- Git sync: add support for CAs ([#1154]).
@@ -16,6 +18,8 @@ All notable changes to this project will be documented in this file.
1618

1719
### Changed
1820

21+
- Bump stackable-versioned to `0.9.0`, refer to its [changelog](../stackable-versioned/CHANGELOG.md) ([#1189]).
22+
- Bump stackable-webhook to `0.9.1`, refer to its [changelog](../stackable-webhook/CHANGELOG.md) ([#1189]).
1923
- BREAKING: Add mandatory `provision_parts` argument to `SecretOperatorVolumeSourceBuilder::new` ([#1165]).
2024
It now forces the caller to make an explicit choice if the public parts are sufficient or if private
2125
(e.g. a certificate for the Pod) parts are needed as well. This is done to avoid accidentally requesting
@@ -34,6 +38,7 @@ All notable changes to this project will be documented in this file.
3438
[#1178]: https://github.com/stackabletech/operator-rs/pull/1178
3539
[#1182]: https://github.com/stackabletech/operator-rs/pull/1182
3640
[#1187]: https://github.com/stackabletech/operator-rs/pull/1187
41+
[#1189]: https://github.com/stackabletech/operator-rs/pull/1189
3742

3843
## [0.108.0] - 2026-03-10
3944

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.108.0"
4+
version = "0.109.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.8.3"
3+
version = "0.9.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.9.0] - 2026-04-07
8+
79
### Added
810

911
- Add support to override kube crate ([#1173]).

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.8.3"
3+
version = "0.9.0"
44
authors.workspace = true
55
license.workspace = true
66
edition.workspace = true

crates/stackable-webhook/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.9.1] - 2026-04-07
8+
79
### Changed
810

911
- Check for certificate rotation every 5 minutes to prevent expiry due to monotonic and wall clock divergence ([#1175]).

crates/stackable-webhook/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-webhook"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors.workspace = true
55
license.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)