File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,11 @@ Add/Change/Remove anything that isn't applicable anymore
2828## Update tasks
2929
3030- [ ] Update ` boil-config.toml ` to reflect the agreed upon versions in the spreadsheet (including the removal of old versions).
31- - [ ] Upload new version (see ` hive/upload_new_hive_version.sh ` ).
3231- [ ] Update ` boil-config.toml ` to the latest supported version of JVM (base and devel).
3332- [ ] Update other dependencies if applicable (eg: jmx_exporter, aws_java_sdk_bundle, etc).
33+ - [ ] Initialize new product versions with patchable and add patches if applicable.
34+ - [ ] Delete old patch directories.
35+ - [ ] Check the corresponding operator (getting_started / kuttl / supported-versions) for usage of the versions.
3436- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
3537- [ ] Ensure prerequisites are up to date (required-external-components.adoc).
3638- [ ] Update the version in demos. Add the PR(s) to the list below.
Original file line number Diff line number Diff line change @@ -70,9 +70,9 @@ java-devel = "21"
7070
7171[versions ."4 .2 .0" .build-arguments ]
7272jmx-exporter-version = " 1.3.0"
73- # Keep consistent with the dependency from hadoop-aws: https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-aws/3.4.2 TODO: CHECK!
73+ # Keep consistent with the dependency from hadoop-aws: https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-aws/3.4.2
7474aws-java-sdk-bundle-version = " 2.29.52"
75- # Keep consistent with the dependency from hadoop-azure: https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-azure/3.4.2 TODO: CHECK!
75+ # Keep consistent with the dependency from hadoop-azure: https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-azure/3.4.2
7676azure-storage-version = " 7.0.1"
77- # Keep consistent with the dependency from azure-storage: https://mvnrepository.com/artifact/com.microsoft.azure/azure-storage/7.0.1 TODO: CHECK!
77+ # Keep consistent with the dependency from azure-storage: https://mvnrepository.com/artifact/com.microsoft.azure/azure-storage/7.0.1
7878azure-keyvault-core-version = " 1.0.0"
You can’t perform that action at this time.
0 commit comments