Skip to content

Releases: Azure/notation-azure-kv

v0.5.0-rc.1

12 Dec 05:26
68ca943
Compare
Choose a tag to compare
v0.5.0-rc.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.4.0-beta.1...v0.5.0-rc.1

v0.4.0-alpha.4

14 Oct 06:37
1b3e12b
Compare
Choose a tag to compare
v0.4.0-alpha.4 Pre-release
Pre-release

New Features

  • Support certificate chain

Bug Fixes

  • Fix #30: plugin does not work in Azure VM

Other Changes

  • Add Terraform configuration for Notary infrastructure
  • Update documents

Detail commits

New Contributors

Full Changelog: v0.3.0-alpha.1...v0.4.0-alpha.4

v0.3.1-alpha.1

05 Sep 09:07
8d2da56
Compare
Choose a tag to compare
v0.3.1-alpha.1 Pre-release
Pre-release

Changelog

  • 2c76926 fix: Fix the authentication issue in Azure VM (#32)
  • 8d2da56 fix: Fix the mistaken version number (#33)

v0.3.0-alpha.1

01 Jun 20:31
79a19c8
Compare
Choose a tag to compare
v0.3.0-alpha.1 Pre-release
Pre-release

Changelog

  • 79a19c8 Support reference signing keys by name (#22)

v0.2.0-alpha.1

25 May 22:16
b8a6d14
Compare
Choose a tag to compare
v0.2.0-alpha.1 Pre-release
Pre-release

Changelog

  • 7426922 Add Bicep Support and easy setup.sh script for deployment (#17)
  • 7fac99f Implement new signing spec (#18)
  • b8a6d14 Simplify credentials for registry access (#19)
  • 96eb4c3 Update docs to reflect released builds (#8)
  • 3096b8c Update docs to use pre-release of notation (#10)
  • 1d30868 Update nv2-sign-verify-aks.md (#12)
  • c550937 Update nv2-sign-verify-aks.md (#13)
  • 2285851 Update nv2-sign-verify-aks.md (#14)
  • 37066cc update deps links for notation-go (#16)

v0.1.0-alpha.1

17 Dec 22:14
399d54b
Compare
Choose a tag to compare
v0.1.0-alpha.1 Pre-release
Pre-release

Documentation 📘

  • Getting started with remote signing with Azure Key Vault
  • Installing the notation Azure Key Vault plugin with linux and wsl2
    # Create a directory for the plugin
    mkdir -p ~/.config/notation/plugins/azure-kv
    # Download the plugin
    curl -Lo notation-azure-kv.tar.gz \
        https://github.com/Azure/notation-azure-kv/releases/download/v0.1.0-alpha.1/notation-azure-kv_0.1.0-alpha.1_Linux_amd64.tar.gz

Changelog

  • 399d54b Add docs for using notation-azure-kv (#7)
  • c857f74 Added workflows for github release (#3)
  • de67ee9 CODE_OF_CONDUCT.md committed
  • 2f3b1ed Initial commit
  • 542d542 LICENSE committed
  • 4997824 Merge pull request #2 from Azure/dev
  • d9a4d54 README.md committed
  • 38dcf51 SECURITY.md committed
  • d4d106b SUPPORT.md committed
  • 0b650e3 chore: rename module to notation-azure-akv
  • 12bae42 chore: use kms profile for sign and verify
  • b50049c ci: add gh workflow for lint and unit test (#4)
  • e8c20d7 feat: add version package and makefile
  • 7056276 feat: implement signer and verifier
  • b7edc47 feat: use environment variable for config (#5)