diff options
author | Josh Cooper <josh@puppet.com> | 2019-10-31 10:54:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-31 10:54:00 -0700 |
commit | 416e8fe9df9d467289e2923c083367b04e7d8bd1 (patch) | |
tree | 76e12e572f3795743382a3994e10669d459e1430 | |
parent | 4d06bf11e5ea8d33d7675728f1c40796c5973e1d (diff) | |
parent | 895b123d362dae89da7ba6283c60c2279f7460be (diff) | |
download | puppet-augeas_core-416e8fe9df9d467289e2923c083367b04e7d8bd1.tar.gz puppet-augeas_core-416e8fe9df9d467289e2923c083367b04e7d8bd1.tar.bz2 |
Merge pull request #22 from puppetlabs/pdksync_release
pdksync - (maint) Prep for release
-rw-r--r-- | .sync.yml | 3 | ||||
-rw-r--r-- | CHANGELOG.md | 75 | ||||
-rw-r--r-- | Rakefile | 2 | ||||
-rw-r--r-- | metadata.json | 2 |
4 files changed, 51 insertions, 31 deletions
@@ -54,3 +54,6 @@ Gemfile: version: '~> 0.16' ':development': - gem: puppet-strings + +Rakefile: + changelog_version_tag_pattern: '%s' diff --git a/CHANGELOG.md b/CHANGELOG.md index c98de88..8dc02af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,37 +1,54 @@ -# Changelog +# Change log -All notable changes to this project will be documented in this file. +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). -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). +## [1.0.5](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.0.5) (2019-10-31) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.4...1.0.5) + +### Added + +- pdksync - \(maint\) Update module using PDK 1.14.0 [\#21](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/21) ([mihaibuzgau](https://github.com/mihaibuzgau)) + +## [1.0.4](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.0.4) (2019-01-10) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.3...1.0.4) + +### Added + +- \(L10n\) Updating translations for readmes/README\_ja\_JP.md [\#16](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/16) ([ehom](https://github.com/ehom)) + +## [1.0.3](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.0.3) (2018-10-02) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.2...1.0.3) -## [1.0.4] - 2019-01-10 ### Added -- Add Japanese translations -## [1.0.3] - 2018-10-02 -### Changed -- (MODULES-8014) relatively require helper code +- \(MODULES-8014\) relatively require helper code [\#9](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/9) ([melissa](https://github.com/melissa)) -## [1.0.2] - 2018-09-25 -### Changed -- (MODULES-7814) Ignore nil values when parsing commands +## [1.0.2](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.0.2) (2018-09-26) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.1...1.0.2) + +### Fixed + +- \(MODULES-7814\) Ignore nil values when parsing commands. Fix for: Could not evaluate: undefined method strip! for nil:NilClass [\#8](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/8) ([Lavinia-Dan](https://github.com/Lavinia-Dan)) + +## [1.0.1](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.0.1) (2018-08-17) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.0...1.0.1) -## [1.0.1] - 2018-08-15 ### Added -- (MODULE-7443) Safely deserialize stringified array -- (PUP-9053) Enable localization -### Changed -- (maint) Move array parser logic into a util module -- (maint) Update beaker-puppet version to 0.16 -- Include puppet 6 and remove default role -- (PUP-9052) Bump puppet req to at least puppet 6 - -## [1.0.0] - 2018-06-07 -### Summary -This is the initial release of the extracted augeas module - -[1.0.4]: https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.3...1.0.4 -[1.0.3]: https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.2...1.0.3 -[1.0.2]: https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.1...1.0.2 -[1.0.1]: https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.0...1.0.1 -[1.0.0]: https://github.com/puppetlabs/puppetlabs-augeas_core/releases/tag/1.0.0 + +- \(PUP-9053\) Enable localization [\#5](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/5) ([melissa](https://github.com/melissa)) +- Include puppet 6 and remove default role [\#3](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/3) ([joshcooper](https://github.com/joshcooper)) +- \(maint\) Update beaker-puppet version to 0.16 [\#2](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/2) ([melissa](https://github.com/melissa)) +- Safely deserialize stringified array [\#1](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/1) ([jhelwig](https://github.com/jhelwig)) + +## [1.0.0](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.0.0) (2018-07-02) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-augeas_core/compare/b9263341547f13a6af09f748d9b9ac483b5d2030...1.0.0) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* @@ -32,7 +32,7 @@ end def changelog_future_release return unless Rake.application.top_level_tasks.include? "changelog" - returnVal = "v%s" % JSON.load(File.read('metadata.json'))['version'] + returnVal = "%s" % JSON.load(File.read('metadata.json'))['version'] raise "unable to find the future_release (version) in metadata.json" if returnVal.nil? puts "GitHubChangelogGenerator future_release:#{returnVal}" returnVal diff --git a/metadata.json b/metadata.json index 633f02f..2fcb9e7 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-augeas_core", - "version": "1.0.4", + "version": "1.0.5", "author": "puppetlabs", "summary": "Manage files using Augeas", "license": "Apache-2.0", |