Skip to content

Commit

Permalink
(MODULES-5350) release 1.0.0 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
eputnam committed Jul 27, 2017
1 parent 7010370 commit 6648256
Show file tree
Hide file tree
Showing 5 changed files with 254 additions and 233 deletions.
56 changes: 47 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,65 @@
## 0.9.4
# 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).

## Supported Release [1.0.0]
### Summary
This is a major release that **drops Puppet 3 support**

#### Added
- `setting` and `path` as namevars for `hocon_setting` ([HC-30](https://tickets.puppet.com/browse/HC-30))
- support for localization ([MODULES-4528](https://tickets.puppet.com/browse/MODULES-4528))

#### Changed
- lower bound of Puppet support to 4.7.0

#### Fixed
- test failures
- specs to reflect new output format ([HC-98](https://tickets.puppet.com/browse/HC-98))

## Supported Release [0.9.4]
### Summary
This is a bugfix release.

#### Fixed
* Confine provider based on hocon gem
* Handle changing value from scalar to array
* Handle adding array value when array doesn't exist

## 0.9.3

## Supported Release [0.9.3]
### Summary
This is a feature release.

#### Changed
* Update the hocon gem dependency from 0.9.2 to 0.9.3

#### Added
* Add support for managing individual array elements via the `array_element`
value for the `type` parameter

## 0.9.2

## Supported Release [0.9.2]
### Summary
This is a minor bugfix release.

#### Fixed
* Move the logic for saving a modified configuration file out of its own
separate class and into the provider. This resolves an issue wherein
the hocon gem was sometimes being required when it shouldn't have been,
leading to errors.

## 0.9.1

## Supported Release [0.9.1]
### Summary
This is a minor bugfix release.

#### Fixed
* Allow true numeric values to be set in a configuration file in versions
of Puppet prior to 4.0.0.

## 0.9.0

## Supported Release [0.9.0]
### Summary
This is a major feature release.

* Update the hocon gem dependency to the newly released 0.9.0 version.
* puppetlabs-hocon will no longer change an existing configuration file's
ordering, comments, or indentation when modifying or adding settings.
Expand All @@ -37,3 +68,10 @@ This is a major feature release.
desired to appear in the configuration file under the `value`
setting (useful, for example, if one wants to insert a substitution,
or a value with internal comments, such as a map)

[1.0.0]: https://github.com/puppetlabs/puppetlabs-hocon/compare/0.9.4...1.0.0
[0.9.4]: https://github.com/puppetlabs/puppetlabs-hocon/compare/0.9.3...0.9.4
[0.9.3]: https://github.com/puppetlabs/puppetlabs-hocon/compare/0.9.2...0.9.3
[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
13 changes: 0 additions & 13 deletions MAINTAINERS

This file was deleted.

210 changes: 0 additions & 210 deletions README.markdown

This file was deleted.

Loading

0 comments on commit 6648256

Please sign in to comment.