Releases: Azure/notation-azure-kv
Releases · Azure/notation-azure-kv
v0.5.0-rc.1
What's Changed
- remove outdated quick start by @FeynmanZhou in #44
- build: updated to notation RC.1 by @patrickzheng200 in #47
- build: upgrade go version to 1.19 by @shizhMSFT in #48
- update: updated version to v1.0.0-rc.1 by @patrickzheng200 in #49
- updated version to 0.5.0-rc.1 by @patrickzheng200 in #50
- update the version to v0.5.0-rc.1 by @FeynmanZhou in #51
- build: upgrade version by @shizhMSFT in #52
New Contributors
- @patrickzheng200 made their first contribution in #47
Full Changelog: v0.4.0-beta.1...v0.5.0-rc.1
v0.4.0-alpha.4
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
- update nv2-sign-verfy-aks.md by @chloeyin in #26
- Overhaul article by @dtzar in #27
- Update ratify article by @dtzar in #28
- fix: fix plugin does not work in Azure VM by @chloeyin in #30
- fix: fix version number and auth mode by @chloeyin in #34
- Add Terraform configuration for Notary infrastructure on Azure by @duffney in #35
- feat: support certificate chain by @chloeyin in #37
- chore: bump up version to alpha.4 by @shizhMSFT in #38
- build: upgrade go dependencies by @shizhMSFT in #39
New Contributors
- @duffney made their first contribution in #35
- @shizhMSFT made their first contribution in #38
Full Changelog: v0.3.0-alpha.1...v0.4.0-alpha.4
v0.3.1-alpha.1
v0.3.0-alpha.1
v0.2.0-alpha.1
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
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)