Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Nov 15:34
2636127

0.1.0 (2024-11-22)

🎁 Feature

  • splits root/intermediate kms keys from one another, adds output option for certs, updates docs/tests, and other improvements. (7df8a1b)
  • adds cli flags and validation checks. (f6f96a4)
  • makes cloud agnostic. (e1e8122)
  • improves cert utility and adds tests and updates readme. (f6b833d)
  • adds cert templates. (66667b1)
  • adds poc sigstore-cert-maker. (58478e0)

🐞 Bug Fixes

  • adds error checking for both ecdsa.GenerateKey calls. (c204087)
  • fixes build.yml. (e34b55d)
  • fixes azurekms implementation. (be0eb8e)
  • updates tests. (ef41c88)
  • updates tsa intermediate template (94fe85a)
  • adds specific cert templates for fulcio and tsa and removes default flag values. (3a5a814)

πŸ“„ Documentation

  • adds go doc comments. (eee312e)
  • removes issues from readme. (9bab9cd)
  • updates readme w/ template output. (6f4948c)

πŸ”€ Code Refactoring

  • moves CertificateTemplate struct and parseTemplate function to template.go. (e38f384)
  • cleans up syntax for cert extensions. (ee5fadc)

🚧 Chores

  • adds .DS_Store to .git_ignore file. (1676c8c)
  • updates wf to ignore files. (3e7f27b)
  • improves release process. (1885c6e)
  • adds copyright. (a6a8ba6)
  • cleans up. (8a571c0)
  • deps: update github-actions deps (190474f)
  • updates go.mod files. (c46544d)
  • fix lint issues and bumps dependencies. (2b3e3a4)
  • updates comments. (a0de9f4)
  • deps: update golang docker tag to v1.23 (1725a8d)
  • deps: pin dependencies (1a04666)