Skip to content

Commit a38c9b7

Browse files
authored
Merge pull request #739 from puppetlabs/release
Release mergeback for 4.15.0
2 parents 84a1ddd + b09aeb9 commit a38c9b7

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## Supported Release 4.15.0
2+
### Summary
3+
4+
This release introduces multiple new functions, a new fact and the addition of Ubuntu Xenial support. Also includes a bugfix and documentation update.
5+
6+
#### Features
7+
- Addition of puppet_server fact to return agents server.
8+
- Addition of a pry function.
9+
- Addition of tests for ensure_resources.
10+
- Addition of FQDN UUID generation function.
11+
- Addition of Ubuntu Xenial to OS Support.
12+
13+
####Bugfixes
14+
- Ensure_packages now works with Ruby < 2.0.
15+
- Updated the documentation of str2bool function.
16+
117
## Supported Release 4.14.0
218
### Summary
319

metadata.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-stdlib",
3-
"version": "4.14.0",
3+
"version": "4.15.0",
44
"author": "puppetlabs",
55
"summary": "Standard library of resources for Puppet modules.",
66
"license": "Apache-2.0",
@@ -66,15 +66,14 @@
6666
"10.04",
6767
"12.04",
6868
"14.04",
69-
"16.06"
69+
"16.04"
7070
]
7171
},
7272
{
7373
"operatingsystem": "Solaris",
7474
"operatingsystemrelease": [
7575
"10",
76-
"11",
77-
"12"
76+
"11"
7877
]
7978
},
8079
{

0 commit comments

Comments
 (0)