Skip to content

chore: version packages - #367

Merged
edu-diaz merged 1 commit into
mainfrom
changeset-release/main
Sep 11, 2026
Merged

chore: version packages#367
edu-diaz merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@pacto/core@3.3.1

Patch Changes

  • 36e2ef2: Stop the OCI bundle cache from reporting a failure when a concurrent pull of the
    same reference commits first.

    A cache entry is built in a staging directory and swapped into place with one
    rename, so a reader sees a whole entry or none. Two pulls of the same reference
    aim at the same destination, though, and nothing serializes them — the second
    pull is usually a second pacto process sharing one cache directory. Both clear
    the destination, one rename lands, and the loser's fails onto the winner's fresh
    entry with directory not empty.

    Nothing was wrong: the entry the losing pull set out to write was on disk, put
    there whole by the other one. But the loser reported the rename error, and the
    caller logs it, so a healthy parallel pull told the user could not cache the pulled bundle. The commit now asks the filesystem what is actually there and
    treats a lost race as the success it was.

@pacto/dashboard-contract-bundle@3.3.1

@pacto/demo-bundles@3.3.1

@pacto/demo-compose@3.3.1

@pacto/cli@3.3.1

@pacto/dashboard-image@3.3.1

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 1a943f2 to 090d886 Compare September 11, 2026 18:36
@github-actions

github-actions Bot commented Sep 11, 2026

Copy link
Copy Markdown
Contributor Author

🔒 Security scan

  • govulncheck (Go): ✅ no reachable vulnerabilities
  • Trivy (image): ✅ no HIGH/CRITICAL vulnerabilities

Details: Security tab · workflow run.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 090d886 to b4afc16 Compare September 11, 2026 20:16
@edu-diaz
edu-diaz merged commit d9f9bae into main Sep 11, 2026
47 checks passed
@edu-diaz
edu-diaz deleted the changeset-release/main branch September 11, 2026 20:32
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.

1 participant