Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VERSION: release 0.3.5 #36

Merged
merged 3 commits into from
Dec 6, 2024
Merged

VERSION: release 0.3.5 #36

merged 3 commits into from
Dec 6, 2024

Conversation

cyphar
Copy link
Owner

@cyphar cyphar commented Dec 6, 2024

github.com/cyphar/filepath-securejoin v0.3.5

This release primarily includes a fix for an issue involving two
programs racing to MkdirAll the same directory, which caused a
regression with BuildKit.

- `MkdirAll` will now no longer return an `EEXIST` error if two racing
  processes are creating the same directory. We will still verify that the path
  is a directory, but this will avoid spurious errors when multiple threads or
  programs are trying to `MkdirAll` the same path. opencontainers/runc#4543

Signed-off-by: Aleksa Sarai <[email protected]>

@cyphar cyphar merged commit 07ceaf0 into main Dec 6, 2024
12 checks passed
@cyphar cyphar deleted the release-v0.3.5 branch December 6, 2024 08:36
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