File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
17
## Supported Release 4.14.0
2
18
### Summary
3
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppetlabs-stdlib" ,
3
- "version" : " 4.14 .0" ,
3
+ "version" : " 4.15 .0" ,
4
4
"author" : " puppetlabs" ,
5
5
"summary" : " Standard library of resources for Puppet modules." ,
6
6
"license" : " Apache-2.0" ,
66
66
" 10.04" ,
67
67
" 12.04" ,
68
68
" 14.04" ,
69
- " 16.06 "
69
+ " 16.04 "
70
70
]
71
71
},
72
72
{
73
73
"operatingsystem" : " Solaris" ,
74
74
"operatingsystemrelease" : [
75
75
" 10" ,
76
- " 11" ,
77
- " 12"
76
+ " 11"
78
77
]
79
78
},
80
79
{
You can’t perform that action at this time.
0 commit comments