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
+58-48Lines changed: 58 additions & 48 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
## Supported Release 4.17.1
2
+
### Summary
3
+
4
+
Small release to address a bug (PUP-7650). Also pushes the Puppet version compatibility to 4.7.0.
5
+
6
+
#### Bugfixes
7
+
- (MODULES-5095) Workaround for PUP-7650
8
+
- (FM-6197) Formatting fixes for file_line resource
9
+
10
+
1
11
## Supported Release 4.17.0
2
12
### Summary
3
13
This release adds support for internationalization. It also contains Japanese translations for the README, summary and description of the metadata.json and major cleanups in the README. Additional folders have been introduced called locales and readmes where translation files can be found. A number of features and bug fixes are also included in this release. It also adds a new function `glob()` for expanding file lists. Also works around an issue that appeared in puppet 4.6.0 involving types being declared multiple times.
@@ -47,7 +57,7 @@ This release introduces multiple new functions, a new fact and the addition of U
47
57
- Addition of FQDN UUID generation function.
48
58
- Addition of Ubuntu Xenial to OS Support.
49
59
50
-
####Bugfixes
60
+
####Bugfixes
51
61
- Ensure_packages now works with Ruby < 2.0.
52
62
- Updated the documentation of str2bool function.
53
63
@@ -133,11 +143,11 @@ Special thanks to [Voxpupuli's](https://voxpupuli.org/) Igor Galić for donating
133
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.
134
144
135
145
## Supported Release 4.12.0
136
-
###Summary
146
+
###Summary
137
147
138
148
This release provides several new functions, bugfixes, modulesync changes, and some documentation updates.
139
149
140
-
####Features
150
+
####Features
141
151
- Adds `clamp`. This function keeps values within a specified range.
142
152
- Adds `validate_x509_rsa_key_pair`. This function validates an x509 RSA certificate and key pair.
143
153
- Adds `dig`. This function performs a deep lookup in nested hashes or arrays.
@@ -149,7 +159,7 @@ This release provides several new functions, bugfixes, modulesync changes, and s
149
159
- Apply modulesync changes.
150
160
- Add validate_email_address function.
151
161
152
-
####Bugfixes
162
+
####Bugfixes
153
163
- Fixes `fqdn_rand_string` tests, since Puppet 4.4.0 and later have a higher `fqdn_rand` ceiling.
154
164
- (MODULES-3152) Adds a check to `package_provider` to prevent failures if Gem is not installed.
155
165
- Fixes to README.md.
@@ -158,39 +168,39 @@ This release provides several new functions, bugfixes, modulesync changes, and s
158
168
- Fixes concat with Hash arguments.
159
169
160
170
## Supported Release 4.11.0
161
-
###Summary
171
+
###Summary
162
172
163
173
Provides a validate_absolute_paths and Debian 8 support. There is a fix to the is_package_provider fact and a test improvement.
164
174
165
-
####Features
175
+
####Features
166
176
- Adds new parser called is_absolute_path
167
177
- Supports Debian 8
168
178
169
-
####Bugfixes
179
+
####Bugfixes
170
180
- Allow package_provider fact to resolve on PE 3.x
171
181
172
-
####Improvements
182
+
####Improvements
173
183
- ensures that the test passes independently of changes to rubygems for ensure_resource
174
184
175
-
##2015-12-15 - Supported Release 4.10.0
176
-
###Summary
185
+
##2015-12-15 - Supported Release 4.10.0
186
+
###Summary
177
187
178
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.
179
189
180
-
####Features
190
+
####Features
181
191
- Adds service_provider fact
182
192
- Adds is_a() function
183
193
- Adds package_provider fact
184
194
- Adds validate_ip_address function
185
195
- Adds seeded_rand function
186
196
187
-
####Bugfixes
197
+
####Bugfixes
188
198
- Fix backwards compatibility from an improvement to the parseyaml function
189
199
- Renaming of load_module_metadata test to include _spec.rb
190
200
- Fix root_home fact on AIX 5.x, now '-c' rather than '-C'
191
201
- Fixed Gemfile to work with ruby 1.8.7
192
202
193
-
####Improvements
203
+
####Improvements
194
204
- (MODULES-2462) Improvement of parseyaml function
195
205
- Improvement of str2bool function
196
206
- Improvement to readme
@@ -205,26 +215,26 @@ Includes the addition of several new functions and considerable improvements to
205
215
- Improvement to naming convention in validate_ipv4_address function
206
216
207
217
## Supported Release 4.9.1
208
-
###Summary
218
+
###Summary
209
219
210
220
Small release for support of newer PE versions. This increments the version of PE in the metadata.json file.
211
221
212
-
##2015-09-08 - Supported Release 4.9.0
213
-
###Summary
222
+
##2015-09-08 - Supported Release 4.9.0
223
+
###Summary
214
224
215
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