Skip to content

Commit a508c90

Browse files
committed
changelog
1 parent c0c9c0d commit a508c90

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

crates/stackable-operator/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Fixed
8+
9+
- Avoid clashing volumes and mounts by only adding volumes if they do not already exist ([#871]).
10+
11+
### Changed
12+
13+
- BREAKING: Remove the `unique_identifier` argument from `ResolvedS3Connection::add_volumes_and_mounts`, `ResolvedS3Connection::volumes_and_mounts` and `ResolvedS3Connection::credentials_mount_paths` as it is not needed anymore ([#871]).
14+
15+
[#871]: https://github.com/stackabletech/operator-rs/pull/871
16+
717
## [0.76.0] - 2024-09-19
818

919
### Added

0 commit comments

Comments
 (0)