aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Cooper <josh@puppet.com>2019-10-31 10:57:22 -0700
committerGitHub <noreply@github.com>2019-10-31 10:57:22 -0700
commit34dca65fe54ba08bd764691e2619371c213df70b (patch)
tree86107024fb5245a12191cc319366402992bcb4ed
parentcdce489f8be6ad5ab180a138ec9615c0fd56ccab (diff)
parent25d253226a0e78a7c62cc8b5e46b3b44cc444275 (diff)
downloadpuppet-hosts_core-34dca65fe54ba08bd764691e2619371c213df70b.tar.gz
puppet-hosts_core-34dca65fe54ba08bd764691e2619371c213df70b.tar.bz2
Merge pull request #16 from puppetlabs/pdksync_release
pdksync - (maint) Prep for release
-rw-r--r--.sync.yml3
-rw-r--r--CHANGELOG.md52
-rw-r--r--Rakefile2
-rw-r--r--metadata.json2
4 files changed, 39 insertions, 20 deletions
diff --git a/.sync.yml b/.sync.yml
index 73f272d..7acc7c1 100644
--- a/.sync.yml
+++ b/.sync.yml
@@ -38,3 +38,6 @@ Gemfile:
- gem: puppet-strings
.gitlab-ci.yml:
delete: true
+
+Rakefile:
+ changelog_version_tag_pattern: '%s'
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4801c64..5a8d4ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,24 +1,40 @@
-# 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.3](https://github.com/puppetlabs/puppetlabs-host_core/tree/1.0.3) (2019-10-31)
+
+[Full Changelog](https://github.com/puppetlabs/puppetlabs-host_core/compare/1.0.2...1.0.3)
+
+### Added
+
+- pdksync - \(maint\) Update module using PDK 1.14.0 [\#15](https://github.com/puppetlabs/puppetlabs-host_core/pull/15) ([mihaibuzgau](https://github.com/mihaibuzgau))
+
+## [1.0.2](https://github.com/puppetlabs/puppetlabs-host_core/tree/1.0.2) (2019-01-11)
+
+[Full Changelog](https://github.com/puppetlabs/puppetlabs-host_core/compare/1.0.1...1.0.2)
+
+### Added
+
+- \(maint\) update PDK to 1.8.0; update all templates [\#11](https://github.com/puppetlabs/puppetlabs-host_core/pull/11) ([melissa](https://github.com/melissa))
+- \(L10n\) Updating translations for readmes/README\_ja\_JP.md [\#9](https://github.com/puppetlabs/puppetlabs-host_core/pull/9) ([ehom](https://github.com/ehom))
+
+## [1.0.1](https://github.com/puppetlabs/puppetlabs-host_core/tree/1.0.1) (2018-08-20)
+
+[Full Changelog](https://github.com/puppetlabs/puppetlabs-host_core/compare/1.0.0...1.0.1)
-## [1.0.2] - 2019-01-11
### Added
-- Added Japanese translations
-## [1.0.1] - 2018-08-20
+- Include puppet 6 and remove default role [\#2](https://github.com/puppetlabs/puppetlabs-host_core/pull/2) ([joshcooper](https://github.com/joshcooper))
+
+## [1.0.0](https://github.com/puppetlabs/puppetlabs-host_core/tree/1.0.0) (2018-07-13)
+
+[Full Changelog](https://github.com/puppetlabs/puppetlabs-host_core/compare/9d96ddecea6367abee1aa77859848b0c158fca80...1.0.0)
+
### Added
-- (PUP-9053) Enable localization
-### Changed
-- (PUP-9052) Bump puppet req to at least puppet 6
-- Include puppet 6 and remove default role
-
-## [1.0.0] - 2018-07-13
-### Summary
-This is the initial release of the extracted host module
-
-[1.0.2]: https://github.com/puppetlabs/puppetlabs-host_core/compare/1.0.1...1.0.2
-[1.0.1]: https://github.com/puppetlabs/puppetlabs-host_core/compare/1.0.0...1.0.1
-[1.0.0]: https://github.com/puppetlabs/puppetlabs-host_core/releases/tag/1.0.0
+
+- Initial host module extraction [\#1](https://github.com/puppetlabs/puppetlabs-host_core/pull/1) ([joshcooper](https://github.com/joshcooper))
+
+
+
+\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
diff --git a/Rakefile b/Rakefile
index 395df54..e1d5f7b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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 ec097dc..b2fead0 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-host_core",
- "version": "1.0.2",
+ "version": "1.0.3",
"author": "puppetlabs",
"summary": "Installs and manages host entries",
"license": "Apache-2.0",