Skip to content

Commit 7105132

Browse files
authored
Merge branch 'main' into chore/spark-1080
2 parents 689ba82 + ab96aea commit 7105132

File tree

8 files changed

+755
-2
lines changed

8 files changed

+755
-2
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Add/Change/Remove anything that isn't applicable anymore
3131
- [ ] Download new constraints file (see `airflow/download_constraints.sh`).
3232
- [ ] Update other dependencies if applicable (eg: python, statsd_exporter, etc).
3333
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
34+
- [ ] Ensure prerequisites are up to date (required-external-components.adoc).
3435
- [ ] Update the version in demos. Add the PR(s) to the list below.
3536

3637
## Related Pull Requests

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Add/Change/Remove anything that isn't applicable anymore
3434
- [ ] Update `versions.py` to the latest supported version of JVM (base and devel).
3535
- [ ] Update the [druid-opa-authorizer](https://github.com/stackabletech/druid-opa-authorizer/) with the new set of versions.
3636
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
37+
- [ ] Ensure prerequisites are up to date (required-external-components.adoc).
3738
- [ ] Update the version in demos. Add the PR(s) to the list below.
3839

3940
## Related Pull Requests

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Add/Change/Remove anything that isn't applicable anymore
3232
- [ ] Update `versions.py` to the latest supported version of JVM (base and devel).
3333
- [ ] Update other dependencies if applicable (eg: jmx_exporter, aws_java_sdk_bundle, etc).
3434
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
35+
- [ ] Ensure prerequisites are up to date (required-external-components.adoc).
3536
- [ ] Update the version in demos. Add the PR(s) to the list below.
3637

3738
## Related Pull Requests

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Add/Change/Remove anything that isn't applicable anymore
3333
- [ ] Delete old constraint files and patch directories.
3434
- [ ] Update other dependencies if applicable (eg: python, auth_lib, etc).
3535
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
36+
- [ ] Ensure prerequisites are up to date (required-external-components.adoc).
3637
- [ ] Update the version in demos. Add the PR(s) to the list below.
3738

3839
## Related Pull Requests

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
88

99
- airflow: check for correct permissions and ownerships in /stackable folder via
1010
`check-permissions-ownership.sh` provided in stackable-base image ([#1054]).
11+
- airflow: Add `2.10.5` ([#1108]).
1112
- druid: check for correct permissions and ownerships in /stackable folder via
1213
`check-permissions-ownership.sh` provided in stackable-base image ([#1039]).
1314
- hadoop: check for correct permissions and ownerships in /stackable folder via
@@ -50,6 +51,7 @@ All notable changes to this project will be documented in this file.
5051
- cyclonedx-bom: Bump airflow and superset to use `6.0.0` ([#1090]).
5152
- vector: Bump to `0.46.1` ([#1098]).
5253
- spark: update dependencies for 3.5.5 ([#1094])
54+
- Changed default user & group IDs from 1000/1000 to 782252253/574654813 ([#916])
5355

5456
### Fixed
5557

@@ -77,6 +79,7 @@ All notable changes to this project will be documented in this file.
7779
- opa: Remove `0.67.1` ([#1103]).
7880
- opa: Remove legacy bundle-builder from container build ([#1103]).
7981

82+
[#916]: https://github.com/stackabletech/docker-images/pull/916
8083
[#1025]: https://github.com/stackabletech/docker-images/pull/1025
8184
[#1027]: https://github.com/stackabletech/docker-images/pull/1027
8285
[#1028]: https://github.com/stackabletech/docker-images/pull/1028
@@ -105,6 +108,7 @@ All notable changes to this project will be documented in this file.
105108
[#1102]: https://github.com/stackabletech/docker-images/pull/1102
106109
[#1103]: https://github.com/stackabletech/docker-images/pull/1103
107110
[#1106]: https://github.com/stackabletech/docker-images/pull/1106
111+
[#1108]: https://github.com/stackabletech/docker-images/pull/1108
108112

109113
## [25.3.0] - 2025-03-21
110114

0 commit comments

Comments
 (0)