Skip to content

Commit fa4a101

Browse files
committed
Update operator rs and stackable versions (#378)
# Description - prerequisite for #376 Co-authored-by: Malte Sander <[email protected]>
1 parent bd94866 commit fa4a101

18 files changed

+90
-77
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Changed
8+
9+
- `operator-rs` `0.31.0` -> `0.33.0` ([#378]).
10+
- Bumped stackable image versions to "23.4.0-rc1" ([#378]).
11+
12+
[#378]: https://github.com/stackabletech/trino-operator/pull/378
13+
14+
## [23.1.0] - 2023-01-23
15+
716
### Added
817

918
- Add support for [Google Sheets connector](https://trino.io/docs/current/connector/googlesheets.html) ([#337]).

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
image:
88
productVersion: "396"
9-
stackableVersion: 0.3.0
9+
stackableVersion: "23.4.0-rc1"
1010
catalogLabelSelector:
1111
matchLabels:
1212
trino: simple-trino

docs/modules/usage_guide/examples/code/trino-insecure.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ metadata:
1717
name: simple-trino
1818
spec:
1919
image:
20-
productVersion: 396
21-
stackableVersion: 0.3.0
20+
productVersion: "396"
21+
stackableVersion: "23.4.0-rc1"
2222
catalogLabelSelector:
2323
matchLabels:
2424
trino: simple-trino
@@ -38,7 +38,7 @@ metadata:
3838
spec:
3939
image:
4040
productVersion: 3.1.3
41-
stackableVersion: 0.2.0
41+
stackableVersion: "23.4.0-rc1"
4242
clusterConfig:
4343
database:
4444
connString: jdbc:derby:;databaseName=/tmp/metastore_db;create=true

docs/modules/usage_guide/examples/code/trino-secure-internal-tls.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ metadata:
1717
name: simple-trino
1818
spec:
1919
image:
20-
productVersion: 396
21-
stackableVersion: 0.3.0
20+
productVersion: "396"
21+
stackableVersion: "23.4.0-rc1"
2222
config:
2323
internalTls:
2424
secretClass: trino-internal-tls # <1>
@@ -68,7 +68,7 @@ metadata:
6868
spec:
6969
image:
7070
productVersion: 3.1.3
71-
stackableVersion: 0.2.0
71+
stackableVersion: "23.4.0-rc1"
7272
clusterConfig:
7373
database:
7474
connString: jdbc:derby:;databaseName=/tmp/metastore_db;create=true

docs/modules/usage_guide/examples/code/trino-secure-tls-only.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ metadata:
1717
name: simple-trino
1818
spec:
1919
image:
20-
productVersion: 396
21-
stackableVersion: 0.3.0
20+
productVersion: "396"
21+
stackableVersion: "23.4.0-rc1"
2222
config:
2323
tls:
2424
secretClass: trino-tls # <1>
@@ -54,7 +54,7 @@ metadata:
5454
spec:
5555
image:
5656
productVersion: 3.1.3
57-
stackableVersion: 0.2.0
57+
stackableVersion: "23.4.0-rc1"
5858
clusterConfig:
5959
database:
6060
connString: jdbc:derby:;databaseName=/tmp/metastore_db;create=true

docs/modules/usage_guide/examples/code/trino-secure-tls.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ metadata:
1717
name: simple-trino
1818
spec:
1919
image:
20-
productVersion: 396
21-
stackableVersion: 0.3.0
20+
productVersion: "396"
21+
stackableVersion: "23.4.0-rc1"
2222
config:
2323
tls:
2424
secretClass: trino-tls # <1>
@@ -68,7 +68,7 @@ metadata:
6868
spec:
6969
image:
7070
productVersion: 3.1.3
71-
stackableVersion: 0.2.0
71+
stackableVersion: "23.4.0-rc1"
7272
clusterConfig:
7373
database:
7474
connString: jdbc:derby:;databaseName=/tmp/metastore_db;create=true

docs/modules/usage_guide/pages/catalogs/index.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ metadata:
7070
name: simple-trino
7171
spec:
7272
image:
73-
productVersion: 396
74-
stackableVersion: 0.3.0
73+
productVersion: "396"
74+
stackableVersion: "23.4.0-rc1"
7575
catalogLabelSelector:
7676
matchLabels:
7777
trino: simple-trino

examples/simple-trino-cluster-authentication-opa-authorization-s3.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ metadata:
55
name: simple-trino
66
spec:
77
image:
8-
productVersion: 396
9-
stackableVersion: 0.3.0
8+
productVersion: "396"
9+
stackableVersion: "23.4.0-rc1"
1010
opa:
1111
configMapName: simple-opa
1212
package: trino
@@ -47,7 +47,7 @@ metadata:
4747
spec:
4848
image:
4949
productVersion: 0.45.0
50-
stackableVersion: 0.2.0
50+
stackableVersion: "23.4.0-rc1"
5151
servers:
5252
roleGroups:
5353
default: {}
@@ -106,7 +106,7 @@ metadata:
106106
spec:
107107
image:
108108
productVersion: 3.1.3
109-
stackableVersion: 0.2.0
109+
stackableVersion: "23.4.0-rc1"
110110
clusterConfig:
111111
database:
112112
connString: jdbc:derby:;databaseName=/tmp/metastore_db;create=true

examples/simple-trino-cluster-hive-ha-s3.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ metadata:
99
name: simple-trino
1010
spec:
1111
image:
12-
productVersion: 396
13-
stackableVersion: 0.3.0
12+
productVersion: "396"
13+
stackableVersion: "23.4.0-rc1"
1414
catalogLabelSelector:
1515
matchLabels:
1616
trino: simple-trino
@@ -44,7 +44,7 @@ metadata:
4444
spec:
4545
image:
4646
productVersion: 3.1.3
47-
stackableVersion: 0.2.0
47+
stackableVersion: "23.4.0-rc1"
4848
clusterConfig:
4949
database:
5050
connString: jdbc:postgresql://hive-postgresql:5432/hive

examples/simple-trino-cluster-resource-limits.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ metadata:
55
name: simple-trino
66
spec:
77
image:
8-
productVersion: 396
9-
stackableVersion: 0.3.0
8+
productVersion: "396"
9+
stackableVersion: "23.4.0-rc1"
1010
catalogLabelSelector: {}
1111
coordinators:
1212
roleGroups:

examples/simple-trino-cluster-s3.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ metadata:
77
name: simple-trino
88
spec:
99
image:
10-
productVersion: 396
11-
stackableVersion: 0.3.0
10+
productVersion: "396"
11+
stackableVersion: "23.4.0-rc1"
1212
catalogLabelSelector:
1313
matchLabels:
1414
trino: simple-trino
@@ -42,7 +42,7 @@ metadata:
4242
spec:
4343
image:
4444
productVersion: 3.1.3
45-
stackableVersion: 0.2.0
45+
stackableVersion: "23.4.0-rc1"
4646
clusterConfig:
4747
database:
4848
connString: jdbc:derby:;databaseName=/tmp/metastore_db;create=true

examples/simple-trino-cluster.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ metadata:
55
name: simple-trino
66
spec:
77
image:
8-
productVersion: 396
9-
stackableVersion: 0.3.0
8+
productVersion: "396"
9+
stackableVersion: "23.4.0-rc1"
1010
catalogLabelSelector:
1111
matchLabels:
1212
trino: simple-trino
@@ -38,7 +38,7 @@ metadata:
3838
spec:
3939
image:
4040
productVersion: 3.1.3
41-
stackableVersion: 0.2.0
41+
stackableVersion: "23.4.0-rc1"
4242
clusterConfig:
4343
database:
4444
connString: jdbc:derby:;databaseName=/tmp/metastore_db;create=true

rust/crd/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version = "0.9.0-nightly"
99
publish = false
1010

1111
[dependencies]
12-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.31.0" }
12+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.33.0" }
1313

1414
semver = "1.0"
1515
serde = { version = "1.0", features = ["derive"] }

rust/crd/src/lib.rs

+7-7
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ mod tests {
705705
spec:
706706
image:
707707
productVersion: "396"
708-
stackableVersion: "0.2.0"
708+
stackableVersion: "23.4.0-rc1"
709709
catalogLabelSelector: {}
710710
"#;
711711
let trino: TrinoCluster = serde_yaml::from_str(input).expect("illegal test input");
@@ -726,7 +726,7 @@ mod tests {
726726
spec:
727727
image:
728728
productVersion: "396"
729-
stackableVersion: "0.2.0"
729+
stackableVersion: "23.4.0-rc1"
730730
catalogLabelSelector: {}
731731
config:
732732
tls:
@@ -750,7 +750,7 @@ mod tests {
750750
spec:
751751
image:
752752
productVersion: "396"
753-
stackableVersion: "0.2.0"
753+
stackableVersion: "23.4.0-rc1"
754754
catalogLabelSelector: {}
755755
config:
756756
tls: null
@@ -770,7 +770,7 @@ mod tests {
770770
spec:
771771
image:
772772
productVersion: "396"
773-
stackableVersion: "0.2.0"
773+
stackableVersion: "23.4.0-rc1"
774774
catalogLabelSelector: {}
775775
config:
776776
internalTls:
@@ -797,7 +797,7 @@ mod tests {
797797
spec:
798798
image:
799799
productVersion: "396"
800-
stackableVersion: "0.2.0"
800+
stackableVersion: "23.4.0-rc1"
801801
catalogLabelSelector: {}
802802
"#;
803803
let trino: TrinoCluster = serde_yaml::from_str(input).expect("illegal test input");
@@ -818,7 +818,7 @@ mod tests {
818818
spec:
819819
image:
820820
productVersion: "396"
821-
stackableVersion: "0.2.0"
821+
stackableVersion: "23.4.0-rc1"
822822
catalogLabelSelector: {}
823823
config:
824824
internalTls:
@@ -842,7 +842,7 @@ mod tests {
842842
spec:
843843
image:
844844
productVersion: "396"
845-
stackableVersion: "0.2.0"
845+
stackableVersion: "23.4.0-rc1"
846846
catalogLabelSelector: {}
847847
config:
848848
tls:

rust/operator-binary/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version = "0.9.0-nightly"
1010
publish = false
1111

1212
[dependencies]
13-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.31.0" }
13+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.33.0" }
1414
stackable-trino-crd = { path = "../crd" }
1515

1616
anyhow = "1.0"
@@ -28,5 +28,5 @@ tracing = "0.1"
2828

2929
[build-dependencies]
3030
built = { version = "0.5", features = ["chrono", "git2"] }
31-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.31.0" }
31+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.33.0" }
3232
stackable-trino-crd = { path = "../crd" }

0 commit comments

Comments
 (0)