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

Release 4.0.0 #69

Merged
merged 1 commit into from
Dec 4, 2023
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
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ 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.

## [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)

**Breaking changes:**

- Drop Puppet 6 support [\#60](https://github.com/voxpupuli/puppet-openvmtools/pull/60) ([bastelfreak](https://github.com/bastelfreak))

**Implemented enhancements:**

- metadata: allow puppet/epel 5.x [\#67](https://github.com/voxpupuli/puppet-openvmtools/pull/67) ([kenyon](https://github.com/kenyon))
- add rhel9 support [\#65](https://github.com/voxpupuli/puppet-openvmtools/pull/65) ([golflimaechoecho](https://github.com/golflimaechoecho))
- Add Puppet 8 support [\#63](https://github.com/voxpupuli/puppet-openvmtools/pull/63) ([bastelfreak](https://github.com/bastelfreak))
- puppetlabs/stdlib: Allow 9.x [\#62](https://github.com/voxpupuli/puppet-openvmtools/pull/62) ([bastelfreak](https://github.com/bastelfreak))

**Closed issues:**

- Declare EPEL module compatibile with the latest versions or remove the dependency [\#66](https://github.com/voxpupuli/puppet-openvmtools/issues/66)

**Merged pull requests:**

- Remove legacy top-scope syntax [\#68](https://github.com/voxpupuli/puppet-openvmtools/pull/68) ([smortex](https://github.com/smortex))
- Fix broken Apache-2 license [\#58](https://github.com/voxpupuli/puppet-openvmtools/pull/58) ([bastelfreak](https://github.com/bastelfreak))

## [v3.0.0](https://github.com/voxpupuli/puppet-openvmtools/tree/v3.0.0) (2022-08-04)

[Full Changelog](https://github.com/voxpupuli/puppet-openvmtools/compare/v2.1.0...v3.0.0)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@
"vmware-tools",
"vmware_tools"
],
"version": "3.0.1-rc0"
"version": "4.0.0"
}