We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b3e84 commit 7390577Copy full SHA for 7390577
crates/stackable-operator/CHANGELOG.md
@@ -4,14 +4,16 @@ All notable changes to this project will be documented in this file.
4
5
## [Unreleased]
6
7
-## [0.77.0] - 2024-09-26
+## [0.77.1] - 2024-09-27
8
9
### Fixed
10
11
- Fix always returning an error stating that volumeMounts are colliding. Instead move the error
12
- creation to the correct location within an `if` statement
+ creation to the correct location within an `if` statement ([#879]).
13
+
14
+[#879]: https://github.com/stackabletech/operator-rs/pull/879
15
-## [0.77.1] - 2024-09-26
16
+## [0.77.0] - 2024-09-26
17
18
19
0 commit comments