Skip to content

Commit 13791e2

Browse files
NickLarsenNZdervoeti
authored andcommitted
feat(trino): Add 469 (#993)
* chore: Add missing changelog entry for Java 23 * feat(trino): Add 469 * chore(trino): Remove unused patch directories * chore: Update changelog * chore(issue_templates): Reminder about update supported-versions * chore(issue_templates): Hint to raise demo PRs against main * chore: Add missing changelog entry for trino-cli
1 parent 59f5241 commit 13791e2

20 files changed

+81
-106
lines changed

.github/ISSUE_TEMPLATE/update-base-vector.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ Add/Change/Remove anything that isn't applicable anymore
3838
- [ ] Upload new version (see `vector/upload_new_vector_version.sh`).
3939
- [ ] Update `versions.py` to the latest supported version of JVM (base and devel).
4040
- [ ] Update other dependencies if applicable (eg: inotify_tools, etc).
41-
- [ ] Check other operators (getting_started / kuttl) for usage of the versions. Add the PR(s) to the list below.
41+
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
4242
- [ ] Update the version in demos. Add the PR(s) to the list below.
4343
```
4444

4545
```[tasklist]
4646
### Related Pull Requests
4747
- [ ] _Link to the docker-images PR (product update)_
48-
- [ ] _Link to the operator PR (getting_started / kuttl)_
48+
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
4949
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
50-
- [ ] _Link to demo PR (raise against the `next` branch)_
50+
- [ ] _Link to demo PR (raise against the `main` branch)_
5151
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
5252
```
5353

.github/ISSUE_TEMPLATE/update-product-airflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Add/Change/Remove anything that isn't applicable anymore
3030
- [ ] Update `versions.py` to reflect the agreed upon versions in the spreadsheet (including the removal of old versions).
3131
- [ ] Download new constraints file (see `airflow/download_constraints.sh`).
3232
- [ ] Update other dependencies if applicable (eg: python, statsd_exporter, etc).
33-
- [ ] Check other operators (getting_started / kuttl) for usage of the versions. Add the PR(s) to the list below.
33+
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
3434
- [ ] Update the version in demos. Add the PR(s) to the list below.
3535
```
3636

@@ -39,7 +39,7 @@ Add/Change/Remove anything that isn't applicable anymore
3939
- [ ] _Link to the docker-images PR (product update)_
4040
- [ ] _Link to operator PR (getting_started / kuttl)_
4141
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
42-
- [ ] _Link to demo PR (raise against the `next` branch)_
42+
- [ ] _Link to demo PR (raise against the `main` branch)_
4343
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
4444
```
4545

.github/ISSUE_TEMPLATE/update-product-druid.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ Add/Change/Remove anything that isn't applicable anymore
3333
- [ ] Delete old patch directories.
3434
- [ ] Update `versions.py` to the latest supported version of JVM (base and devel).
3535
- [ ] Update the [druid-opa-authorizer](https://github.com/stackabletech/druid-opa-authorizer/) with the new set of versions.
36-
- [ ] Check other operators (getting_started / kuttl) for usage of the versions. Add the PR(s) to the list below.
36+
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
3737
- [ ] Update the version in demos. Add the PR(s) to the list below.
3838
```
3939

4040
```[tasklist]
4141
### Related Pull Requests
4242
- [ ] _Link to the docker-images PR (product update)_
43-
- [ ] _Link to the operator PR (getting_started / kuttl)_
43+
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
4444
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
45-
- [ ] _Link to demo PR (raise against the `next` branch)_
45+
- [ ] _Link to demo PR (raise against the `main` branch)_
4646
- [ ] _Link to [druid-opa-authorizer](https://github.com/stackabletech/druid-opa-authorizer/) PR_
4747
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
4848
```

.github/ISSUE_TEMPLATE/update-product-hbase-phoenix-omid.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add/Change/Remove anything that isn't applicable anymore
3131
- [ ] Upload new versions (see the `hbase/*.sh` scripts).
3232
- [ ] Update `versions.py` to the latest supported version of JVM (base and devel).
3333
- [ ] Update other dependencies if applicable (eg: phoenix, opa_authorizer, etc).
34-
- [ ] Check other operators (getting_started / kuttl) for usage of the versions. Add the PR to the list below.
34+
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR to the list below.
3535
```
3636

3737
```[tasklist]
@@ -47,7 +47,7 @@ Add/Change/Remove anything that isn't applicable anymore
4747
- [ ] _Link to the docker-images PR (product update)_
4848
- [ ] _Link to operator PR (getting_started / kuttl)_
4949
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
50-
- [ ] _Link to demo PR (raise against the `next` branch)_
50+
- [ ] _Link to demo PR (raise against the `main` branch)_
5151
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
5252
```
5353

.github/ISSUE_TEMPLATE/update-product-hdfs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ Add/Change/Remove anything that isn't applicable anymore
3131
- [ ] Upload new version (see `hadoop/upload_new_hadoop_version.sh`).
3232
- [ ] Update `versions.py` to the latest supported version of JVM (base and devel).
3333
- [ ] Update other dependencies if applicable (eg: hdfs_utils, jmx_exporter, protobuf, etc).
34-
- [ ] Check other operators (getting_started / kuttl) for usage of the versions. Add the PR(s) to the list below.
34+
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
3535
- [ ] Update the version in demos. Add the PR(s) to the list below.
3636
```
3737

3838
```[tasklist]
3939
### Related Pull Requests
4040
- [ ] _Link to the docker-images PR (product update)_
4141
- [ ] _Link to [hdfs-utils](https://github.com/stackabletech/hdfs-utils/) PR (if applicable)_
42-
- [ ] _Link to the operator PR (getting_started / kuttl)_
42+
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
4343
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
44-
- [ ] _Link to demo PR (raise against the `next` branch)_
44+
- [ ] _Link to demo PR (raise against the `main` branch)_
4545
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
4646
```
4747

.github/ISSUE_TEMPLATE/update-product-hive.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ Add/Change/Remove anything that isn't applicable anymore
3131
- [ ] Upload new version (see `hive/upload_new_hive_version.sh`).
3232
- [ ] Update `versions.py` to the latest supported version of JVM (base and devel).
3333
- [ ] Update other dependencies if applicable (eg: jmx_exporter, aws_java_sdk_bundle, etc).
34-
- [ ] Check other operators (getting_started / kuttl) for usage of the versions. Add the PR(s) to the list below.
34+
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
3535
- [ ] Update the version in demos. Add the PR(s) to the list below.
3636
```
3737

3838
```[tasklist]
3939
### Related Pull Requests
4040
- [ ] _Link to the docker-images PR (product update)_
41-
- [ ] _Link to the operator PR (getting_started / kuttl)_
41+
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
4242
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
43-
- [ ] _Link to demo PR (raise against the `next` branch)_
43+
- [ ] _Link to demo PR (raise against the `main` branch)_
4444
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
4545
```
4646

.github/ISSUE_TEMPLATE/update-product-kafka.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add/Change/Remove anything that isn't applicable anymore
3131
- [ ] Upload new version (see `kafka/upload_new_kafka_version.sh`).
3232
- [ ] Update `versions.py` to the latest supported version of JVM (base and devel).
3333
- [ ] Update other dependencies if applicable (eg: jmx_exporter, kcat, scala, etc).
34-
- [ ] Check other operators (getting_started / kuttl) for usage of the versions. Add the PR(s) to the list below.
34+
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
3535
- [ ] Update the version in demos. Add the PR(s) to the list below.
3636
```
3737

@@ -42,16 +42,16 @@ Add/Change/Remove anything that isn't applicable anymore
4242
- [ ] Update `kafka-testing-tools/versions.py`.
4343
- [ ] Upload new version (see `.scripts/upload_new_kcat_version.sh`).
4444
- [ ] Update `versions.py` to the latest supported version of JVM (base and devel).
45-
- [ ] Check other operators (getting_started / kuttl) for usage of the versions. Add the PR(s) to the list below.
45+
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
4646
- [ ] Update the version in demos. Add the PR(s) to the list below.
4747
```
4848

4949
```[tasklist]
5050
### Related Pull Requests
5151
- [ ] _Link to the docker-images PR (product update)_
52-
- [ ] _Link to the operator PR (getting_started / kuttl)_
52+
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
5353
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
54-
- [ ] _Link to demo PR (raise against the `next` branch)_
54+
- [ ] _Link to demo PR (raise against the `main` branch)_
5555
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
5656
```
5757

.github/ISSUE_TEMPLATE/update-product-nifi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ Add/Change/Remove anything that isn't applicable anymore
3131
- [ ] Upload new version (see `nifi/upload_new_nifi_version.sh`).
3232
- [ ] Update `versions.py` to the latest supported version of JVM (base and devel).
3333
- [ ] Update other dependencies if applicable (eg: jmx_exporter, kcat, scala, etc).
34-
- [ ] Check other operators (getting_started / kuttl) for usage of the versions. Add the PR(s) to the list below.
34+
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
3535
- [ ] Update the version in demos. Add the PR(s) to the list below.
3636
```
3737

3838
```[tasklist]
3939
### Related Pull Requests
4040
- [ ] _Link to the docker-images PR (product update)_
41-
- [ ] _Link to the operator PR (getting_started / kuttl)_
41+
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
4242
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
43-
- [ ] _Link to demo PR (raise against the `next` branch)_
43+
- [ ] _Link to demo PR (raise against the `main` branch)_
4444
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
4545
```
4646

.github/ISSUE_TEMPLATE/update-product-opa.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ Add/Change/Remove anything that isn't applicable anymore
3030
- [ ] Update `versions.py` to reflect the agreed upon versions in the spreadsheet (including the removal of old versions).
3131
- [ ] Upload new version (see `opa/upload_new_opa_version.sh`).
3232
- [ ] Update other dependencies if applicable (eg: opa_bundle_builder, etc).
33-
- [ ] Check other operators (getting_started / kuttl) for usage of the versions. Add the PR(s) to the list below.
33+
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
3434
- [ ] Update the version in demos. Add the PR(s) to the list below.
3535
```
3636

3737
```[tasklist]
3838
### Related Pull Requests
3939
- [ ] _Link to the docker-images PR (product update)_
40-
- [ ] _Link to the operator PR (getting_started / kuttl)_
40+
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
4141
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
42-
- [ ] _Link to demo PR (raise against the `next` branch)_
42+
- [ ] _Link to demo PR (raise against the `main` branch)_
4343
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
4444
```
4545

.github/ISSUE_TEMPLATE/update-product-spark.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ Add/Change/Remove anything that isn't applicable anymore
3232
- [ ] Update `versions.py` to the latest supported version of JVM (base and devel).
3333
- [ ] Ensure that the transitive dependencies in `versions.py` are compatible with the Spark version(s).
3434
- [ ] Update other dependencies if applicable (eg: python, jmx_exporter, aws_java_sdk_bundle, etc).
35-
- [ ] Check other operators (getting_started / kuttl) for usage of the versions. Add the PR(s) to the list below.
35+
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
3636
- [ ] Update the version in demos. Add the PR(s) to the list below.
3737
```
3838

3939
```[tasklist]
4040
### Related Pull Requests
4141
- [ ] _Link to the docker-images PR (product update)_
42-
- [ ] _Link to the operator PR (getting_started / kuttl)_
42+
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
4343
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
44-
- [ ] _Link to demo PR (raise against the `next` branch)_
44+
- [ ] _Link to demo PR (raise against the `main` branch)_
4545
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
4646
```
4747

0 commit comments

Comments
 (0)