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

Commit

Permalink
(CLOUD-1619) release prep for 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregohardy committed Dec 13, 2017
1 parent 7dc5f0e commit 581a4b9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
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.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.
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.2.1",
"version": "1.3.0",
"author": "Puppet Labs",
"summary": "Create and manage machines running on Microsoft Azure with Puppet",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion spec/acceptance/nodesets/pooler/centos7.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
HOSTS:
sex62en1ceupc4d.delivery.puppetlabs.net:
centos7:
roles:
- master
- dashboard
Expand Down

0 comments on commit 581a4b9

Please sign in to comment.