Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Commit

Permalink
(MODULES-5964) release prep for 1.2.0 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregohardy authored and MWilsonPuppet committed Oct 10, 2017
1 parent a0b437b commit 9cc7f73
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## Supported Version 1.2.0
### Added
- Support for Azure's managed disks feature removes the requirement to associate a storage account with each Azure VM, removing one of the fundamental limitations of the platform.
- Premium SSD backed VMs for enhanced performance of production class environments are now supported and documented.
- The network security group can now be specified when creating a VM.
- Cross networking support. By default, all network objects created while provisioning a azure_vm will be created in the resource group you created the VM in. This works fine in basic environments where everything you want to talk to on non-public addresses is within the same resource group but if you need to plug into a network in another resource group.
- Tagging is now supported for Puppet Types.

### Fixed
- Redundant acceptance tests removed.

## Supported Version 1.1.1
This release adds support for Puppet 4.9.4.

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-azure",
"version": "1.1.1",
"version": "1.2.0",
"author": "Puppet Labs",
"summary": "Create and manage machines running on Microsoft Azure with Puppet",
"license": "Apache-2.0",
Expand Down

0 comments on commit 9cc7f73

Please sign in to comment.