Skip to content

Commit c77a542

Browse files
authored
chore: release stackable-operator v0.74.0 (#845)
* chore: release stackable-operator v0.74.0 * adjust changelog entry
1 parent 004b9bd commit c77a542

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.74.0] - 2024-08-22
8+
79
### Added
810

9-
- `iter::reverse_if` helper ([#838]).
11+
- Add `iter::reverse_if` helper ([#838]).
1012
- Add two new constants `CONFIG_OVERRIDE_FILE_HEADER_KEY` and `CONFIG_OVERRIDE_FILE_FOOTER_KEY` ([#843]).
1113

1214
### Changed
@@ -15,6 +17,7 @@ All notable changes to this project will be documented in this file.
1517
- BREAKING: Swap priority order of role group config and role overrides in configuration merging to prioritize overrides in general ([#841]).
1618

1719
[#838]: https://github.com/stackabletech/operator-rs/pull/838
20+
[#840]: https://github.com/stackabletech/operator-rs/pull/840
1821
[#841]: https://github.com/stackabletech/operator-rs/pull/841
1922
[#843]: https://github.com/stackabletech/operator-rs/pull/843
2023

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

0 commit comments

Comments
 (0)