Skip to content

Release prep v2.2.0#89

Merged
hkeward merged 1 commit into
mainfrom
release-prep-v2.2.0
May 27, 2026
Merged

Release prep v2.2.0#89
hkeward merged 1 commit into
mainfrom
release-prep-v2.2.0

Conversation

@hkeward
Copy link
Copy Markdown
Contributor

@hkeward hkeward commented May 27, 2026

Summary

Prepares the v2.2.0 release:

  • Bumps the version to 2.2.0 across pyproject.toml, action.yml (5 self-image refs), and README.md (usage examples), via scripts/bump_version.py.
  • Fixes the release workflow: replaces the deprecated ::set-output command with $GITHUB_OUTPUT in docker-build-push.yml, so the prepare tags step actually passes the image tags to the build-push step.

This release captures everything merged since 2.1.0: Debian bookworm base image, Python 3.14, miniwdl 1.14.2, psutil 7, and the other dependency bumps, plus the new PR CI, version-bump script, and contributor docs.

Release steps after this merges

  1. Tag the merge commit: git tag v2.2.0 && git push origin v2.2.0
  2. Publish a GitHub Release for v2.2.0 -> triggers docker-build-push.yml, which builds and pushes dnastack/wdl-ci:v2.2.0, :latest, and a long-SHA tag to Docker Hub.
  3. Verify the image on Docker Hub.

Test plan

  • scripts/bump_version.py --check reports 2.2.0 consistent across all files
  • static-checks + docker-smoke pass on this PR

🤖 Generated with Claude Code

Bump version to 2.2.0 across pyproject.toml, action.yml, and README.md.
Replace the deprecated ::set-output workflow command with $GITHUB_OUTPUT
in docker-build-push.yml so the release correctly tags the pushed image.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@hkeward hkeward merged commit d51c451 into main May 27, 2026
2 checks passed
@hkeward hkeward deleted the release-prep-v2.2.0 branch May 27, 2026 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant