Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare Release 5.0.0 #86

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,5 @@
"vmware-tools",
"vmware_tools"
],
"version": "4.0.1-rc0"
"version": "5.0.0"
}