Skip to content

Commit 02a06a2

Browse files
committed
Merge branch 'main' of https://github.com/stackabletech/docker-images into feat/patchable-init-forking
2 parents 155a162 + ab96aea commit 02a06a2

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
@@ -49,6 +50,7 @@ All notable changes to this project will be documented in this file.
4950
- yq: Bump products to use `4.45.2` ([#1090]).
5051
- cyclonedx-bom: Bump airflow and superset to use `6.0.0` ([#1090]).
5152
- vector: Bump to `0.46.1` ([#1098]).
53+
- Changed default user & group IDs from 1000/1000 to 782252253/574654813 ([#916])
5254

5355
### Fixed
5456

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

80+
[#916]: https://github.com/stackabletech/docker-images/pull/916
7881
[#1025]: https://github.com/stackabletech/docker-images/pull/1025
7982
[#1027]: https://github.com/stackabletech/docker-images/pull/1027
8083
[#1028]: https://github.com/stackabletech/docker-images/pull/1028
@@ -102,6 +105,7 @@ All notable changes to this project will be documented in this file.
102105
[#1102]: https://github.com/stackabletech/docker-images/pull/1102
103106
[#1103]: https://github.com/stackabletech/docker-images/pull/1103
104107
[#1106]: https://github.com/stackabletech/docker-images/pull/1106
108+
[#1108]: https://github.com/stackabletech/docker-images/pull/1108
105109

106110
## [25.3.0] - 2025-03-21
107111

0 commit comments

Comments
 (0)