Skip to content

Commit 958f62f

Browse files
authored
chore: Release workspace members for SDP 25.7.0 (#1073)
* chore: Release workspace members for SDP 25.7 * typo * Update release dates * fix release date
1 parent 9b103e9 commit 958f62f

File tree

12 files changed

+23
-13
lines changed

12 files changed

+23
-13
lines changed

Cargo.lock

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

crates/stackable-certs/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.4.0] - 2025-07-10
8+
79
### Added
810

911
- Add the function `CertificateAuthority::ca_cert` to easily get the CA `Certificate` ([#1057]).

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

crates/stackable-operator/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
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.94.0] - 2025-07-10
8+
79
### Added
810

911
- The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured ([#1068], [#1071])
@@ -36,7 +38,7 @@ All notable changes to this project will be documented in this file.
3638
### Changed
3739

3840
- Update `kube` to `1.1.0` ([#1049]).
39-
- BREAKING: Return type for `ListenerOperatorVolumeSourceBuilder::new()` is no onger a `Result` ([#1058]).
41+
- BREAKING: Return type for `ListenerOperatorVolumeSourceBuilder::new()` is no longer a `Result` ([#1058]).
4042

4143
### Fixed
4244

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

crates/stackable-telemetry/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.6.1] - 2025-07-10
8+
79
### Changed
810

911
- Use constants from `opentelemetry-semantic-conventions` instead of hard-coded strings ([#1055]).

crates/stackable-telemetry/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-telemetry"
3-
version = "0.6.0"
3+
version = "0.6.1"
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.7.1"
3+
version = "0.8.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.8.0] - 2025-07-10
8+
79
### Added
810

911
- Add support for conversion tracking ([#1056]).

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

0 commit comments

Comments
 (0)