Skip to content

Commit 20659fe

Browse files
authored
chore: Release workspace members (#1081)
1 parent c00b9c5 commit 20659fe

File tree

10 files changed

+27
-10
lines changed

10 files changed

+27
-10
lines changed

Cargo.lock

Lines changed: 5 additions & 5 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: 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.95.0] - 2025-08-21
8+
79
### Added
810

911
- Add `ProbeBuilder` to build Kubernetes container probes ([#1078]).

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.94.0"
4+
version = "0.95.0"
55
authors.workspace = true
66
license.workspace = true
77
edition.workspace = true

crates/stackable-shared/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.0.2] - 2025-08-21
6+
7+
### Added
8+
9+
- Some modules have been moved into the `stackable-shared` crate, so that they can also be
10+
used in `stackable-certs` and `stackable-webhook` ([#1074]):
11+
- The module `stackable_operator::time` has moved to `stackable_operator::shared::time`
12+
- The module `stackable_operator::commons::secret` has moved to `stackable_operator::shared::secret`
13+
14+
[#1074]: https://github.com/stackabletech/operator-rs/pull/1074
15+
516
## [0.0.1]
617

718
### Added

crates/stackable-shared/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-shared"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
authors.workspace = true
55
license.workspace = true
66
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.0"
3+
version = "0.8.1"
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.8.1] - 2025-08-21
8+
79
### Fixed
810

911
- Replace the hardcoded `::stackable_versioned` path in the `tracking_from` function with the configurable crate override ([#1079]).

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.0"
3+
version = "0.8.1"
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.5.0] - 2025-08-21
8+
79
### Changed
810

911
- BREAKING: Re-write the `ConversionWebhookServer`.

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

0 commit comments

Comments
 (0)