Skip to content

Commit

Permalink
Merge pull request #35 from nicholasmhughes/release/v3.0.0
Browse files Browse the repository at this point in the history
release v3.0.0
  • Loading branch information
nicholasmhughes authored Jul 10, 2023
2 parents c9c17e6 + fc4fbdf commit 6d2fbde
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ This project uses [Semantic Versioning](https://semver.org/) - MAJOR.MINOR.PATCH

# Changelog

Saltext.Azurerm 3.0.0 (2023-07-10)
==================================

Added
-----

- Add more ARM compute functionality - VMs, disk, images (#34)
- Port AzureFS backend from Salt (#31)
- Add KeyVault operations (#28)

Deprecated
----------

- Start to deprecate msrestazure (#32)


Saltext.Azurerm 2.0.2 (2023-02-13)
==================================

Expand Down
2 changes: 1 addition & 1 deletion src/saltext/azurerm/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# pylint: disable=missing-module-docstring
__version__ = "2.0.2"
__version__ = "3.0.0"

0 comments on commit 6d2fbde

Please sign in to comment.