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
+18
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
3
3
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
- pdksync - \(IAC-1751\) - Add Support for Rocky 8 [\#1214](https://github.com/puppetlabs/puppetlabs-stdlib/pull/1214) ([david22swan](https://github.com/david22swan))
12
+
- stdlib::ensure: Add support for package resource [\#1213](https://github.com/puppetlabs/puppetlabs-stdlib/pull/1213) ([david-caro](https://github.com/david-caro))
13
+
- Added to\_toml function [\#1209](https://github.com/puppetlabs/puppetlabs-stdlib/pull/1209) ([nmaludy](https://github.com/nmaludy))
14
+
15
+
### Fixed
16
+
17
+
-\[MODULES-11195\] Add lint-ignore for pattern length [\#1212](https://github.com/puppetlabs/puppetlabs-stdlib/pull/1212) ([carabasdaniel](https://github.com/carabasdaniel))
18
+
- pdksync - \(IAC-1598\) - Remove Support for Debian 8 [\#1210](https://github.com/puppetlabs/puppetlabs-stdlib/pull/1210) ([david22swan](https://github.com/david22swan))
19
+
- os\_version\_gte: fix version comparison logic [\#1207](https://github.com/puppetlabs/puppetlabs-stdlib/pull/1207) ([kenyon](https://github.com/kenyon))
Copy file name to clipboardExpand all lines: REFERENCE.md
+49-7
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,7 @@ in a hash.
182
182
*[`to_json_pretty`](#to_json_pretty): Convert data structure and output to pretty JSON
183
183
*[`to_python`](#to_python): Convert an object into a String containing its Python representation
184
184
*[`to_ruby`](#to_ruby): Convert an object into a String containing its Ruby representation
185
+
*[`to_toml`](#to_toml): Convert a data structure and output to TOML.
185
186
*[`to_yaml`](#to_yaml): }
186
187
*[`try_get_value`](#try_get_value)
187
188
*[`type`](#type): **DEPRECATED:** This function will cease to function on Puppet 4;
@@ -260,7 +261,7 @@ supplied key.
260
261
*[`Stdlib::Compat::Numeric`](#stdlibcompatnumeric): Emulate the is_numeric and validate_numeric functions The regex is what's currently used in is_numeric validate_numeric also allows range che
261
262
*[`Stdlib::Compat::String`](#stdlibcompatstring): Emulate the is_string and validate_string functions
0 commit comments