Skip to content
Open
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
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/update-product-druid.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Add/Change/Remove anything that isn't applicable anymore
- [ ] Release a new version of [druid-opa-authorizer](https://github.com/stackabletech/druid-opa-authorizer), if compiling against the new Druid version(s) requires changes in the code.
- [ ] Update `boil-config.toml` to reflect the agreed upon versions in the spreadsheet (including the removal of old versions).
- [ ] Update `boil-config.toml` to the latest supported version of JVM (base and devel).
- [ ] Update `boil-config.toml` to the latest supported version of Hadoop.
- [ ] Initialize new product versions with patchable and add patches if applicable.
- [ ] Delete old patch directories.
- [ ] Check the corresponding operator (getting_started / kuttl / supported-versions) for usage of the versions.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Add/Change/Remove anything that isn't applicable anymore
- [ ] Update `boil-config.toml` to reflect the agreed upon versions in the spreadsheet (including the removal of old versions).
- [ ] Upload new versions (see the `hbase/*.sh` scripts).
- [ ] Update `boil-config.toml` to the latest supported version of JVM (base and devel).
- [ ] Update `boil-config.toml` to the latest supported version of Hadoop.
- [ ] Update other dependencies if applicable (eg: phoenix, opa_authorizer, etc).
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR to the list below.

Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/update-product-hive.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Add/Change/Remove anything that isn't applicable anymore

- [ ] Update `boil-config.toml` to reflect the agreed upon versions in the spreadsheet (including the removal of old versions).
- [ ] Update `boil-config.toml` to the latest supported version of JVM (base and devel).
- [ ] Update `boil-config.toml` to the latest supported version of Hadoop.
- [ ] Update other dependencies if applicable (eg: jmx_exporter, aws_java_sdk_bundle, etc).
- [ ] Initialize new product versions with patchable and add patches if applicable.
- [ ] Delete old patch directories.
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/update-product-spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Add/Change/Remove anything that isn't applicable anymore
- [ ] Update `boil-config.toml` to reflect the agreed upon versions in the spreadsheet (including the removal of old versions).
- [ ] Upload new version (see `spark/upload_new_spark_version.sh`).
- [ ] Update `boil-config.toml` to the latest supported version of JVM (base and devel).
- [ ] Update `boil-config.toml` to the latest supported version of Hadoop.
- [ ] Ensure that the transitive dependencies in `boil-config.toml` are compatible with the Spark version(s).
- [ ] Update other dependencies if applicable (eg: python, jmx_exporter, aws_java_sdk_bundle, etc).
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
Expand Down