diff --git a/CHANGELOG.md b/CHANGELOG.md index 08275690..b242a1d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## Supported Version 1.3.0 +## Added + - New Puppet Types and Providers for subnet, vnet and network_security_group. + - Support for the Microsoft ARM 0.14 API + - Support for SKU in Storage Accounts. + - Types for access_tier and https_traffic_only in Storage Accounts. + - Overhaul of acceptance testing to run locally on the host. + +## Fixed + - Acceptance tests now can run locally on your host. (bundle exec rake fast) This should complete in ~ 24 mins and verify the basic stack on ARM. To commit PR's please continue to run (bundle exec rake acceptance). + ## Supported Version 1.2.1 ### Added - This release adds internationalization for the README.md. diff --git a/metadata.json b/metadata.json index 87dbffec..8a0ac626 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-azure", - "version": "1.2.1", + "version": "1.3.0", "author": "Puppet Labs", "summary": "Create and manage machines running on Microsoft Azure with Puppet", "license": "Apache-2.0", diff --git a/spec/acceptance/nodesets/pooler/centos7.yml b/spec/acceptance/nodesets/pooler/centos7.yml index ac5a3f8c..59d9d063 100644 --- a/spec/acceptance/nodesets/pooler/centos7.yml +++ b/spec/acceptance/nodesets/pooler/centos7.yml @@ -1,5 +1,5 @@ HOSTS: - sex62en1ceupc4d.delivery.puppetlabs.net: + centos7: roles: - master - dashboard