Skip to content

Commit

Permalink
prepare release 4.0.0 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasmhughes authored Oct 3, 2020
1 parent c9dd01d commit 720f89c
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 3 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,43 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.0.0] - 2020-10-03

### Added

- [#190](https://github.com/eitrtechnologies/idem-azurerm/pull/190) - Added Managed Identity modules
- [#173](https://github.com/eitrtechnologies/idem-azurerm/pull/173) - Function App Quickstart Guide

### Changed

- [#195](https://github.com/eitrtechnologies/idem-azurerm/pull/195) - Standardized state module return structure
- [#194](https://github.com/eitrtechnologies/idem-azurerm/pull/194) - Changed Management Group list function return
- [#193](https://github.com/eitrtechnologies/idem-azurerm/pull/193) - Bump redis Azure SDK version
- [#192](https://github.com/eitrtechnologies/idem-azurerm/pull/192) - Bump azure-identity Azure SDK version
- [#191](https://github.com/eitrtechnologies/idem-azurerm/pull/191) - Bump Graph RBAC Azure SDK version
- [#189](https://github.com/eitrtechnologies/idem-azurerm/pull/189) - Bump general Azure SDK package versions
- [#187](https://github.com/eitrtechnologies/idem-azurerm/pull/187) - Bump compute Azure SDK version
- [#185](https://github.com/eitrtechnologies/idem-azurerm/pull/185) - Bump authorization Azure SDK version
- [#183](https://github.com/eitrtechnologies/idem-azurerm/pull/183) - Bump network Azure SDK version
- [#182](https://github.com/eitrtechnologies/idem-azurerm/pull/182) - Bump resource Azure SDK version
- [#179](https://github.com/eitrtechnologies/idem-azurerm/pull/179) - Bump keyvault Azure SDK version
- [#178](https://github.com/eitrtechnologies/idem-azurerm/pull/178) - Bump storage Azure SDK version
- [#177](https://github.com/eitrtechnologies/idem-azurerm/pull/177) - Bump RDBMS Azure SDK version
- [#176](https://github.com/eitrtechnologies/idem-azurerm/pull/176) - Bump Management Group Azure SDK version
- [#175](https://github.com/eitrtechnologies/idem-azurerm/pull/175) - Bump DNS Azure SDK version
- [#174](https://github.com/eitrtechnologies/idem-azurerm/pull/174) - Bump monitor Azure SDK version
- [#172](https://github.com/eitrtechnologies/idem-azurerm/pull/172) - Bump log analytics Azure SDK version

### Fixed

- [#197](https://github.com/eitrtechnologies/idem-azurerm/pull/197) - Fixed some resource subscription logic
- [#196](https://github.com/eitrtechnologies/idem-azurerm/pull/196) - Fixed documentation formatting
- [#186](https://github.com/eitrtechnologies/idem-azurerm/pull/186) - Fixed problems introduced in #174

### Deprecated

### Removed

## [3.0.0] - 2020-08-11

### Added
Expand Down Expand Up @@ -228,6 +265,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release of execution and state modules from Salt along with some additional functionality ported from
salt-cloud for virtual machines.

[4.0.0]: https://github.com/eitrtechnologies/idem-azurerm/compare/v3.0.0...v4.0.0
[3.0.0]: https://github.com/eitrtechnologies/idem-azurerm/compare/v2.4.0...v3.0.0
[2.4.0]: https://github.com/eitrtechnologies/idem-azurerm/compare/v2.3.2...v2.4.0
[2.3.2]: https://github.com/eitrtechnologies/idem-azurerm/compare/v2.3.1...v2.3.2
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
project = "idem-azurerm"
copyright = "2020, EITR Technologies, LLC" # pylint: disable=redefined-builtin
author = "EITR Technologies, LLC"
version = "3.0"
release = "3.0.0"
version = "4.0"
release = "4.0.0"

# -- General configuration ---------------------------------------------------

Expand Down
9 changes: 9 additions & 0 deletions docs/releases/4.0.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Version 4.0.0
=============

Get the Newest Azure API Functionality
**************************************
This release marked a huge effort to bring the Azure Python SDK versions up to a current release. Many of the modules
in ``idem-azurerm`` were ported over from Salt states which were written in 2017. Cloud moves fast and we found
ourselves unable to use some newer features. Shout out to `Ajnbro <https://github.com/Ajnbro>`_ for putting in the good
work!
2 changes: 1 addition & 1 deletion idem_azurerm/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "3.0.0"
version = "4.0.0"

0 comments on commit 720f89c

Please sign in to comment.