Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

46 lines (26 loc) · 1.13 KB

Changelog

All notable changes to this project will be documented in this file.

Release 2.0.0

Features

  • Improve plan run time by using enterprise_task::test_connect to verify connectivity. Thanks chambersmp
  • Bumped PDK to version 3.2.0
  • Plan can now automatically detect the primary server thanks to the pe_status_check_role fact.
  • Minor lint fixes.
  • Added github actions lint and unit tests.

Release 1.0.0

Features

  • Added support for older Puppet enterprise versions which still use 'master' instead of 'primary server'. (must set the support_legacy_pe parameter to true to enable this support)

Bugfixes

  • Added exception handling for reading existing csr_attributes.yaml. Corrupted yaml caused the plan to fail for that node. Csr_attributes data is now ignored if its invalid.

Release 0.2.0

Features

  • Minor documentation updates

Bugfixes

  • No longer require a valid API token under the root user on the Puppet primary server. #1

Known Issues

Release 0.1.0

Features

  • First release to forge.

Bugfixes

Known Issues