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
+48-48Lines changed: 48 additions & 48 deletions
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ This release introduces multiple new functions, a new fact and the addition of U
57
57
- Addition of FQDN UUID generation function.
58
58
- Addition of Ubuntu Xenial to OS Support.
59
59
60
-
####Bugfixes
60
+
####Bugfixes
61
61
- Ensure_packages now works with Ruby < 2.0.
62
62
- Updated the documentation of str2bool function.
63
63
@@ -143,11 +143,11 @@ Special thanks to [Voxpupuli's](https://voxpupuli.org/) Igor Galić for donating
143
143
* Puppet 4.5.0 (PE 2016.2) has a number of improvements around data types - especially error handling - that make working with them much nicer.
144
144
145
145
## Supported Release 4.12.0
146
-
###Summary
146
+
###Summary
147
147
148
148
This release provides several new functions, bugfixes, modulesync changes, and some documentation updates.
149
149
150
-
####Features
150
+
####Features
151
151
- Adds `clamp`. This function keeps values within a specified range.
152
152
- Adds `validate_x509_rsa_key_pair`. This function validates an x509 RSA certificate and key pair.
153
153
- Adds `dig`. This function performs a deep lookup in nested hashes or arrays.
@@ -159,7 +159,7 @@ This release provides several new functions, bugfixes, modulesync changes, and s
159
159
- Apply modulesync changes.
160
160
- Add validate_email_address function.
161
161
162
-
####Bugfixes
162
+
####Bugfixes
163
163
- Fixes `fqdn_rand_string` tests, since Puppet 4.4.0 and later have a higher `fqdn_rand` ceiling.
164
164
- (MODULES-3152) Adds a check to `package_provider` to prevent failures if Gem is not installed.
165
165
- Fixes to README.md.
@@ -168,39 +168,39 @@ This release provides several new functions, bugfixes, modulesync changes, and s
168
168
- Fixes concat with Hash arguments.
169
169
170
170
## Supported Release 4.11.0
171
-
###Summary
171
+
###Summary
172
172
173
173
Provides a validate_absolute_paths and Debian 8 support. There is a fix to the is_package_provider fact and a test improvement.
174
174
175
-
####Features
175
+
####Features
176
176
- Adds new parser called is_absolute_path
177
177
- Supports Debian 8
178
178
179
-
####Bugfixes
179
+
####Bugfixes
180
180
- Allow package_provider fact to resolve on PE 3.x
181
181
182
-
####Improvements
182
+
####Improvements
183
183
- ensures that the test passes independently of changes to rubygems for ensure_resource
184
184
185
-
##2015-12-15 - Supported Release 4.10.0
186
-
###Summary
185
+
##2015-12-15 - Supported Release 4.10.0
186
+
###Summary
187
187
188
188
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.
189
189
190
-
####Features
190
+
####Features
191
191
- Adds service_provider fact
192
192
- Adds is_a() function
193
193
- Adds package_provider fact
194
194
- Adds validate_ip_address function
195
195
- Adds seeded_rand function
196
196
197
-
####Bugfixes
197
+
####Bugfixes
198
198
- Fix backwards compatibility from an improvement to the parseyaml function
199
199
- Renaming of load_module_metadata test to include _spec.rb
200
200
- Fix root_home fact on AIX 5.x, now '-c' rather than '-C'
201
201
- Fixed Gemfile to work with ruby 1.8.7
202
202
203
-
####Improvements
203
+
####Improvements
204
204
- (MODULES-2462) Improvement of parseyaml function
205
205
- Improvement of str2bool function
206
206
- Improvement to readme
@@ -215,26 +215,26 @@ Includes the addition of several new functions and considerable improvements to
215
215
- Improvement to naming convention in validate_ipv4_address function
216
216
217
217
## Supported Release 4.9.1
218
-
###Summary
218
+
###Summary
219
219
220
220
Small release for support of newer PE versions. This increments the version of PE in the metadata.json file.
221
221
222
-
##2015-09-08 - Supported Release 4.9.0
223
-
###Summary
222
+
##2015-09-08 - Supported Release 4.9.0
223
+
###Summary
224
224
225
225
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