From 59d9fa5fff75dc048a06f05e67f2d6768ca7642e Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Fri, 16 Jan 2026 15:24:18 +0100 Subject: [PATCH] chore: Release stackable-operator 0.103.0 --- Cargo.lock | 2 +- crates/stackable-operator/CHANGELOG.md | 2 ++ crates/stackable-operator/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6042602c7..b36108e8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2879,7 +2879,7 @@ dependencies = [ [[package]] name = "stackable-operator" -version = "0.102.0" +version = "0.103.0" dependencies = [ "chrono", "clap", diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index 96ef6d82b..7ca4e6e50 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.103.0] - 2026-01-16 + ### Changed - BREAKING: Add support for the SSH protocol for pulling git content ([#1121]). diff --git a/crates/stackable-operator/Cargo.toml b/crates/stackable-operator/Cargo.toml index 370672a49..4be5ed3f9 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.102.0" +version = "0.103.0" authors.workspace = true license.workspace = true edition.workspace = true