Skip to content

Commit

Permalink
release v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasmhughes committed Aug 14, 2023
1 parent 65af324 commit 9a6498b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
45 changes: 23 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,54 +4,55 @@ This project uses [Semantic Versioning](https://semver.org/) - MAJOR.MINOR.PATCH

# Changelog

Saltext.Azurerm 3.0.0 (2023-07-10)
==================================
# Saltext.Azurerm 4.0.0 (2023-08-14)

Added
-----
### Added

- Added virtual machine and virtual machine extension modules
- Updated cloud module to use execution modules instead of its own workflow

### Fixed

- Fix docs link in README to point to readthedocs (#37)


# 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
----------
### Deprecated

- Start to deprecate msrestazure (#32)


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

Fixed
-----
### Fixed

- Fix deployment resource validation function (#21)


Saltext.Azurerm 2.0.1 (2023-02-13)
==================================
# Saltext.Azurerm 2.0.1 (2023-02-13)

Fixed
-----
### Fixed

- Fix deployment resource functions with use of the new pinned SDK versions (#20)


Saltext.Azurerm 2.0.0 (2022-09-26)
=====================================
# Saltext.Azurerm 2.0.0 (2022-09-26)

Added
-----
### Added

- Updated all Azure SDK versions to recent releases and updated base code to accommodate changes.


Saltext.Azurerm 1.0.0 (2022-06-21)
=====================================
# Saltext.Azurerm 1.0.0 (2022-06-21)

Added
-----
### Added

- Initial version of Microsoft Azure Cloud Modules Extension for Salt. This release tracks the functionality in the
core Salt code base as of version 3005.
1 change: 0 additions & 1 deletion changelog/37.fixed

This file was deleted.

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__ = "3.0.0"
__version__ = "4.0.0"

0 comments on commit 9a6498b

Please sign in to comment.