Skip to content

Commit 18ff0bc

Browse files
Merge pull request #212 from puppetlabs/release-prep
Release prep v1.3.1
2 parents 5e01bf8 + ac09626 commit 18ff0bc

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

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

5+
## [v1.3.1](https://github.com/puppetlabs/puppetlabs-facter_task/tree/v1.3.1) (2023-04-04)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-facter_task/compare/v1.3.0...v1.3.1)
8+
9+
### Fixed
10+
11+
- pdksync - \(CONT-189\) Remove support for RedHat6 / OracleLinux6 [\#203](https://github.com/puppetlabs/puppetlabs-facter_task/pull/203) ([david22swan](https://github.com/david22swan))
12+
- pdksync - \(CONT-130\) - Dropping Support for Debian 9 [\#200](https://github.com/puppetlabs/puppetlabs-facter_task/pull/200) ([jordanbreen28](https://github.com/jordanbreen28))
13+
514
## [v1.3.0](https://github.com/puppetlabs/puppetlabs-facter_task/tree/v1.3.0) (2022-10-03)
615

716
[Full Changelog](https://github.com/puppetlabs/puppetlabs-facter_task/compare/v1.2.0...v1.3.0)
@@ -50,6 +59,10 @@ All notable changes to this project will be documented in this file. The format
5059
- pdksync - \(MAINT\) Remove RHEL 5 family support [\#154](https://github.com/puppetlabs/puppetlabs-facter_task/pull/154) ([sanfrancrisko](https://github.com/sanfrancrisko))
5160
- pdksync - Remove Puppet 5 from testing and bump minimal version to 6.0.0 [\#151](https://github.com/puppetlabs/puppetlabs-facter_task/pull/151) ([carabasdaniel](https://github.com/carabasdaniel))
5261

62+
### Fixed
63+
64+
- \(MODULES-10602\) workaround for "765: unexpected token at ''" error [\#135](https://github.com/puppetlabs/puppetlabs-facter_task/pull/135) ([carabasdaniel](https://github.com/carabasdaniel))
65+
5366
## [v0.9.0](https://github.com/puppetlabs/puppetlabs-facter_task/tree/v0.9.0) (2021-01-18)
5467

5568
[Full Changelog](https://github.com/puppetlabs/puppetlabs-facter_task/compare/v.0.8.0...v0.9.0)
@@ -69,7 +82,6 @@ All notable changes to this project will be documented in this file. The format
6982

7083
### Fixed
7184

72-
- \(MODULES-10602\) workaround for "765: unexpected token at ''" error [\#135](https://github.com/puppetlabs/puppetlabs-facter_task/pull/135) ([carabasdaniel](https://github.com/carabasdaniel))
7385
- \(IAC-986\) - Removal of inappropriate terminology [\#132](https://github.com/puppetlabs/puppetlabs-facter_task/pull/132) ([david22swan](https://github.com/david22swan))
7486

7587
## [v0.7.0](https://github.com/puppetlabs/puppetlabs-facter_task/tree/v0.7.0) (2020-01-03)

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-facter_task",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"author": "puppetlabs",
55
"summary": "Tasks that inspect the value of system facts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)