aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Nagy <gabriel.nagy@puppet.com>2021-03-08 16:55:40 +0200
committerGitHub <noreply@github.com>2021-03-08 16:55:40 +0200
commit8e2d9aa99f43941a37cdd08e191efb6d5bba154a (patch)
treeaad96229c296af298340c4b5169e32e7ae077450
parentcb37f1f5a405923a3a98ee92b173384a0cf182c9 (diff)
parent502b8b9507864af82df3b824d212da8f2858ee93 (diff)
downloadpuppet-augeas_core-8e2d9aa99f43941a37cdd08e191efb6d5bba154a.tar.gz
puppet-augeas_core-8e2d9aa99f43941a37cdd08e191efb6d5bba154a.tar.bz2
Merge pull request #38 from GabrielNagy/MODULES-10952/1.1.2_release
(MODULES-10952) Prep for 1.1.2 release
-rw-r--r--CHANGELOG.md8
-rw-r--r--Gemfile2
-rw-r--r--metadata.json2
3 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c74eb58..da15d42 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
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).
+## [1.1.2](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.1.2) (2021-03-08)
+
+[Full Changelog](https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.1.1...1.1.2)
+
+### Fixed
+
+- \(MODULES-10950\) Infer application name from run mode [\#37](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/37) ([GabrielNagy](https://github.com/GabrielNagy))
+
## [1.1.1](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.1.1) (2020-09-29)
[Full Changelog](https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.1.0...1.1.1)
diff --git a/Gemfile b/Gemfile
index 5f131ee..239358b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -51,7 +51,7 @@ end
group :release do
gem "puppet-blacksmith", '~> 3.4', require: false
- gem "pdk", platforms: [:ruby]
+ gem "pdk", *location_for(ENV['PDK_VERSION'] || '~> 2')
end
puppet_version = ENV['PUPPET_GEM_VERSION']
diff --git a/metadata.json b/metadata.json
index 6e47c12..83205bf 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-augeas_core",
- "version": "1.1.1",
+ "version": "1.1.2",
"author": "puppetlabs",
"summary": "Manage files using Augeas",
"license": "Apache-2.0",