Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - Support version 377 #193

Closed
wants to merge 17 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,27 @@ All notable changes to this project will be documented in this file.

### Changed

- `operator-rs` `0.10.0` -> `0.15.0` ([#149], [#157], [#183]).
- `operator-rs` `0.10.0` -> `0.17.0` ([#149], [#157], [#183], [#193]).
- BREAKING: The operator now writes a `ConfigMap` for Rego rules instead of
the custom resource for the obsolete regorule-operator. This means that
the rego rule operator is not required anymore for authorization and
opa-operator tag >= `0.9.0` ([#157]).
- BREAKING: `OpaConfigMapName` in CRD to `opa` using the `OpaConfig` from operator-rs ([#186]).
- Trino version to 377 ([#193]).
- Opa rego example adapted to the new `trino-opa-authorizer` ([#193]).

### Removed

- `stackable-regorule-crd` dependency ([#157]).
- BREAKING: `nodeEnvironment` from CRD. Will default to the `metadata.name` field (can be overriden) ([#183]).
- BREAKING: Removed `authorization` module from CRD and code and provided the opa bundle via `ConfigMap` directly instead of generating it ([#186]).
- Possibly BREAKING: Removed `query.max-total-memory-per-node` config parameter ([#193]).

[#149]: https://github.com/stackabletech/trino-operator/pull/149
[#157]: https://github.com/stackabletech/trino-operator/pull/157
[#183]: https://github.com/stackabletech/trino-operator/pull/183
[#186]: https://github.com/stackabletech/trino-operator/pull/186
[#193]: https://github.com/stackabletech/trino-operator/pull/193

## [0.3.1] - 2022-02-17

Expand Down
Loading