Skip to content

Commit ea90817

Browse files
authored
Merge pull request #195 from puppetlabs/release-prep
Release prep v1.2.0
2 parents 134a2a7 + 65a5522 commit ea90817

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.2.0](https://github.com/puppetlabs/puppetlabs-facter_task/tree/v1.2.0) (2022-05-23)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-facter_task/compare/v1.1.0...v1.2.0)
8+
9+
### Added
10+
11+
- pdksync - \(FM-8922\) - Add Support for Windows 2022 [\#184](https://github.com/puppetlabs/puppetlabs-facter_task/pull/184) ([david22swan](https://github.com/david22swan))
12+
- pdksync - \(IAC-1753\) - Add Support for AlmaLinux 8 [\#179](https://github.com/puppetlabs/puppetlabs-facter_task/pull/179) ([david22swan](https://github.com/david22swan))
13+
- pdksync - \(IAC-1751\) - Add Support for Rocky 8 [\#178](https://github.com/puppetlabs/puppetlabs-facter_task/pull/178) ([david22swan](https://github.com/david22swan))
14+
15+
### Fixed
16+
17+
- pdksync - \(GH-iac-334\) Remove Support for Ubuntu 14.04/16.04 [\#187](https://github.com/puppetlabs/puppetlabs-facter_task/pull/187) ([david22swan](https://github.com/david22swan))
18+
- pdksync - \(IAC-1787\) Remove Support for CentOS 6 [\#182](https://github.com/puppetlabs/puppetlabs-facter_task/pull/182) ([david22swan](https://github.com/david22swan))
19+
- pdksync - \(IAC-1598\) - Remove Support for Debian 8 [\#177](https://github.com/puppetlabs/puppetlabs-facter_task/pull/177) ([david22swan](https://github.com/david22swan))
20+
521
## [v1.1.0](https://github.com/puppetlabs/puppetlabs-facter_task/tree/v1.1.0) (2021-08-25)
622

723
[Full Changelog](https://github.com/puppetlabs/puppetlabs-facter_task/compare/v1.0.0...v1.1.0)
@@ -35,7 +51,7 @@ All notable changes to this project will be documented in this file. The format
3551

3652
### Added
3753

38-
- \(MODULES-10833\) Add support for puppet facts show [\#134](https://github.com/puppetlabs/puppetlabs-facter_task/pull/134) ([IrimieBogdan](https://github.com/IrimieBogdan))
54+
- \(MODULES-10833\) Add support for puppet facts show [\#134](https://github.com/puppetlabs/puppetlabs-facter_task/pull/134) ([BogdanIrimie](https://github.com/BogdanIrimie))
3955
- pdksync - \(IAC-973\) - Update travis/appveyor to run on new default branch main [\#127](https://github.com/puppetlabs/puppetlabs-facter_task/pull/127) ([david22swan](https://github.com/david22swan))
4056

4157
### Fixed

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.1.0",
3+
"version": "1.2.0",
44
"author": "puppetlabs",
55
"summary": "Tasks that inspect the value of system facts",
66
"license": "Apache-2.0",

pdk.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
ignore: []

0 commit comments

Comments
 (0)