Releases: SE-PRG/azmitool
v0.5
Released in scope of MSFT Hackathon 2020 event
Breaking changes:
* setblobs
is not supporting --container
parameter anymore, more info here
Functionality / performance
* added setblobs
command
* getblobs
speed increased 5 times!
* added --file
output argument for getcertificate
and getsecret
subcommands
* updated to .NET core 3.1 and System.CommandLine 2.0
* --exclude
accepts multiple values in getblobs
and setblobs
Documentation / testing:
* extended unit testing for azmi-main
project
* migrate deliverables to azmi
storage account
* added shields.io badges to readme page
Full list of issues: https://github.com/SRE-PRG/azmitool/milestone/5?closed=1
hotfix - error enters endless loop in certain cases
- Bug fix - azmi enters endless loop if no identity on the VM
- Full list of issues: https://github.com/SRE-PRG/azmitool/milestone/6?closed=1
v0.4
azmi 0.4
Implemented new command:
- getcertificate
Implemented new functionalities and improvements:
- fetch old versions of secrets and certificates
- improved error handling
It also implemented a number small bug fixes and minor improvements
Full list of issues: https://github.com/SRE-PRG/azmitool/milestone/4?closed=1
v0.3
azmi 0.3
Implemented new commands:
- getblobs
- listblobs
- getsecret
Implemented new functionalities:
- JWT display of token
- recursive folder copy
- function delete-on-copy
- function if-newer
Internal improvements
- documentation extended (examples, overview)
- commands split into separate classes
It also implemented a number small bug fixes and minor improvements
Full list of issues: https://github.com/SRE-PRG/azmitool/milestone/3?closed=1
v0.2
azmi 0.2
- Introduced new commandline parser
- Implemented
getblob
command - Support VMs with multiple identities
- Full list of issues: https://github.com/SRE-PRG/azmitool/milestone/1?closed=1