Skip to content

Commit

Permalink
chore: Update to operator-rs 0.77.1 and use new S3 structs (#646)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
sbernauer authored Sep 27, 2024
1 parent ec94808 commit 2ac696e
Show file tree
Hide file tree
Showing 18 changed files with 1,086 additions and 674 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file.

### Fixed

- BREAKING: The fields `connection` and `host` on `S3Connection` as well as `bucketName` on `S3Bucket`are now mandatory ([#646]).
- Don't ignore envOverrides ([#633]).
- 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]).

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

## [24.7.0] - 2024-07-24

Expand Down
Loading

0 comments on commit 2ac696e

Please sign in to comment.