Skip to content

Commit 66d39df

Browse files
authored
chore: Update to operator-rs 0.77.1 and use new S3 structs (#518)
* chore: Update to operator-rs 0.77.1 and use new S3 structs * clippy * changelog
1 parent 9165f9c commit 66d39df

File tree

10 files changed

+966
-611
lines changed

10 files changed

+966
-611
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,15 @@ All notable changes to this project will be documented in this file.
1313
- Reduce CRD size from `487KB` to `60KB` by accepting arbitrary YAML input instead of the underlying schema for the following fields ([#505]):
1414
- `podOverrides`
1515
- `affinity`
16+
- Use [`config-utils`](https://github.com/stackabletech/config-utils/) ([#518]).
17+
18+
### Fixed
19+
20+
- BREAKING: The fields `connection` and `host` on `S3Connection` as well as `bucketName` on `S3Bucket`are now mandatory ([#518]).
1621

1722
[#505]: https://github.com/stackabletech/hive-operator/pull/505
1823
[#508]: https://github.com/stackabletech/hive-operator/pull/508
24+
[#518]: https://github.com/stackabletech/hive-operator/pull/518
1925

2026
## [24.7.0] - 2024-07-24
2127

0 commit comments

Comments
 (0)