From eae493a870c7d0b550c22a11ab3b3848f136bd38 Mon Sep 17 00:00:00 2001 From: Igor Date: Fri, 31 Jul 2020 13:36:30 +0200 Subject: [PATCH] updated change log (#192) --- changelog.md | 67 ++++++++++++++++++++++++++++++++++++++++++++++++ debian/changelog | 21 +++++++++++++-- 2 files changed, 86 insertions(+), 2 deletions(-) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..caca190 --- /dev/null +++ b/changelog.md @@ -0,0 +1,67 @@ +# latest version + +## version 0.5 + +### date: July 29th, 2020 +Released in scope of MSFT Hackathon 2020 event + +Breaking changes: +* `setblobs` is not supporting `--container` parameter anymore, more info [here](docs/setblobs-container.md) + +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](https://shields.io) badges to readme page + +[Full list of issues on GitHub](https://github.com/SRE-PRG/azmitool/milestone/5?closed=1) + +# older versions + +For technical list, published within debian package, take a look [here](debian/changelog). + +## version 0.4.1 + +### date: June 19th, 2020 + +* Bug fix - azmi enters endless loop if no identity on the VM +* [Full list of issues on GitHub](https://github.com/SRE-PRG/azmitool/milestone/6?closed=1) + +## version 0.4 + +### date April 16th, 2020 + +* Implemented new command: getcertificate +* Implemented new functionalities: fetch old versions of secrets and certificates, improved error handling +* [Full list of issues on GitHub](https://github.com/SRE-PRG/azmitool/milestone/4?closed=1) + +## azmi (0.3.0-1) stable; urgency=medium + +### date April 3rd, 2020 + +* 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 +* [Full list of issues on GitHub](https://github.com/SRE-PRG/azmitool/milestone/3?closed=1) + +## azmi (0.2.0-1) stable; urgency=medium + +### date February 3rd, 2020 + +* Introduced new commandline parser +* Implemented getblob command +* Support VMs with multiple identities +* [Full list of issues on GitHub](https://github.com/SRE-PRG/azmitool/milestone/1?closed=1) + +## azmi (0.1.0-1) stable; urgency=medium + +### date January 6th, 2020 + +* Initial release +* Commands: gettoken, setblob diff --git a/debian/changelog b/debian/changelog index 4dc1c30..b59afb5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,25 @@ azmi (0.5.0-1) stable; urgency=medium - * TBA + Released in scope of MSFT Hackathon 2020 event - -- SRE-PRG TBA +Breaking changes: + * `setblobs` is not supporting `--container` parameter anymore, more info [here](docs/setblobs-container.md) + + 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](https://shields.io) badges to readme page + + Full list of issues: https://github.com/SRE-PRG/azmitool/milestone/5?closed=1 + + -- SRE-PRG Fri, 31 Jul 2020 13:32:54 +0200 azmi (0.4.1-1) stable; urgency=medium