Skip to content

v0.1.16

Compare
Choose a tag to compare
@szkiba szkiba released this 30 Aug 15:45
· 49 commits to main since this release
66af04c

k6registry v0.1.16 is here 🎉!

This is an internal maintenance release.

Fix file/directory permissions

The go-git library used to checkout the source of extensions creates certain files readable only for the user. This makes it impossible to cache files created in GitHub action mode between workflow runs.

After the git operations, the workdir file permissions now will be fixed.

In the case of files, now the permission set to 0o644, in the case of a direcotry to 0o755.