You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+119-4
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,118 @@
1
+
## Supported Release 4.11.0
2
+
###Summary
3
+
4
+
Provides a validate_absolute_paths and Debian 8 support. There is a fix to the is_package_provider fact and a test improvement.
5
+
6
+
####Features
7
+
- Adds new parser called is_absolute_path
8
+
- Supports Debian 8
9
+
10
+
####Bugfixes
11
+
- Allow package_provider fact to resolve on PE 3.x
12
+
13
+
####Improvements
14
+
- ensures that the test passes independently of changes to rubygems for ensure_resource
15
+
16
+
##2015-12-15 - Supported Release 4.10.0
17
+
###Summary
18
+
19
+
Includes the addition of several new functions and considerable improvements to the existing functions, tests and documentation. Includes some bug fixes which includes compatibility, test and fact issues.
20
+
21
+
####Features
22
+
- Adds service_provider fact
23
+
- Adds is_a() function
24
+
- Adds package_provider fact
25
+
- Adds validate_ip_address function
26
+
- Adds seeded_rand function
27
+
28
+
####Bugfixes
29
+
- Fix backwards compatibility from an improvement to the parseyaml function
30
+
- Renaming of load_module_metadata test to include _spec.rb
31
+
- Fix root_home fact on AIX 5.x, now '-c' rather than '-C'
32
+
- Fixed Gemfile to work with ruby 1.8.7
33
+
34
+
####Improvements
35
+
- (MODULES-2462) Improvement of parseyaml function
36
+
- Improvement of str2bool function
37
+
- Improvement to readme
38
+
- Improvement of intersection function
39
+
- Improvement of validate_re function
40
+
- Improved speed on Facter resolution of service_provider
41
+
- empty function now handles numeric values
42
+
- Package_provider now prevents deprecation warning about the allow_virtual parameter
43
+
- load_module_metadata now succeeds on empty file
44
+
- Check added to ensure puppetversion value is not nil
45
+
- Improvement to bool2str to return a string of choice using boolean
46
+
- Improvement to naming convention in validate_ipv4_address function
47
+
48
+
## Supported Release 4.9.1
49
+
###Summary
50
+
51
+
Small release for support of newer PE versions. This increments the version of PE in the metadata.json file.
52
+
53
+
##2015-09-08 - Supported Release 4.9.0
54
+
###Summary
55
+
56
+
This release adds new features including the new functions dos2unix, unix2dos, try_get_value, convert_base as well as other features and improvements.
0 commit comments