Skip to content

Commit f2db83e

Browse files
xeniapesbernauer
andauthored
chore: add support for trino 455, remove old opa authorizer code (#638)
* chore: add support for trino 455, remove old opa authorizer code * add changelog and update trino versions * add changelog * update documentation and tests * Use JVM config from docs See trinodb/trino@e27bf83 --------- Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.tech>
1 parent 1130d2b commit f2db83e

28 files changed

+113
-234
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Added
8+
9+
- Added support for Trino 455 ([#638]).
10+
711
### Changed
812

913
- Reduce CRD size from `984KB` to `131KB` by accepting arbitrary YAML input instead of the underlying schema for the following fields ([#631]):
@@ -15,9 +19,14 @@ All notable changes to this project will be documented in this file.
1519
- Don't ignore envOverrides ([#633]).
1620
- 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]).
1721

22+
### Removed
23+
24+
- Removed support for Trino 414 and 442 ([#638]).
25+
1826
[#631]: https://github.com/stackabletech/trino-operator/pull/631
1927
[#633]: https://github.com/stackabletech/trino-operator/pull/633
2028
[#634]: https://github.com/stackabletech/trino-operator/pull/634
29+
[#638]: https://github.com/stackabletech/trino-operator/pull/638
2130

2231
## [24.7.0] - 2024-07-24
2332

docs/modules/trino/examples/getting_started/code/trino.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: simple-trino
66
spec:
77
image:
8-
productVersion: "451"
8+
productVersion: "455"
99
clusterConfig:
1010
catalogLabelSelector:
1111
matchLabels:

docs/modules/trino/examples/getting_started/code/trino.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: simple-trino
66
spec:
77
image:
8-
productVersion: "451"
8+
productVersion: "455"
99
clusterConfig:
1010
catalogLabelSelector:
1111
matchLabels:

docs/modules/trino/examples/usage-guide/opa-bundle-trino-cm-414.yaml

Lines changed: 0 additions & 22 deletions
This file was deleted.

docs/modules/trino/examples/usage-guide/trino-insecure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ metadata:
1717
name: simple-trino
1818
spec:
1919
image:
20-
productVersion: "451"
20+
productVersion: "455"
2121
clusterConfig:
2222
catalogLabelSelector:
2323
matchLabels:

docs/modules/trino/examples/usage-guide/trino-secure-internal-tls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ metadata:
1717
name: simple-trino
1818
spec:
1919
image:
20-
productVersion: "451"
20+
productVersion: "455"
2121
clusterConfig:
2222
tls:
2323
internalSecretClass: trino-internal-tls # <1>

docs/modules/trino/examples/usage-guide/trino-secure-tls-only.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ metadata:
1717
name: simple-trino
1818
spec:
1919
image:
20-
productVersion: "451"
20+
productVersion: "455"
2121
clusterConfig:
2222
tls:
2323
serverSecretClass: trino-tls # <1>

docs/modules/trino/examples/usage-guide/trino-secure-tls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ metadata:
1717
name: simple-trino
1818
spec:
1919
image:
20-
productVersion: "451"
20+
productVersion: "455"
2121
clusterConfig:
2222
tls:
2323
serverSecretClass: trino-tls # <1>

docs/modules/trino/pages/usage-guide/catalogs/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ metadata:
7272
name: simple-trino
7373
spec:
7474
image:
75-
productVersion: "451"
75+
productVersion: "455"
7676
clusterConfig:
7777
catalogLabelSelector:
7878
matchLabels:

0 commit comments

Comments
 (0)