Skip to content

πŸ”§ fix: bump DAGGER_VERSION 0.20.6 β†’ 0.20.8 in CI workflows - #4

Merged
yeazelm merged 1 commit into
mainfrom
dagger_8/bump-engine-v0.20.8
May 13, 2026
Merged

πŸ”§ fix: bump DAGGER_VERSION 0.20.6 β†’ 0.20.8 in CI workflows#4
yeazelm merged 1 commit into
mainfrom
dagger_8/bump-engine-v0.20.8

Conversation

@yeazelm

@yeazelm yeazelm commented May 13, 2026

Copy link
Copy Markdown
Contributor

Summary

  • The CLI installed by dagger-for-github no longer round-trips cleanly with the current daggerverse modules at v0.20.6. The version handshake fails before dagger call reaches user code.
  • Bumps DAGGER_VERSION to 0.20.8 across the workflows, matching the rest of the org repos (e.g. paper PR #40) that have already moved.

Refs PCC-543

Test plan

  • CI / PR / release workflows pass on this PR

The CLI installed by `dagger-for-github` no longer round-trips
cleanly with the current daggerverse modules at v0.20.6 β€” the version
handshake fires before `dagger call` reaches user code, so workflow
runs die in the bootstrap step.

Bumps `DAGGER_VERSION` to 0.20.8 across the workflows, matching the
rest of the org's repos that have already moved.

Refs PCC-543
@yeazelm
yeazelm requested a review from a team May 13, 2026 20:55
@linear-code

linear-code Bot commented May 13, 2026

Copy link
Copy Markdown

PCC-543

@greptile-apps

greptile-apps Bot commented May 13, 2026

Copy link
Copy Markdown

Greptile Summary

Bumps DAGGER_VERSION from 0.20.6 to 0.20.8 in the PR workflow to resolve a version handshake failure between the CLI installed by dagger-for-github and the daggerverse modules used in CI.

  • Single-line change in .github/workflows/pr.yaml updating the DAGGER_VERSION env var from \"0.20.6\" to \"0.20.8\".
  • The repo has only one workflow file, so the update is complete; the PR description's mention of "across the workflows" reflects org-wide context rather than multiple files in this repo.

Confidence Score: 5/5

Safe to merge β€” the change is a single-line version pin with no logic, permission, or secret-handling implications.

The diff touches exactly one line in one file, replacing a pinned Dagger CLI version with the next patch release. Both jobs in the workflow remain structurally identical, and no secrets, permissions, or module references were altered.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/pr.yaml Single-line DAGGER_VERSION bump from 0.20.6 to 0.20.8; no logic changes, no other workflow files in this repo.

Reviews (1): Last reviewed commit: "πŸ”§ fix: bump DAGGER_VERSION 0.20.6 β†’ 0.2..." | Re-trigger Greptile

@yeazelm
yeazelm merged commit cd50012 into main May 13, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants