From f6e580cdf9c923d825fdfc173b62e6941dbb3f93 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Fri, 24 Apr 2026 17:19:22 +0200 Subject: [PATCH 1/2] chore(issue_template): Add reminder about the gitsync private repo --- .github/ISSUE_TEMPLATE/update-product-airflow.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/update-product-airflow.md b/.github/ISSUE_TEMPLATE/update-product-airflow.md index a4ed8f010..b1dcf9cc3 100644 --- a/.github/ISSUE_TEMPLATE/update-product-airflow.md +++ b/.github/ISSUE_TEMPLATE/update-product-airflow.md @@ -33,6 +33,7 @@ Add/Change/Remove anything that isn't applicable anymore - [ ] 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. +- [ ] Update the [stackable-airflow/dags](https://github.com/stackable-airflow/dags) private repository if needed. ## Related Pull Requests From 02a64d62950008bc9cbe46c80c7136d8a8b2181c Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Fri, 24 Apr 2026 17:26:04 +0200 Subject: [PATCH 2/2] chore(issue_template): Move reminder to spark product updates Leaving a hint in the airflow version bumps. Although, it won't be noticable at 0.0.0-dev time. --- .github/ISSUE_TEMPLATE/update-product-airflow.md | 6 +++++- .github/ISSUE_TEMPLATE/update-product-spark.md | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/update-product-airflow.md b/.github/ISSUE_TEMPLATE/update-product-airflow.md index b1dcf9cc3..996a890a9 100644 --- a/.github/ISSUE_TEMPLATE/update-product-airflow.md +++ b/.github/ISSUE_TEMPLATE/update-product-airflow.md @@ -33,7 +33,11 @@ Add/Change/Remove anything that isn't applicable anymore - [ ] 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. -- [ ] Update the [stackable-airflow/dags](https://github.com/stackable-airflow/dags) private repository if needed. + +> [!TIP] +> The tests might fail to pull an image if the spark version is not updated in the private repo as part +> of the Spark version bumps. +> This is usually only discoverable after branching, because there are always old versions for 0.0.0-dev. ## Related Pull Requests diff --git a/.github/ISSUE_TEMPLATE/update-product-spark.md b/.github/ISSUE_TEMPLATE/update-product-spark.md index 4a0fb85ed..17a390797 100644 --- a/.github/ISSUE_TEMPLATE/update-product-spark.md +++ b/.github/ISSUE_TEMPLATE/update-product-spark.md @@ -34,6 +34,7 @@ Add/Change/Remove anything that isn't applicable anymore - [ ] 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. - [ ] Update the version in demos. Add the PR(s) to the list below. +- [ ] Update the version in the SparkApplication within the [stackable-airflow/dags](https://github.com/stackable-airflow/dags) private repository. ## Related Pull Requests