Skip to content

Commit

Permalink
chore: Update to operator-rs 0.77.1 and use new S3 structs (#518)
Browse files Browse the repository at this point in the history
* chore: Update to operator-rs 0.77.1 and use new S3 structs

* clippy

* changelog
  • Loading branch information
sbernauer authored Sep 30, 2024
1 parent 9165f9c commit 66d39df
Show file tree
Hide file tree
Showing 10 changed files with 966 additions and 611 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@ All notable changes to this project will be documented in this file.
- Reduce CRD size from `487KB` to `60KB` by accepting arbitrary YAML input instead of the underlying schema for the following fields ([#505]):
- `podOverrides`
- `affinity`
- Use [`config-utils`](https://github.com/stackabletech/config-utils/) ([#518]).

### Fixed

- BREAKING: The fields `connection` and `host` on `S3Connection` as well as `bucketName` on `S3Bucket`are now mandatory ([#518]).

[#505]: https://github.com/stackabletech/hive-operator/pull/505
[#508]: https://github.com/stackabletech/hive-operator/pull/508
[#518]: https://github.com/stackabletech/hive-operator/pull/518

## [24.7.0] - 2024-07-24

Expand Down
Loading

0 comments on commit 66d39df

Please sign in to comment.