Skip to content

22.10

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Sep 16:08
· 451 commits to main since this release
d87b534
  • Now if you export MAKES_NON_ROOT=1 prior to running $ m on the container image, it will use the makes user. Additionally, the root user is now called root (uid 0), and the makes user is an unprivileged user (uid > 0).
  • OpenSSH is now included with the Makes CLI, allowing to use bultins.fetchGit with SSH urls.
  • Expanded the security section of the documentation, including the threat model, how we apply the principles of secure development, and a few assurance cases.
  • Documented the architecture and governance model of Makes.
  • Updated some dependencies with vulnerabilities.
  • Added tests to the Makes CLI.

What's Changed

Full Changelog: 22.09...22.10