You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/stackable-operator/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,13 @@ All notable changes to this project will be documented in this file.
8
8
9
9
### Fixed
10
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
13
+
14
+
## [0.77.1] - 2024-09-26
15
+
16
+
### Fixed
17
+
11
18
- Fix the logback configuration for logback versions from 1.3.6/1.4.6 to 1.3.11/1.4.11 ([#874]).
12
19
- BREAKING: Avoid colliding volumes and mounts by only adding volumes or mounts if they do not already exist. This makes functions such as `PodBuilder::add_volume` or `ContainerBuilder::add_volume_mount` as well as related ones fallible ([#871]).
0 commit comments