Skip to content

Commit 7bfbf86

Browse files
authored
chore(hive): Small cleanup after 4.2.0 version addition (#1397)
* chore(hive): Small cleanup after 4.2.0 version addition * add to the template * add to the template
1 parent 736a807 commit 7bfbf86

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

hive/boil-config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ java-devel = "21"
7070

7171
[versions."4.2.0".build-arguments]
7272
jmx-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
7474
aws-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
7676
azure-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
7878
azure-keyvault-core-version = "1.0.0"

0 commit comments

Comments
 (0)