Skip to content

Latest commit

 

History

History
90 lines (50 loc) · 2.59 KB

File metadata and controls

90 lines (50 loc) · 2.59 KB

Changelog

0.3.0 (2026-03-24)

Features

Bug Fixes

  • docs: Ignore multiple blank lines (#87) (241c01f)

0.2.16 (2026-01-06)

Bug Fixes

  • ci: Update workflows to use release pipeline (#78) (063087d)

0.2.15 (2025-10-15)

Bug Fixes

  • ci: Update workflows to use release pipeline (#78) (063087d)

0.2.14 - 2025-09-04

0.2.13 - 2024-05-06

0.2.12 - 2024-05-06

0.2.11 - 2023-09-28

0.2.10 - 2023-09-04

0.2.9 - 2023-07-10

0.2.8 - 2023-06-01

0.2.7 - 2023-05-03

0.2.6 - 2023-04-01

0.2.5 - 2023-03-02

  • Remove delivery workflow

0.2.4 - 2023-02-14

  • Remove delivery folder

0.2.3 - 2021-08-31

  • Standardise files with files in sous-chefs/repo-management

v0.2.1 (2020-11-12)

  • Resolved failures in the recipe / resources to find the correct helper methods

v0.1.6 (2020-01-26)

  • Convert from LWRPs to custom resources
  • Properly set name properties in the resources
  • Refactored hashes literals to Ruby 1.9+ format
  • Removed allowed actions from resources at this is no longer necessary in Chef 12.5+
  • Updated notification syntax to the modern notifies syntax
  • Remove zlinux from the list of supported platforms
  • Add platform support logic for Amazon Linux and Fedora
  • Expand testing in the Kitchen configs to current platform releases
  • Migrated to GitHub actions for testing

v0.1.6

  • Add packages for rhel family
  • Fix typo in readme (thanks @jgoldschrafe)
  • Move recipe inclusion to action in provider and use run_context instead of node directly (thanks @jgoldschrafe)

v0.1.4

  • Update service resource usage

v0.1.2

  • Use ephemeral store to build configuration
  • Remove default uid and gid values for cgconfig groups

v0.0.1

  • Initial release