diff --git a/CHANGELOG.md b/CHANGELOG.md index c215b98..d501388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,33 @@ 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. +## [v5.0.0](https://github.com/voxpupuli/puppet-openvmtools/tree/v5.0.0) (2024-03-29) + +[Full Changelog](https://github.com/voxpupuli/puppet-openvmtools/compare/v4.0.0...v5.0.0) + +**Breaking changes:** + +- Remove Fedora 19-25 support [\#85](https://github.com/voxpupuli/puppet-openvmtools/pull/85) ([Valantin](https://github.com/Valantin)) +- Remove Ubuntu 14.04, 16.04 and 18.04 from supported OS [\#76](https://github.com/voxpupuli/puppet-openvmtools/pull/76) ([Valantin](https://github.com/Valantin)) +- Remove Debian 7,8,9 and 10 from supported OS [\#75](https://github.com/voxpupuli/puppet-openvmtools/pull/75) ([Valantin](https://github.com/Valantin)) + +**Implemented enhancements:** + +- Add Fedora 38 & 39 support [\#81](https://github.com/voxpupuli/puppet-openvmtools/pull/81) ([Valantin](https://github.com/Valantin)) +- Add AlmaLinux 8 and Centos/Rocky/OracleLinux/AlmaLinux 9 to supported OS [\#77](https://github.com/voxpupuli/puppet-openvmtools/pull/77) ([Valantin](https://github.com/Valantin)) +- Add Debian 11 and 12 to supported OS [\#74](https://github.com/voxpupuli/puppet-openvmtools/pull/74) ([Valantin](https://github.com/Valantin)) +- Add Ubuntu 22.04 to supported OS [\#73](https://github.com/voxpupuli/puppet-openvmtools/pull/73) ([Valantin](https://github.com/Valantin)) + +**Fixed bugs:** + +- Drop puppetlabs/yumrepo\_core from dependencies [\#84](https://github.com/voxpupuli/puppet-openvmtools/pull/84) ([zilchms](https://github.com/zilchms)) + +**Merged pull requests:** + +- Document parameter supported [\#83](https://github.com/voxpupuli/puppet-openvmtools/pull/83) ([Valantin](https://github.com/Valantin)) +- Drop EL6 Hiera data [\#82](https://github.com/voxpupuli/puppet-openvmtools/pull/82) ([ekohl](https://github.com/ekohl)) +- Add basic acceptance Test [\#78](https://github.com/voxpupuli/puppet-openvmtools/pull/78) ([Valantin](https://github.com/Valantin)) + ## [v4.0.0](https://github.com/voxpupuli/puppet-openvmtools/tree/v4.0.0) (2023-12-04) [Full Changelog](https://github.com/voxpupuli/puppet-openvmtools/compare/v3.0.0...v4.0.0) diff --git a/metadata.json b/metadata.json index b00629e..c131930 100644 --- a/metadata.json +++ b/metadata.json @@ -118,5 +118,5 @@ "vmware-tools", "vmware_tools" ], - "version": "4.0.1-rc0" + "version": "5.0.0" }