Skip to content

[main] CI: Upgrade important CI environment#66600

Merged
potiuk merged 2 commits intoapache:mainfrom
potiuk:ci-upgrade-main
May 9, 2026
Merged

[main] CI: Upgrade important CI environment#66600
potiuk merged 2 commits intoapache:mainfrom
potiuk:ci-upgrade-main

Conversation

@potiuk
Copy link
Copy Markdown
Member

@potiuk potiuk commented May 8, 2026

This PR upgrades important dependencies of the CI environment.

Manual re-run of the scheduled CI upgrade after #66588 landed (which fixed the Alpine date-tag bug from #66580).

Verification of the alpine fix

Previously, the bumper picked Alpine's daily-edge tag 20260127 over the 3.23 release because PEP 440 parsed Version("20260127") as a single-component version that sorted higher than Version("3.23"). After #66588's pre-filter for date-shaped tags (v?\d{8}(\.\d+)?), this run correctly picks alpine:3.23.4 (the latest dotted release).

- "alpine:3.23",   # was the pinned tag in K8S_TEST_IMAGES_TO_PRELOAD
+ "alpine:3.23.4", # picked correctly this time

(Plus busybox:1.37.0 and the same Go / uv-lock churn the bot would normally produce.)

Please mark as Draft before submitting if you want it to land via the same flow the scheduled bot would have used.

related: #66580 (closed), #66588 (fix)


Was generative AI tooling used to co-author this PR?
  • Yes — Claude Code (Opus 4.7)

Generated-by: Claude Code (Opus 4.7) following the guidelines

@potiuk
Copy link
Copy Markdown
Member Author

potiuk commented May 8, 2026

Aparently needs #66601

@potiuk potiuk force-pushed the ci-upgrade-main branch from 5f0e214 to 73d1394 Compare May 8, 2026 20:56
@potiuk potiuk force-pushed the ci-upgrade-main branch from 73d1394 to 1be216a Compare May 9, 2026 13:22
@potiuk potiuk merged commit 8a55076 into apache:main May 9, 2026
273 of 274 checks passed
@potiuk potiuk deleted the ci-upgrade-main branch May 9, 2026 19:58
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 9, 2026

Backport failed to create: v3-2-test. View the failure log Run details

Note: As of Merging PRs targeted for Airflow 3.X
the committer who merges the PR is responsible for backporting the PRs that are bug fixes (generally speaking) to the maintenance branches.

In matter of doubt please ask in #release-management Slack channel.

Status Branch Result
v3-2-test Commit Link

You can attempt to backport this manually by running:

cherry_picker 8a55076 v3-2-test

This should apply the commit to the v3-2-test branch and leave the commit in conflict state marking
the files that need manual conflict resolution.

After you have resolved the conflicts, you can continue the backport process by running:

cherry_picker --continue

If you don't have cherry-picker installed, see the installation guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools area:kubernetes-tests area:providers backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch provider:cncf-kubernetes Kubernetes (k8s) provider related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants