From b47ddf8cf5dc4b751c3d34ba2d899998dd20185e Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Fri, 9 May 2025 08:45:48 +0200 Subject: [PATCH 1/2] chore(issue_template): Add reminder to update prereqs for select products --- .github/ISSUE_TEMPLATE/update-product-airflow.md | 1 + .github/ISSUE_TEMPLATE/update-product-druid.md | 1 + .github/ISSUE_TEMPLATE/update-product-hive.md | 1 + .github/ISSUE_TEMPLATE/update-product-superset.md | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/update-product-airflow.md b/.github/ISSUE_TEMPLATE/update-product-airflow.md index 0672a95c8..0ca8342b9 100644 --- a/.github/ISSUE_TEMPLATE/update-product-airflow.md +++ b/.github/ISSUE_TEMPLATE/update-product-airflow.md @@ -31,6 +31,7 @@ Add/Change/Remove anything that isn't applicable anymore - [ ] Download new constraints file (see `airflow/download_constraints.sh`). - [ ] Update other dependencies if applicable (eg: python, statsd_exporter, etc). - [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below. +- [ ] Ensure prerequisites are up to date (required-external-components.adoc) - [ ] Update the version in demos. Add the PR(s) to the list below. ## Related Pull Requests diff --git a/.github/ISSUE_TEMPLATE/update-product-druid.md b/.github/ISSUE_TEMPLATE/update-product-druid.md index 479c369f0..ac05c333d 100644 --- a/.github/ISSUE_TEMPLATE/update-product-druid.md +++ b/.github/ISSUE_TEMPLATE/update-product-druid.md @@ -34,6 +34,7 @@ Add/Change/Remove anything that isn't applicable anymore - [ ] Update `versions.py` to the latest supported version of JVM (base and devel). - [ ] Update the [druid-opa-authorizer](https://github.com/stackabletech/druid-opa-authorizer/) with the new set of versions. - [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below. +- [ ] Ensure prerequisites are up to date (required-external-components.adoc) - [ ] Update the version in demos. Add the PR(s) to the list below. ## Related Pull Requests diff --git a/.github/ISSUE_TEMPLATE/update-product-hive.md b/.github/ISSUE_TEMPLATE/update-product-hive.md index ae3adcf6e..ca943ae86 100644 --- a/.github/ISSUE_TEMPLATE/update-product-hive.md +++ b/.github/ISSUE_TEMPLATE/update-product-hive.md @@ -32,6 +32,7 @@ Add/Change/Remove anything that isn't applicable anymore - [ ] Update `versions.py` to the latest supported version of JVM (base and devel). - [ ] Update other dependencies if applicable (eg: 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. +- [ ] Ensure prerequisites are up to date (required-external-components.adoc) - [ ] Update the version in demos. Add the PR(s) to the list below. ## Related Pull Requests diff --git a/.github/ISSUE_TEMPLATE/update-product-superset.md b/.github/ISSUE_TEMPLATE/update-product-superset.md index 5cb248ae2..49781d340 100644 --- a/.github/ISSUE_TEMPLATE/update-product-superset.md +++ b/.github/ISSUE_TEMPLATE/update-product-superset.md @@ -33,6 +33,7 @@ Add/Change/Remove anything that isn't applicable anymore - [ ] Delete old constraint files and patch directories. - [ ] Update other dependencies if applicable (eg: python, auth_lib, etc). - [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below. +- [ ] Ensure prerequisites are up to date (required-external-components.adoc) - [ ] Update the version in demos. Add the PR(s) to the list below. ## Related Pull Requests From d445bd17c07364ce7e40ffe8e96fbb476f513946 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Fri, 9 May 2025 08:49:38 +0200 Subject: [PATCH 2/2] chore(issue_template): grammar --- .github/ISSUE_TEMPLATE/update-product-airflow.md | 2 +- .github/ISSUE_TEMPLATE/update-product-druid.md | 2 +- .github/ISSUE_TEMPLATE/update-product-hive.md | 2 +- .github/ISSUE_TEMPLATE/update-product-superset.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/update-product-airflow.md b/.github/ISSUE_TEMPLATE/update-product-airflow.md index 0ca8342b9..80f608ced 100644 --- a/.github/ISSUE_TEMPLATE/update-product-airflow.md +++ b/.github/ISSUE_TEMPLATE/update-product-airflow.md @@ -31,7 +31,7 @@ Add/Change/Remove anything that isn't applicable anymore - [ ] Download new constraints file (see `airflow/download_constraints.sh`). - [ ] Update other dependencies if applicable (eg: python, statsd_exporter, etc). - [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below. -- [ ] Ensure prerequisites are up to date (required-external-components.adoc) +- [ ] Ensure prerequisites are up to date (required-external-components.adoc). - [ ] Update the version in demos. Add the PR(s) to the list below. ## Related Pull Requests diff --git a/.github/ISSUE_TEMPLATE/update-product-druid.md b/.github/ISSUE_TEMPLATE/update-product-druid.md index ac05c333d..2305bffb0 100644 --- a/.github/ISSUE_TEMPLATE/update-product-druid.md +++ b/.github/ISSUE_TEMPLATE/update-product-druid.md @@ -34,7 +34,7 @@ Add/Change/Remove anything that isn't applicable anymore - [ ] Update `versions.py` to the latest supported version of JVM (base and devel). - [ ] Update the [druid-opa-authorizer](https://github.com/stackabletech/druid-opa-authorizer/) with the new set of versions. - [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below. -- [ ] Ensure prerequisites are up to date (required-external-components.adoc) +- [ ] Ensure prerequisites are up to date (required-external-components.adoc). - [ ] Update the version in demos. Add the PR(s) to the list below. ## Related Pull Requests diff --git a/.github/ISSUE_TEMPLATE/update-product-hive.md b/.github/ISSUE_TEMPLATE/update-product-hive.md index ca943ae86..7afa60fca 100644 --- a/.github/ISSUE_TEMPLATE/update-product-hive.md +++ b/.github/ISSUE_TEMPLATE/update-product-hive.md @@ -32,7 +32,7 @@ Add/Change/Remove anything that isn't applicable anymore - [ ] Update `versions.py` to the latest supported version of JVM (base and devel). - [ ] Update other dependencies if applicable (eg: 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. -- [ ] Ensure prerequisites are up to date (required-external-components.adoc) +- [ ] Ensure prerequisites are up to date (required-external-components.adoc). - [ ] Update the version in demos. Add the PR(s) to the list below. ## Related Pull Requests diff --git a/.github/ISSUE_TEMPLATE/update-product-superset.md b/.github/ISSUE_TEMPLATE/update-product-superset.md index 49781d340..c04169c4d 100644 --- a/.github/ISSUE_TEMPLATE/update-product-superset.md +++ b/.github/ISSUE_TEMPLATE/update-product-superset.md @@ -33,7 +33,7 @@ Add/Change/Remove anything that isn't applicable anymore - [ ] Delete old constraint files and patch directories. - [ ] Update other dependencies if applicable (eg: python, auth_lib, etc). - [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below. -- [ ] Ensure prerequisites are up to date (required-external-components.adoc) +- [ ] Ensure prerequisites are up to date (required-external-components.adoc). - [ ] Update the version in demos. Add the PR(s) to the list below. ## Related Pull Requests