Skip to content

Commit 4a715aa

Browse files
Release Automationgithub-actions[bot]
authored andcommitted
Release 4.2.0
1 parent 6104239 commit 4a715aa

2 files changed

Lines changed: 20 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These should not affect the functionality of the module.
66

7+
## [v4.2.0](https://github.com/voxpupuli/puppet-catalog_diff/tree/v4.2.0) (2025-06-12)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-catalog_diff/compare/v4.1.0...v4.2.0)
10+
11+
**Implemented enhancements:**
12+
13+
- metadata.json: Add OpenVox [\#131](https://github.com/voxpupuli/puppet-catalog_diff/pull/131) ([jstraw](https://github.com/jstraw))
14+
- Replace PSON with JSON for compatibility with Puppet 8 [\#127](https://github.com/voxpupuli/puppet-catalog_diff/pull/127) ([lcharreau](https://github.com/lcharreau))
15+
16+
**Fixed bugs:**
17+
18+
- Fix for resources that have a parameter named `type` [\#134](https://github.com/voxpupuli/puppet-catalog_diff/pull/134) ([alexjfisher](https://github.com/alexjfisher))
19+
- metadata.json has wrong source [\#129](https://github.com/voxpupuli/puppet-catalog_diff/pull/129) ([LirionOSS](https://github.com/LirionOSS))
20+
21+
**Closed issues:**
22+
23+
- metadata.json has wrong source [\#128](https://github.com/voxpupuli/puppet-catalog_diff/issues/128)
24+
725
## [v4.1.0](https://github.com/voxpupuli/puppet-catalog_diff/tree/v4.1.0) (2024-10-03)
826

927
[Full Changelog](https://github.com/voxpupuli/puppet-catalog_diff/compare/v4.0.1...v4.1.0)

metadata.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
{
22
"name": "puppet-catalog_diff",
3-
"version": "4.1.1-rc0",
3+
"version": "4.2.0",
44
"author": "Vox Pupuli",
55
"summary": "Compares two catalogs and shows the differences",
66
"license": "Apache-2.0",
77
"source": "https://github.com/voxpupuli/puppet-catalog_diff",
88
"project_page": "https://github.com/voxpupuli/puppet-catalog_diff",
99
"issues_url": "https://github.com/voxpupuli/puppet-catalog_diff/issues",
10-
"dependencies": [
11-
12-
],
10+
"dependencies": [],
1311
"operatingsystem_support": [
1412
{
1513
"operatingsystem": "CentOS",

0 commit comments

Comments
 (0)