Skip to content

Latest commit

 

History

History
352 lines (192 loc) · 17.4 KB

CHANGELOG.md

File metadata and controls

352 lines (192 loc) · 17.4 KB

Changelog

4.4.0 (2024-09-20)

Full Changelog

Implemented enhancements:

4.3.0 (2024-09-13)

Full Changelog

Implemented enhancements:

4.2.0 (2024-07-05)

Full Changelog

Implemented enhancements:

Fixed bugs:

4.1.0 (2024-06-28)

Full Changelog

Implemented enhancements:

Merged pull requests:

4.0.0 (2024-05-08)

Full Changelog

Breaking changes:

  • Drop deprecated use_fqdn option and github_action_test_matrix output #130 (ekohl)
  • Skip EOL operating systems in GHA acceptance tests #129 (ekohl)

Implemented enhancements:

Fixed bugs:

3.7.1 (2024-04-25)

Full Changelog

Fixed bugs:

  • Fix bug in metadata2gha options parsing #126 (h-haaks)

3.7.0 (2024-04-25)

Full Changelog

Implemented enhancements:

  • Add option to generate setfile with multiple hosts and roles #124 (h-haaks)

Merged pull requests:

3.6.0 (2024-03-07)

Full Changelog

Implemented enhancements:

  • add Debian 12 AIO builds for 7 and 8 #117 (evgeni)

Fixed bugs:

  • mark Oracle/Alma/Rocky as pidfile incompatible #112 (evgeni)

Merged pull requests:

3.5.0 (2023-10-18)

Full Changelog

Implemented enhancements:

3.4.0 (2023-10-11)

Full Changelog

Implemented enhancements:

  • Support BEAKER_FACTER_* env vars in beaker testing #108 (ekohl)

3.3.0 (2023-10-08)

Full Changelog

Implemented enhancements:

  • Add a name to the GHA beaker test matrix #35 (ekohl)

Merged pull requests:

3.2.0 (2023-08-11)

Full Changelog

Implemented enhancements:

3.1.0 (2023-07-24)

Full Changelog

Implemented enhancements:

  • Use the none collection on some distros #91 (ekohl)

Merged pull requests:

2.1.1 (2023-04-29)

Full Changelog

3.0.0 (2023-04-29)

Full Changelog

Breaking changes:

Fixed bugs:

Merged pull requests:

2.1.0 (2023-04-26)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Ubuntu 18.04: Fix EoL date: 2023-04-15->2023-05-31 #77 (bastelfreak)

Merged pull requests:

  • rspec: print full diff for hashes #78 (bastelfreak)
  • dependabot: check for github actions and gems & CI: Run on merges to master #74 (bastelfreak)
  • Update the README to reflect current command output #73 (ekohl)

2.0.0 (2022-12-20)

Full Changelog

Breaking changes:

1.10.0 (2022-12-20)

Full Changelog

Implemented enhancements:

Fixed bugs:

1.9.0 (2022-12-05)

Full Changelog

Implemented enhancements:

  • write to GITHUB_OUTPUT instead of using set-output #60 (evgeni)

1.8.0 (2022-08-05)

Full Changelog

Implemented enhancements:

1.7.0 (2022-06-25)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • README.md: Fix internal link to other section #53 (bastelfreak)
  • Apply fixes to supported_releases #51 (ekohl)
  • supported_releases: treat OSes with nil as EoL date as non-EoL #46 (bastelfreak)

1.6.0 (2022-06-22)

Full Changelog

Implemented enhancements:

1.5.0 (2022-06-22)

Full Changelog

Implemented enhancements:

1.4.0 (2022-02-15)

Full Changelog

Implemented enhancements:

1.3.0 (2022-02-07)

Full Changelog

Implemented enhancements:

1.2.0 (2021-10-23)

Full Changelog

Fixed bugs:

Merged pull requests:

1.1.1 (2021-08-21)

Full Changelog

Fixed bugs:

  • Respect fqdn/pidfile options while generating actions matrix #26 (root-expert)

1.1.0 (2021-08-17)

Full Changelog

Implemented enhancements:

1.0.0 (2021-08-11)

Full Changelog

Implemented enhancements:

  • Track known-good os and puppet combinations #21 (smortex)

0.4.0 (2021-08-06)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Fix broken GHA release job #20 (bastelfreak)
  • Handle modules without a Puppet version upper bound #14 (ekohl)

Merged pull requests:

  • Update README.md with badges; publish gem to GHA/rubygems; add missing license #17 (bastelfreak)

0.3.0 (2020-11-17)

Added

  • Add a metadata2gha script. This allows generating Github Action matrices on the fly based on metadata.json which makes changing supported Puppet versions easier.

0.2.0 - 2020-11-05

Breaking

  • Include a human name in os_release_to_setfile. This changes the return type from a string to an array

Changed

  • Support an array for pidfile_workaround. This allows filtering on an OS if needed. Booleans are still supported.
  • Skip CentOS 8 in Beaker if PIDFile is needed. There is no docker image where it works so it's best to skip it.

0.1.0 - 2020-10-18

Added

  • Initial version

* This Changelog was automatically generated by github_changelog_generator