Makes Versions Save

A software supply chain framework powered by Nix.

24.02

4 months ago

What's Changed

Full Changelog: https://github.com/fluidattacks/makes/compare/24.01...24.02

24.01

5 months ago

What's Changed

Full Changelog: https://github.com/fluidattacks/makes/compare/23.07...24.01

23.07

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/fluidattacks/makes/compare/23.06...23.07

23.06

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/fluidattacks/makes/compare/23.04...23.06

23.04

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/fluidattacks/makes/compare/22.11...23.04

latest

1 year ago

What's Changed

Full Changelog: https://github.com/fluidattacks/makes/compare/24.01...latest

22.11

1 year ago

This is the UNSTABLE release of Makes, please use 22.10 if you want the stable release

What's Changed

New Contributors

Full Changelog: https://github.com/fluidattacks/makes/compare/22.10...22.11

22.10

1 year ago
  • 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: https://github.com/fluidattacks/makes/compare/22.09...22.10

22.09

1 year ago

Summary

  • Support python 3.10
  • Generate SLSA provenance attestations
  • Upgrade mypy to 0.971
  • Allow generating AWS secrets from GitLab using OIDC
  • Add a kubernetes policy verification utility

What's Changed

Full Changelog: https://github.com/fluidattacks/makes/compare/22.08...22.09

22.08

1 year ago

refac(cross): #0 bump to 22.08