Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.44 KB

File metadata and controls

58 lines (41 loc) · 1.44 KB

Changelog

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

Release 2.1.0

Added

  • Support for new OS versions
    • Debian 13
    • Ubuntu 24.04 LTS

Changed

  • Fix spec tests and expand coverage

Breaking

  • Drop puppet requirement and migrate to openvox

Release 2.0.1

Added

  • Puppet CI/CD workflows

Changed

  • Replace stdlib functions with native puppet resource iteration

Release 2.0.0

Breaking

  • Restrict netplan::config priority integers to positive values only - #11

Added

  • Add a header to generated netplan YAML files - #11
  • Improve documentation with additional examples - #11

Changed

  • Allow string values for netplan::config priority parameter - #11

Release 1.0.0

Added

  • Add purge_ignore parameter for fine-grained control over purging un-managed configs

Release 0.1.3

Added

  • Allow puppetlabs/stdlib 9.x.x
  • Allow Puppet 8

Release 0.1.2

Changed

  • netplan::config resources include the top-level network key automatically [BREAKING]
    • Users will need to remove the top-level network key from their existing netplan hash/hiera

Release 0.1.0

Initial release

Features

Install and configure netplan

Bugfixes

Known Issues