Skip to content
This repository was archived by the owner on Jun 5, 2020. It is now read-only.

Commit 1fd1fe7

Browse files
committed
Merge remote-tracking branch 'puppetlabs/release'
2 parents 91bd576 + de6378e commit 1fd1fe7

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## Release 0.6.0
2+
### Summary
3+
This release includes support for Puppet 4 AIO, test fixes and cleanup.
4+
5+
#### Features
6+
- Support Puppet v4 AIO
7+
8+
#### Bugfixes
9+
- Fix bundler_package name for ubuntu
10+
- Fix testing
11+
- Update supported platforms
12+
- Remove unused metadata
13+
- Use community style
14+
115
## Release 0.5.0
216
### Summary
317
This release includes several new OS support features/bugfixes and multiple updates to Gemfile, Rakefile and metadata.

metadata.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-ruby",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"author": "Puppet Labs",
55
"summary": "Manages Ruby and Rubygems.",
66
"license": "Apache-2.0",
@@ -56,7 +56,8 @@
5656
"operatingsystem": "Debian",
5757
"operatingsystemrelease": [
5858
"6",
59-
"7"
59+
"7",
60+
"8"
6061
]
6162
},
6263
{

0 commit comments

Comments
 (0)