Skip to content

Commit 2ac696e

Browse files
authored
chore: Update to operator-rs 0.77.1 and use new S3 structs (#646)
* WIP: Use new S3 structs from op-rs * Update * Update * use release * nix stuff * Use patched op-rs * Use fallible functions * Use op-rs 0.77.0 * Bump to op-rs 0.77.1 * changelog
1 parent ec94808 commit 2ac696e

File tree

18 files changed

+1086
-674
lines changed

18 files changed

+1086
-674
lines changed

CHANGELOG.md

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

1717
### Fixed
1818

19+
- BREAKING: The fields `connection` and `host` on `S3Connection` as well as `bucketName` on `S3Bucket`are now mandatory ([#646]).
1920
- Don't ignore envOverrides ([#633]).
2021
- Don't print credentials to STDOUT during startup. Ideally we should use [config-utils](https://github.com/stackabletech/config-utils), but that's not easy (see [here](https://github.com/stackabletech/trino-operator/tree/fix/secret-printing)) ([#634]).
2122

@@ -27,6 +28,7 @@ All notable changes to this project will be documented in this file.
2728
[#633]: https://github.com/stackabletech/trino-operator/pull/633
2829
[#634]: https://github.com/stackabletech/trino-operator/pull/634
2930
[#638]: https://github.com/stackabletech/trino-operator/pull/638
31+
[#646]: https://github.com/stackabletech/trino-operator/pull/646
3032

3133
## [24.7.0] - 2024-07-24
3234

0 commit comments

Comments
 (0)