Skip to content

Latest commit

 

History

History
198 lines (117 loc) · 9.83 KB

HISTORY.md

File metadata and controls

198 lines (117 loc) · 9.83 KB

v2.0.1 (2023-04-04)

Full Changelog

Changed

v1.3.1 (2023-04-04)

Full Changelog

Fixed

v1.3.0 (2022-10-03)

Full Changelog

Added

Fixed

v1.2.0 (2022-05-24)

Full Changelog

Added

Fixed

v1.1.0 (2021-08-25)

Full Changelog

Changed

  • pdksync - Remove Puppet 5 from testing and bump minimal version to 6.0.0 #151 (carabasdaniel)

Added

v1.0.0 (2021-02-27)

Full Changelog

Changed

v0.9.0 (2021-01-18)

Full Changelog

Added

v.0.8.0 (2020-11-16)

Full Changelog

Added

  • (MODULES-10833) Add support for puppet facts show #134 (BogdanIrimie)
  • pdksync - (IAC-973) - Update travis/appveyor to run on new default branch main #127 (david22swan)

Fixed

v0.7.0 (2020-01-03)

Full Changelog

Added

  • pdksync - "MODULES-10242 Add ubuntu14 support back to the modules" #101 (sheenaajay)
  • (FM-8688) - Addition of support for CentOS 8 #97 (david22swan)
  • FM-8218 Port Module facter_task to Litmus #79 (sheenaajay)

v0.6.0 (2019-11-11)

Full Changelog

Changed

  • pdksync - FM-8499 - remove ubuntu14 support #93 (lionce)

v0.5.0 (2019-09-05)

Full Changelog

Changed

  • pdksync - (MODULES-8444) - Raise lower Puppet bound #69 (david22swan)

Added

  • (FM-8153) Add Windows Server 2019 support #73 (eimlav)
  • (FM-8040) Add RedHat 8 support #72 (eimlav)
  • FM-7944 - stringify facter_task #71 (lionce)

0.4.1 (2019-04-05)

Full Changelog

Fixed

  • pdksync - (FM-7655) Fix rubygems-update for ruby < 2.3 #55 (tphoney)

0.4.0 (2018-09-28)

Full Changelog

Added

  • pdksync - (FM-7392) - Puppet 6 Testing Changes #49 (pmcmaw)
  • pdksync - (MODULES-6805) metadata.json shows support for puppet 6 #48 (tphoney)
  • (FM-7268) - Addition of support for ubuntu 18.04 #41 (david22swan)

0.3.1

Patch release for Windows path resolution on 32-bit

Fixed

  • The way in which facter_task builds the path to the Windows facter executable on 32-bit Windows (MODULES-7419)
  • Provides a clearer error message when running tasks fails.

Release 0.3.0

This breaking release changes the return format to always be structured json instead of unformatted strings. It also allows fetching all facts.

Changed

  • Make the format always return json instead of strings.

Added

  • Fetch all facts if no fact to fetch is provided.

Release 0.2.1

Patch release for Windows path resolution.

Fixed

  • The way in which facter_task builds the path to the Windows facter executable (MODULES-5738)

Release 0.2.0

Conversion of the module using PDK 1.4.1

Changed

  • The module has been converted using the PDK version 1.4.1, alongside the addition of some relevant Rubocop fixes.

Release 0.1.5

Security release for CVE-2018-6508

Fixed

  • init task vulnerability to arbitrary remote code execution

Release 0.1.4

Fixed

Release 0.1.3

Fixed

  • Readme updates.
  • noop metadata

Features

  • Retrieve custom facts.

Release 0.1.2

Fixed

  • Fixed locales project name.

Release 0.1.1

This is the initial release of the facter task.

Features

  • Allows the retrieval of a fact from a node.