Skip to content

Commit

Permalink
updated change log (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
iricigor authored Jul 31, 2020
1 parent 060734b commit eae493a
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 2 deletions.
67 changes: 67 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
21 changes: 19 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
azmi (0.5.0-1) stable; urgency=medium

* TBA
Released in scope of MSFT Hackathon 2020 event

-- SRE-PRG <[email protected]> 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 <[email protected]> Fri, 31 Jul 2020 13:32:54 +0200

azmi (0.4.1-1) stable; urgency=medium

Expand Down

0 comments on commit eae493a

Please sign in to comment.