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

Commit 2bd83e6

Browse files
authored
Merge pull request #172 from gregohardy/release_1.2.1
(MODULES-5936) Release prep for 1.2.1
2 parents 7d6fc77 + 862a040 commit 2bd83e6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Supported Version 1.2.1
2+
### Added
3+
- This release adds internationalization for the README.md.
4+
- The first supported language is Japanese.
5+
16
## Supported Version 1.2.0
27
### Added
38
- 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.

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-azure",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"author": "Puppet Labs",
55
"summary": "Create and manage machines running on Microsoft Azure with Puppet",
66
"license": "Apache-2.0",
@@ -65,7 +65,7 @@
6565
"requirements": [
6666
{
6767
"name": "puppet",
68-
"version_requirement": ">=4.9.4 < 6.0.0"
68+
"version_requirement": ">=4.2.1 < 6.0.0"
6969
}
7070
],
7171
"dependencies": [

0 commit comments

Comments
 (0)