Skip to content

Commit ce9005b

Browse files
committed
Change version, mark #799 as breaking in changelog
1 parent ccfa9cc commit ce9005b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7-
## [0.68.1] - 2024-06-03
7+
## [0.69.0] - 2024-06-03
88

99
### Added
1010

1111
- Add functionality to convert LogLevel to an OPA log level ([#798]).
12-
- 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]).
1313

1414
[#798]: https://github.com/stackabletech/operator-rs/pull/798
1515
[#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.1"
4+
version = "0.69.0"
55
authors.workspace = true
66
license.workspace = true
77
edition.workspace = true

0 commit comments

Comments
 (0)