Skip to content

Commit

Permalink
Release version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto-release committed Jan 15, 2020
1 parent 6804224 commit c64c38d
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,17 @@

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).

## [v4.1.0](https://github.com/puppetlabs/puppetlabs-inifile/tree/v4.1.0) (2020-01-15)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-inifile/compare/v4.0.0...v4.1.0)

### Added

- pdksync - \(FM-8581\) - Debian 10 added to travis and provision file refactored [\#374](https://github.com/puppetlabs/puppetlabs-inifile/pull/374) ([david22swan](https://github.com/david22swan))
- Puppet 4 functions [\#373](https://github.com/puppetlabs/puppetlabs-inifile/pull/373) ([binford2k](https://github.com/binford2k))
- pdksync - "MODULES-10242 Add ubuntu14 support back to the modules" [\#368](https://github.com/puppetlabs/puppetlabs-inifile/pull/368) ([sheenaajay](https://github.com/sheenaajay))
- \(FM-8689\) - Addition of Support for CentOS 8 [\#366](https://github.com/puppetlabs/puppetlabs-inifile/pull/366) ([david22swan](https://github.com/david22swan))

## [v4.0.0](https://github.com/puppetlabs/puppetlabs-inifile/tree/v4.0.0) (2019-11-11)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-inifile/compare/v3.1.0...v4.0.0)
Expand Down Expand Up @@ -35,7 +46,6 @@ All notable changes to this project will be documented in this file. The format
### Fixed

- FM-7779 - Cleanup Inifile [\#328](https://github.com/puppetlabs/puppetlabs-inifile/pull/328) ([lionce](https://github.com/lionce))
- pdksync - \(FM-7655\) Fix rubygems-update for ruby \< 2.3 [\#320](https://github.com/puppetlabs/puppetlabs-inifile/pull/320) ([tphoney](https://github.com/tphoney))

## [2.5.0](https://github.com/puppetlabs/puppetlabs-inifile/tree/2.5.0) (2018-12-28)

Expand All @@ -55,6 +65,7 @@ All notable changes to this project will be documented in this file. The format

### Fixed

- pdksync - \(FM-7655\) Fix rubygems-update for ruby \< 2.3 [\#320](https://github.com/puppetlabs/puppetlabs-inifile/pull/320) ([tphoney](https://github.com/tphoney))
- \(MODULES-6714\) - inifile: ensure absent not working with refreshonly = true [\#313](https://github.com/puppetlabs/puppetlabs-inifile/pull/313) ([Lavinia-Dan](https://github.com/Lavinia-Dan))
- \(FM-7483\) - update module to the latest version [\#310](https://github.com/puppetlabs/puppetlabs-inifile/pull/310) ([lionce](https://github.com/lionce))
- \(FM-7331\)-Fix japanese test [\#308](https://github.com/puppetlabs/puppetlabs-inifile/pull/308) ([lionce](https://github.com/lionce))
Expand Down
46 changes: 46 additions & 0 deletions REFERENCE.md
Expand Up @@ -11,6 +11,7 @@
**Functions**

* [`create_ini_settings`](#create_ini_settings): create_resources is used to create a set of ini_setting resources from a hash
* [`inifile::create_ini_settings`](#inifilecreate_ini_settings): @return [String] Returns a string.

## Resource types

Expand Down Expand Up @@ -230,3 +231,48 @@ create_resources is used to create a set of ini_setting resources from a hash

Returns: `String` Returns a string.

### inifile::create_ini_settings

Type: Ruby 4.x API

This is an autogenerated function, ported from the original legacy version.
It /should work/ as is, but will not have all the benefits of the modern
function API. You should see the function docs to learn how to add function
signatures for type safety and to document this function using puppet-strings.

https://puppet.com/docs/puppet/latest/custom_functions_ruby.html

---- original file header ----

create_ini_settings.rb

---- original file header ----

create_resources is used to create a set of ini_setting resources from a hash

#### `inifile::create_ini_settings(Any *$arguments)`

This is an autogenerated function, ported from the original legacy version.
It /should work/ as is, but will not have all the benefits of the modern
function API. You should see the function docs to learn how to add function
signatures for type safety and to document this function using puppet-strings.

https://puppet.com/docs/puppet/latest/custom_functions_ruby.html

---- original file header ----

create_ini_settings.rb

---- original file header ----

create_resources is used to create a set of ini_setting resources from a hash

Returns: `Data type` Describe what the function returns here

##### `*arguments`

Data type: `Any`

The original array of arguments. Port this to individually managed params
to get the full benefit of the modern function API.

2 changes: 1 addition & 1 deletion metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-inifile",
"version": "4.0.0",
"version": "4.1.0",
"author": "puppetlabs",
"summary": "Resource types for managing settings in INI files",
"license": "Apache-2.0",
Expand Down

0 comments on commit c64c38d

Please sign in to comment.