Skip to content

Commit 9ff61fa

Browse files
authored
chore: Release stackable-operator 0.69.0 (#800)
* chore: Release stackable-operator 0.68.1 * Change version, mark #799 as breaking in changelog
1 parent 9bdba1b commit 9ff61fa

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/stackable-operator/CHANGELOG.md

+3-1
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.69.0] - 2024-06-03
8+
79
### Added
810

911
- Add functionality to convert LogLevel to an OPA log level ([#798]).
10-
- Add labels to listener volume builder ([#799]).
12+
- BREAKING: Add labels to listener volume builder. `PodBuilder::add_listener_volume_by_listener_class`, `PodBuilder::add_listener_volume_by_listener_name` and `ListenerOperatorVolumeSourceBuilder::new` now require you to pass the labels for the created volumes ([#799]).
1113

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

crates/stackable-operator/Cargo.toml

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

0 commit comments

Comments
 (0)