-
-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
Description
Part of #831.
- Add:
2.10.2(2.9.3remains the latest/LTS, and was already added in chore: Bump airflow to 2.9.3 #809). - Remove:
2.6.x,2.8.x(already done in chore: Bump airflow to 2.9.3 #809).
Tip
Please add the scheduled-for/20XX-XX label.
### Update tasks
- [x] Update `versions.py` to reflect the agreed upon versions in the spreadsheet (including the removal of old versions).
- [x] Download new constraints file (see `airflow/download_constraints.sh`).
- [x] Update other dependencies if applicable (eg: python, statsd_exporter, etc).
- [ ] Check other operators (getting_started / kuttl) 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.
- [ ] Research memory OOM problems in demo when using Airflow 2.10.2 -> Maybe increase default memory for webservers
### Related Pull Requests
- [ ] https://github.com/stackabletech/docker-images/pull/877
- [ ] https://github.com/stackabletech/airflow-operator/pull/512
### Acceptance
- [x] Can build image locally
- [x] Kuttl smoke tests passes locally
- [ ] Release notes written in a comment below
- [ ] Applicable `release-note` label added to this issue
Testing instructions
# See the latest version at https://pypi.org/project/image-tools-stackabletech/
pip install image-tools-stackabletech==0.0.12
bake --product airflow=x.y.z # where x.y.z is the new version added in this PR
kind load docker-image docker.stackable.tech/stackable/airflow:x.y.z-stackable0.0.0-dev
# Change directory into the airflow-operator repository and update the
# product version in tests/test-definition.yaml
./scripts/run-tests --test-suite smoke-latest # or similarPlease consider updating this template if these instructions are wrong, or
could be made clearer.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done