Skip to content

Commit

Permalink
Release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto-release committed Oct 29, 2019
1 parent 6c18856 commit f87e5c4
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 4 deletions.
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Change log

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

## Release [1.0.1]
## [v1.1.0](https://github.com/puppetlabs/puppetlabs-hocon/tree/v1.1.0) (2019-10-29)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-hocon/compare/1.0.1...v1.1.0)

### Added

- \(FM-8221\) converted to use litmus [\#92](https://github.com/puppetlabs/puppetlabs-hocon/pull/92) ([tphoney](https://github.com/tphoney))
- Supported OS Update [\#90](https://github.com/puppetlabs/puppetlabs-hocon/pull/90) ([trevor-vaughan](https://github.com/trevor-vaughan))
- pdksync - \(MODULES-6805\) metadata.json shows support for puppet 6 [\#88](https://github.com/puppetlabs/puppetlabs-hocon/pull/88) ([tphoney](https://github.com/tphoney))

### Fixed

- \(maint\) Resolve config object before manipulating it [\#89](https://github.com/puppetlabs/puppetlabs-hocon/pull/89) ([Magisus](https://github.com/Magisus))

## 1.0.1
### Summary
This is a minor release to formaly announce that this module is not supported. Any previous claims otherwise were are in error

Expand Down Expand Up @@ -86,3 +99,6 @@ This is a major feature release.
[0.9.2]: https://github.com/puppetlabs/puppetlabs-hocon/compare/0.9.1...0.9.2
[0.9.1]: https://github.com/puppetlabs/puppetlabs-hocon/compare/0.9.0...0.9.1
[0.9.0]: https://github.com/puppetlabs/puppetlabs-hocon/commits/0.9.0


\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
47 changes: 47 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Reference
<!-- DO NOT EDIT: This document was generated by Puppet Strings -->

## Table of Contents

**Resource types**

* [`hocon_setting`](#hocon_setting): The name of the setting to be defined.

## Resource types

### hocon_setting

The name of the setting to be defined.

#### Properties

The following properties are available in the `hocon_setting` type.

##### `ensure`

Valid values: present, absent

The basic property that the resource should be in.

Default value: present

##### `type`

The value type

##### `value`

The value of the setting to be defined.

#### Parameters

The following parameters are available in the `hocon_setting` type.

##### `setting`

The name of the setting to be defined.

##### `path`

The file Puppet will ensure contains the specified setting.

2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-hocon",
"version": "1.0.1",
"version": "1.1.0",
"author": "puppetlabs",
"summary": "Resource types for managing settings in HOCON files",
"license": "Apache-2.0",
Expand Down

0 comments on commit f87e5c4

Please sign in to comment.