All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module.
v7.0.0 (2024-09-29)
Breaking changes:
- Drop support for multiple EOL OSes #110 (traylenator)
Implemented enhancements:
- Add support for Debian 12 and Fedora 40 #111 (traylenator)
Closed issues:
- cannot pull via the Forge #38
Merged pull requests:
- Drop redundant hiera files #109 (traylenator)
- Update git:// URLs to use https:// #94 (herver)
- Treat values as simple/array based on local lens #65 (tedgarb)
v6.0.0 (2023-06-22)
Breaking changes:
- Drop Puppet 6 support #88 (bastelfreak)
Implemented enhancements:
- puppet/augeasproviders_core: Allow 4.x #91 (bastelfreak)
- Add puppet 8 support #90 (bastelfreak)
- Add Rocky 9 support #87 (bastelfreak)
- Add support of PubkeyAcceptedKeyTypes for ssh_config #81 (hbenali)
Merged pull requests:
- Fix incorrect Apache-2 license #85 (bastelfreak)
- Fix License detection #84 (bastelfreak)
v5.0.0 (2022-08-30)
Breaking changes:
- Drop Non LTS Ubuntu 18.10/19.04/19.10; Add 22.04 #78 (bastelfreak)
- Drop Eol Debian 7/8/9; Add Debian 10/11 support #77 (bastelfreak)
- Drop RHEL 6 support #76 (bastelfreak)
Merged pull requests:
- cleanup README.md #79 (bastelfreak)
- Move Forge org to "puppet" #73 (op-ct)
- Dependency and Support Bump #72 (trevor-vaughan)
- Fix HostKeyAlgorithms in sshd_config #68 (loopiv)
4.0.0 (2020-07-16)
- Deprecate support for Augeas < 1.0.0
- Update supported Ubuntu versions
- sshd_config: close array regexp (GH #54), fix GH #52
- sshd_config_match: remove duplicated condition param in test (GH #58)
- sshkey: do not test type update, it's a parameter in Puppet 6 (GH #59)
- Add support for comments in types and providers (GH #61)
- Update copyright and authors infos
- Add EL8 support
- Add 'Port' to the list of items supporting Arrays in the documentation
- Fix puppet requirement to < 7.0.0
- add support for Puppet 5 & 6
- deprecate support for Puppet < 5
- update supported OSes in metadata.json
- Add support for array_append to sshd_config type (GH #43)
- Fix support for 'puppet generate types'
- Bumped supported puppet version to less than 6.0.0
- Updated the spec_helper.rb to correctly load for Puppet 5
- Added CentOS and OracleLinux to supported OS list
- ssh_config: fix HostKeyAlgorithms and KexAlgorithms (#GH 36)
- Added docker acceptance test
- Refactor the travis.yml for the current LTS versions of Puppet
- Bugfix Release:
- Allow multiple values for GlobalKnownHostsFile (#GH 32)
- Ensure that AddressFamily comes before ListenAddress (#GH 34)
- Implement instances for sshkey (only for non-hashed entries)
- Add sshd_config_match type and provider (#GH 5)
- Purge multiple array entries in ssh_config provider (GH #12)
- Add sshkey provider (GH #13)
- sshd_config: munge condition parameter
- Improve test setup
- Get rid of Gemfile.lock
- Improve README badges
- Properly insert values after commented out entry if case doesn't match (GH #6)
- Convert specs to rspec3 syntax
- Fix metadata.json
- sshd_config: consider KexAlgorithms and Ciphers as array values (GH #4)
- Add ssh_config type & provider
- First release of split module.
* This Changelog was automatically generated by github_changelog_generator