Skip to content

Commit 5c3547b

Browse files
authored
chore: Release stackable-operator 0.101.0, stackable-webhook 0.8.0 (#1131)
1 parent 5653428 commit 5c3547b

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.101.0] - 2025-12-23
8+
79
### Added
810

911
- Support `objectOverrides`, a list of generic Kubernetes objects, which are merged into the objects created by the operator.
1012
Alongside, a `deep_merger` module was added, which takes a Kubernetes object and a list of overrides and merges them into the provided object ([#1118]).
1113

1214
### Changed
1315

16+
- Bump stackable-webhook to 0.8.0, refer to its [changelog](../stackable-webhook/CHANGELOG.md) ([#1117]).
1417
- BREAKING: `ClusterResources` now requires the objects added to implement `DeepMerge`.
1518
This is very likely a stackable-operator internal change, but technically breaking ([#1118]).
1619
- Depend on the patched version of kube-rs available at <https://github.com/stackabletech/kube-rs>,

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.100.3"
4+
version = "0.101.0"
55
authors.workspace = true
66
license.workspace = true
77
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.8.0] - 2025-12-32
8+
79
### Added
810

911
- Add support for mutating webhooks ([#1119]).

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

0 commit comments

Comments
 (0)