Skip to content

Commit 41a2e60

Browse files
authored
Merge pull request #122 from bastelfreak/rel410
Release 4.1.0
2 parents 2cad46b + e686646 commit 41a2e60

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ 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.1.0](https://github.com/voxpupuli/puppet-catalog_diff/tree/v4.1.0) (2024-10-03)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-catalog_diff/compare/v4.0.1...v4.1.0)
10+
11+
**Implemented enhancements:**
12+
13+
- Allow trusted facts to be derived from node name [\#110](https://github.com/voxpupuli/puppet-catalog_diff/pull/110) ([nabertrand](https://github.com/nabertrand))
14+
- reports: create them human readable [\#103](https://github.com/voxpupuli/puppet-catalog_diff/pull/103) ([bastelfreak](https://github.com/bastelfreak))
15+
- log destination for compiled catalogs [\#102](https://github.com/voxpupuli/puppet-catalog_diff/pull/102) ([bastelfreak](https://github.com/bastelfreak))
16+
17+
**Fixed bugs:**
18+
19+
- Fix failed nodes report [\#108](https://github.com/voxpupuli/puppet-catalog_diff/pull/108) ([edward-harley](https://github.com/edward-harley))
20+
21+
**Merged pull requests:**
22+
23+
- Replace remaining invocations of obsolete URI.escape [\#123](https://github.com/voxpupuli/puppet-catalog_diff/pull/123) ([vchepkov](https://github.com/vchepkov))
24+
- FacterDB: Switch to stringified facts [\#121](https://github.com/voxpupuli/puppet-catalog_diff/pull/121) ([bastelfreak](https://github.com/bastelfreak))
25+
- Delete unused spec\_helper\_local.rb [\#120](https://github.com/voxpupuli/puppet-catalog_diff/pull/120) ([bastelfreak](https://github.com/bastelfreak))
26+
- document all parameters with puppet-strings [\#119](https://github.com/voxpupuli/puppet-catalog_diff/pull/119) ([bastelfreak](https://github.com/bastelfreak))
27+
- Replace legacy `fqdn` fact with `networking.fqdn` [\#118](https://github.com/voxpupuli/puppet-catalog_diff/pull/118) ([bastelfreak](https://github.com/bastelfreak))
28+
729
## [v4.0.1](https://github.com/voxpupuli/puppet-catalog_diff/tree/v4.0.1) (2023-08-01)
830

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

β€ŽRakefileβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ rescue LoadError
2727
# voxpupuli-release not present
2828
else
2929
GCGConfig.user = 'voxpupuli'
30-
GCGConfig.project = 'puppet-catalog-diff'
30+
GCGConfig.project = 'puppet-catalog_diff'
3131
end
3232

3333
desc "Run main 'test' task and report merged results to coveralls"

β€Žmetadata.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-catalog_diff",
3-
"version": "4.0.2-rc0",
3+
"version": "4.1.0",
44
"author": "Vox Pupuli",
55
"summary": "Compares two catalogs and shows the differences",
66
"license": "Apache-2.0",

0 commit comments

Comments
Β (0)