Skip to content

Commit 7486017

Browse files
authored
chore(operator): Release 0.108.0 (#1171)
* chore(operator): Release 0.108.0 * chore: Fix typo
1 parent 626a985 commit 7486017

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/stackable-operator/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.108.0] - 2026-03-10
8+
79
### Removed
810

911
- Reverted support for specifying a `clientAuthenticationMethod` for OIDC ([#1170]).
10-
It can be added back afer the SDP 26.3.0 release.
12+
It can be added back after the SDP 26.3.0 release.
1113

1214
[#1170]: https://github.com/stackabletech/operator-rs/pull/1170
1315

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

0 commit comments

Comments
 (0)