Skip to content

Commit 9ba3ab1

Browse files
authored
chore: Release crates (#783)
Release k8s-version 0.1.0, stackable-certs 0.3.0, stackable-operator 0.67.1, stackable-operator-derive 0.3.0, stackable-telemetry 0.1.0, stackable-versioned 0.1.0, stackable-webhook 0.3.0.
1 parent 37e91d6 commit 9ba3ab1

File tree

12 files changed

+22
-8
lines changed

12 files changed

+22
-8
lines changed

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/k8s-version/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.1.0] - 2024-05-08
8+
79
### Changed
810

911
- Bump Rust dependencies and GitHub Actions ([#782]).

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.3.0] - 2024-05-08
8+
79
### Changed
810

911
- Bump Rust dependencies and GitHub Actions ([#782]).

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

crates/stackable-operator-derive/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.3.0] - 2024-05-08
8+
79
### Changed
810

911
- Bump Rust dependencies and GitHub Actions ([#782]).

crates/stackable-operator-derive/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-derive"
33
description = "Derive macros for the Stackable Operator Framework"
4-
version = "0.2.0"
4+
version = "0.3.0"
55
authors.workspace = true
66
license.workspace = true
77
edition.workspace = true

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.67.1] - 2024-05-08
8+
79
### Added
810

911
- Add `InvalidProductSpecificConfiguration` variant in

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.67.0"
4+
version = "0.67.1"
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.1.0] - 2024-05-08
8+
79
### Changed
810

911
- Bump Rust dependencies and GitHub Actions ([#782]).

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.1.0] - 2024-05-08
8+
79
### Changed
810

911
- Bump Rust dependencies and GitHub Actions ([#782]).

0 commit comments

Comments
 (0)