From 3c234c785bb75b699351fe2a6e6f76b0e0950db4 Mon Sep 17 00:00:00 2001 From: Techassi Date: Wed, 8 May 2024 16:53:17 +0200 Subject: [PATCH] chore: Release crates 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. --- Cargo.lock | 8 ++++---- crates/k8s-version/CHANGELOG.md | 2 ++ crates/stackable-certs/CHANGELOG.md | 2 ++ crates/stackable-certs/Cargo.toml | 2 +- crates/stackable-operator-derive/CHANGELOG.md | 2 ++ crates/stackable-operator-derive/Cargo.toml | 2 +- crates/stackable-operator/CHANGELOG.md | 2 ++ crates/stackable-operator/Cargo.toml | 2 +- crates/stackable-telemetry/CHANGELOG.md | 2 ++ crates/stackable-versioned/CHANGELOG.md | 2 ++ crates/stackable-webhook/CHANGELOG.md | 2 ++ crates/stackable-webhook/Cargo.toml | 2 +- 12 files changed, 22 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d76654c60..dd66acafd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2813,7 +2813,7 @@ dependencies = [ [[package]] name = "stackable-certs" -version = "0.2.0" +version = "0.3.0" dependencies = [ "const-oid", "ecdsa", @@ -2836,7 +2836,7 @@ dependencies = [ [[package]] name = "stackable-operator" -version = "0.67.0" +version = "0.67.1" dependencies = [ "chrono", "clap", @@ -2874,7 +2874,7 @@ dependencies = [ [[package]] name = "stackable-operator-derive" -version = "0.2.0" +version = "0.3.0" dependencies = [ "darling", "proc-macro2", @@ -2917,7 +2917,7 @@ dependencies = [ [[package]] name = "stackable-webhook" -version = "0.2.0" +version = "0.3.0" dependencies = [ "axum 0.7.5", "futures-util", diff --git a/crates/k8s-version/CHANGELOG.md b/crates/k8s-version/CHANGELOG.md index b081b5f7f..87d9afb77 100644 --- a/crates/k8s-version/CHANGELOG.md +++ b/crates/k8s-version/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.1.0] - 2024-05-08 + ### Changed - Bump Rust dependencies and GitHub Actions ([#782]). diff --git a/crates/stackable-certs/CHANGELOG.md b/crates/stackable-certs/CHANGELOG.md index cff84b513..0df5d7661 100644 --- a/crates/stackable-certs/CHANGELOG.md +++ b/crates/stackable-certs/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.3.0] - 2024-05-08 + ### Changed - Bump Rust dependencies and GitHub Actions ([#782]). diff --git a/crates/stackable-certs/Cargo.toml b/crates/stackable-certs/Cargo.toml index 3c363b8c0..cb4499243 100644 --- a/crates/stackable-certs/Cargo.toml +++ b/crates/stackable-certs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stackable-certs" -version = "0.2.0" +version = "0.3.0" authors.workspace = true license.workspace = true edition.workspace = true diff --git a/crates/stackable-operator-derive/CHANGELOG.md b/crates/stackable-operator-derive/CHANGELOG.md index afe5dae5c..c19597b12 100644 --- a/crates/stackable-operator-derive/CHANGELOG.md +++ b/crates/stackable-operator-derive/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.3.0] - 2024-05-08 + ### Changed - Bump Rust dependencies and GitHub Actions ([#782]). diff --git a/crates/stackable-operator-derive/Cargo.toml b/crates/stackable-operator-derive/Cargo.toml index 7298aee7c..69d599931 100644 --- a/crates/stackable-operator-derive/Cargo.toml +++ b/crates/stackable-operator-derive/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stackable-operator-derive" description = "Derive macros for the Stackable Operator Framework" -version = "0.2.0" +version = "0.3.0" authors.workspace = true license.workspace = true edition.workspace = true diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index 5cf74c719..eb4b7e0f2 100644 --- a/crates/stackable-operator/CHANGELOG.md +++ b/crates/stackable-operator/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.67.1] - 2024-05-08 + ### Added - Add `InvalidProductSpecificConfiguration` variant in diff --git a/crates/stackable-operator/Cargo.toml b/crates/stackable-operator/Cargo.toml index 59d19685e..55dc8797e 100644 --- a/crates/stackable-operator/Cargo.toml +++ b/crates/stackable-operator/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stackable-operator" description = "Stackable Operator Framework" -version = "0.67.0" +version = "0.67.1" authors.workspace = true license.workspace = true edition.workspace = true diff --git a/crates/stackable-telemetry/CHANGELOG.md b/crates/stackable-telemetry/CHANGELOG.md index e9b753046..3ad21dcce 100644 --- a/crates/stackable-telemetry/CHANGELOG.md +++ b/crates/stackable-telemetry/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.1.0] - 2024-05-08 + ### Changed - Bump Rust dependencies and GitHub Actions ([#782]). diff --git a/crates/stackable-versioned/CHANGELOG.md b/crates/stackable-versioned/CHANGELOG.md index b081b5f7f..87d9afb77 100644 --- a/crates/stackable-versioned/CHANGELOG.md +++ b/crates/stackable-versioned/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.1.0] - 2024-05-08 + ### Changed - Bump Rust dependencies and GitHub Actions ([#782]). diff --git a/crates/stackable-webhook/CHANGELOG.md b/crates/stackable-webhook/CHANGELOG.md index fed2334d8..e7d797f5a 100644 --- a/crates/stackable-webhook/CHANGELOG.md +++ b/crates/stackable-webhook/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.3.0] - 2024-05-08 + ### Added - Instrument `WebhookServer` with `AxumTraceLayer`, add static healthcheck without instrumentation ([#758]). diff --git a/crates/stackable-webhook/Cargo.toml b/crates/stackable-webhook/Cargo.toml index 37f2a589c..0bdfd3dad 100644 --- a/crates/stackable-webhook/Cargo.toml +++ b/crates/stackable-webhook/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stackable-webhook" -version = "0.2.0" +version = "0.3.0" authors.workspace = true license.workspace = true edition.workspace = true