From 2daf77796127c0ca4cd9e1cfbc3ebf436011119e Mon Sep 17 00:00:00 2001 From: Techassi Date: Mon, 25 Mar 2024 11:40:16 +0100 Subject: [PATCH] chore: Release operator-rs 0.65.0 --- CHANGELOG.md => crates/stackable-operator/CHANGELOG.md | 2 ++ crates/stackable-operator/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) rename CHANGELOG.md => crates/stackable-operator/CHANGELOG.md (99%) diff --git a/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md similarity index 99% rename from CHANGELOG.md rename to crates/stackable-operator/CHANGELOG.md index 2644d326f..354724b97 100644 --- a/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.65.0] - 2024-03-25 + ## Added - Add `stackable_webhook` crate which provides utilities to create webhooks with TLS termination ([#730]). diff --git a/crates/stackable-operator/Cargo.toml b/crates/stackable-operator/Cargo.toml index 7fa348677..723b54f77 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.64.0" +version = "0.65.0" authors.workspace = true license.workspace = true edition.workspace = true