Skip to content

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

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#34
yeazelm merged 1 commit into
mainfrom
dagger_8/bump-engine-v0.20.8

Conversation

@yeazelm
Copy link
Copy Markdown
Collaborator

@yeazelm yeazelm commented May 13, 2026

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:59
@linear-code
Copy link
Copy Markdown

linear-code Bot commented May 13, 2026

PCC-543

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 13, 2026

Greptile Summary

Bumps DAGGER_VERSION from 0.20.6 to 0.20.8 in .github/workflows/pr.yaml to resolve a CLI/module version handshake failure that was blocking dagger call from running in CI.

  • Updates the single env-level DAGGER_VERSION variable consumed by both check-pr-title and check-linear-magic-word jobs via dagger/dagger-for-github@v8.2.0.

Confidence Score: 5/5

This PR is safe to merge β€” it is a one-line version bump in a single CI workflow with no logic changes.

The change is a straightforward version pin update for the Dagger CLI, matching what other org repos have already shipped. Both jobs in the workflow consume the same env variable, so the bump applies consistently. There is nothing to break in the workflow logic itself.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/pr.yaml Single-line version bump of DAGGER_VERSION from 0.20.6 to 0.20.8; no structural or logic changes.

Sequence Diagram

sequenceDiagram
    participant GHA as GitHub Actions
    participant DFG as dagger-for-github@v8.2.0
    participant CLI as Dagger CLI v0.20.8
    participant DV as daggerverse/ghcontrib

    GHA->>DFG: Install Dagger (version: 0.20.8)
    DFG->>CLI: "Download & install"
    GHA->>CLI: dagger call -m ghcontrib check-pull-request
    CLI->>DV: Version handshake (0.20.8 βœ“)
    DV-->>GHA: Result (pass/fail)
Loading

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

@yeazelm yeazelm merged commit 6ffc2b2 into main May 13, 2026
6 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