Skip to content
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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ 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.3.0](https://github.com/voxpupuli/puppet-catalog_diff/tree/v4.3.0) (2025-08-18)

[Full Changelog](https://github.com/voxpupuli/puppet-catalog_diff/compare/v4.2.0...v4.3.0)

**Breaking changes:**

- Drop puppet, update openvox minimum version to 8.19 [\#139](https://github.com/voxpupuli/puppet-catalog_diff/pull/139) ([TheMeier](https://github.com/TheMeier))

**Implemented enhancements:**

- make puppetdb-termini optional [\#132](https://github.com/voxpupuli/puppet-catalog_diff/pull/132) ([zipkid](https://github.com/zipkid))

**Merged pull requests:**

- docs: trivial fix for anchor name [\#125](https://github.com/voxpupuli/puppet-catalog_diff/pull/125) ([waipeng](https://github.com/waipeng))

## [v4.2.0](https://github.com/voxpupuli/puppet-catalog_diff/tree/v4.2.0) (2025-06-12)

[Full Changelog](https://github.com/voxpupuli/puppet-catalog_diff/compare/v4.1.0...v4.2.0)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-catalog_diff",
"version": "4.2.1-rc0",
"version": "4.3.0",
"author": "Vox Pupuli",
"summary": "Compares two catalogs and shows the differences",
"license": "Apache-2.0",
Expand Down