Skip to content

Commit d74c0ce

Browse files
authored
chore: Release stackable-operator 0.100.3, stackable-webhook 0.7.1 (#1117)
* chore: Release stackable-operator 0.100.3, stackable-webhook 0.7.1 * chore(operator): Adjust changelog
1 parent eee317d commit d74c0ce

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.100.3] - 2025-10-31
8+
9+
### Changed
10+
11+
- Bump stackable-webhook to 0.7.1, refer to its [changelog](../stackable-webhook/CHANGELOG.md) ([#1117]).
12+
13+
[#1117]: https://github.com/stackabletech/operator-rs/pull/1117
14+
715
## [0.100.2] - 2025-10-25
816

917
### Fixed

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.2"
4+
version = "0.100.3"
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.7.1] - 2025-10-31
8+
79
### Fixed
810

911
- Force apply the CRD in the CRD maintainer ([#1116]).

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

0 commit comments

Comments
 (0)