Skip to content

Commit efcf1a0

Browse files
committed
Turn CHANGELOG.txt into HISTORY.md
1 parent b27396a commit efcf1a0

File tree

3 files changed

+59
-51
lines changed

3 files changed

+59
-51
lines changed

CHANGELOG.md

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,25 @@
22

33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [v2.2.1](https://github.com/camptocamp/puppet-catalog-diff/tree/v2.2.1) (2020-08-18)
6+
7+
[Full Changelog](https://github.com/camptocamp/puppet-catalog-diff/compare/v2.2.1...v2.2.1)
8+
9+
### Added
10+
11+
- Use `prefer\_requested\_environment` `true` [\#35](https://github.com/camptocamp/puppet-catalog-diff/pull/35) ([alexjfisher](https://github.com/alexjfisher))
12+
- Include list of `all\_changed\_nodes` in json report [\#34](https://github.com/camptocamp/puppet-catalog-diff/pull/34) ([alexjfisher](https://github.com/alexjfisher))
13+
- Hide sensitive parameters [\#33](https://github.com/camptocamp/puppet-catalog-diff/pull/33) ([alexjfisher](https://github.com/alexjfisher))
14+
- Add link to upload\_facts.rb script and documentation how to use it in Puppet upgrades to README [\#30](https://github.com/camptocamp/puppet-catalog-diff/pull/30) ([JohnEricson](https://github.com/JohnEricson))
15+
516
## [v2.2.1](https://github.com/camptocamp/puppet-catalog-diff/tree/v2.2.1) (2020-07-15)
617

718
[Full Changelog](https://github.com/camptocamp/puppet-catalog-diff/compare/v2.2.0...v2.2.1)
819

20+
### Added
21+
22+
- Use \#notice instead of \#err for realtime message [\#26](https://github.com/camptocamp/puppet-catalog-diff/pull/26) ([raphink](https://github.com/raphink))
23+
924
### Fixed
1025

1126
- Get rid of obsolete URI.escape [\#29](https://github.com/camptocamp/puppet-catalog-diff/pull/29) ([raphink](https://github.com/raphink))
@@ -29,7 +44,6 @@ All notable changes to this project will be documented in this file. The format
2944

3045
### Added
3146

32-
- Use \#notice instead of \#err for realtime message [\#26](https://github.com/camptocamp/puppet-catalog-diff/pull/26) ([raphink](https://github.com/raphink))
3347
- Add --exclude\_defined\_resources [\#25](https://github.com/camptocamp/puppet-catalog-diff/pull/25) ([raphink](https://github.com/raphink))
3448

3549
## [v2.0.0](https://github.com/camptocamp/puppet-catalog-diff/tree/v2.0.0) (2020-05-05)
@@ -51,45 +65,34 @@ All notable changes to this project will be documented in this file. The format
5165

5266
- Fix convert\_pdb [\#21](https://github.com/camptocamp/puppet-catalog-diff/pull/21) ([raphink](https://github.com/raphink))
5367

54-
## [v1.7.0](https://github.com/camptocamp/puppet-catalog-diff/tree/v1.7.0) (2020-05-05)
55-
56-
[Full Changelog](https://github.com/camptocamp/puppet-catalog-diff/compare/v1.6.0...v1.7.0)
57-
58-
### Added
59-
60-
- Refactor [\#14](https://github.com/camptocamp/puppet-catalog-diff/pull/14) ([raphink](https://github.com/raphink))
61-
- Lint [\#13](https://github.com/camptocamp/puppet-catalog-diff/pull/13) ([raphink](https://github.com/raphink))
62-
- Ignore parameters [\#12](https://github.com/camptocamp/puppet-catalog-diff/pull/12) ([raphink](https://github.com/raphink))
63-
- Sort hash keys in formater [\#11](https://github.com/camptocamp/puppet-catalog-diff/pull/11) ([raphink](https://github.com/raphink))
64-
- Include environment in report [\#10](https://github.com/camptocamp/puppet-catalog-diff/pull/10) ([raphink](https://github.com/raphink))
65-
- Update to current PDK template [\#9](https://github.com/camptocamp/puppet-catalog-diff/pull/9) ([DavidS](https://github.com/DavidS))
66-
- Cache str diffs [\#8](https://github.com/camptocamp/puppet-catalog-diff/pull/8) ([raphink](https://github.com/raphink))
67-
- Puppetdb catalog [\#7](https://github.com/camptocamp/puppet-catalog-diff/pull/7) ([raphink](https://github.com/raphink))
68-
- Output endpoint in debug [\#6](https://github.com/camptocamp/puppet-catalog-diff/pull/6) ([raphink](https://github.com/raphink))
69-
- Support certless API [\#3](https://github.com/camptocamp/puppet-catalog-diff/pull/3) ([raphink](https://github.com/raphink))
70-
- Use v3 catalog API [\#2](https://github.com/camptocamp/puppet-catalog-diff/pull/2) ([raphink](https://github.com/raphink))
71-
72-
### Fixed
68+
## [v1.6.0](https://github.com/camptocamp/puppet-catalog-diff/tree/v1.6.0) (2015-06-04)
69+
[Full Changelog](https://github.com/camptocamp/puppet-catalog-diff/compare/v1.5.2...v1.6.0)
7370

74-
- Fix: v4/catalog returns an embedded catalog [\#5](https://github.com/camptocamp/puppet-catalog-diff/pull/5) ([raphink](https://github.com/raphink))
75-
- Check key in parsed catalog [\#1](https://github.com/camptocamp/puppet-catalog-diff/pull/1) ([raphink](https://github.com/raphink))
71+
- The generation date (global info)
72+
- Two node fields: old_version and new_version, using the catalog versions. [\#8](https://github.com/acidprime/puppet-catalog-diff/pull/8) ([raphink](https://github.com/raphink))
7673

77-
## [v1.6.0](https://github.com/camptocamp/puppet-catalog-diff/tree/v1.6.0) (2015-06-04)
74+
## [v1.5.2](https://github.com/camptocamp/puppet-catalog-diff/tree/v1.5.2) (2015-06-03)
75+
[Full Changelog](https://github.com/camptocamp/puppet-catalog-diff/compare/v1.5.1...v1.5.2)
7876

79-
[Full Changelog](https://github.com/camptocamp/puppet-catalog-diff/compare/v1.5.1...v1.6.0)
77+
- Improve puppetdb requests [\#7](https://github.com/acidprime/puppet-catalog-diff/pull/7) ([raphink](https://github.com/raphink))
8078

8179
## [v1.5.1](https://github.com/camptocamp/puppet-catalog-diff/tree/v1.5.1) (2015-06-02)
82-
8380
[Full Changelog](https://github.com/camptocamp/puppet-catalog-diff/compare/v1.5.0...v1.5.1)
8481

85-
## [v1.5.0](https://github.com/camptocamp/puppet-catalog-diff/tree/v1.5.0) (2015-06-02)
82+
- Fix Typo [\#6](https://github.com/acidprime/puppet-catalog-diff/pull/6) ([claytono](https://github.com/claytono))
8683

84+
## [v1.5.0](https://github.com/camptocamp/puppet-catalog-diff/tree/v1.5.0) (2015-06-02)
8785
[Full Changelog](https://github.com/camptocamp/puppet-catalog-diff/compare/v1.0.0...v1.5.0)
8886

89-
## [v1.0.0](https://github.com/camptocamp/puppet-catalog-diff/tree/v1.0.0) (2014-04-04)
87+
- Multiple facts in filter [\#5](https://github.com/acidprime/puppet-catalog-diff/pull/5) ([raphink](https://github.com/raphink))
88+
- Allow for filtering of local yaml cache [\#4](https://github.com/acidprime/puppet-catalog-diff/pull/4) ([raphink](https://github.com/raphink))
89+
- Allow you to pass environment [\#2](https://github.com/acidprime/puppet-catalog-diff/pull/2) ([raphink](https://github.com/raphink))
90+
- Update error handling [\#1](https://github.com/acidprime/puppet-catalog-diff/pull/1) ([supercow](https://github.com/supercow))
91+
- [Update puppedb option handling](https://github.com/acidprime/puppet-catalog-diff/commit/c567a48fe75715a1d30e1d02dcc49c339b470cb8) ([raphink](https://github.com/raphink))
9092

91-
[Full Changelog](https://github.com/camptocamp/puppet-catalog-diff/compare/96e91f27adc96eb37ae63810b174f041add8784d...v1.0.0)
93+
## [v1.0.0](https://github.com/camptocamp/puppet-catalog-diff/tree/v1.0.0) (2015-06-02)
9294

95+
- Initial fork and release of RIAAs build ([acidprime](https://github.com/acidprime))
9396

9497

9598
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

CHANGELOG.txt

Lines changed: 0 additions & 23 deletions
This file was deleted.

HISTORY.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## [v1.6.0](https://github.com/camptocamp/puppet-catalog-diff/tree/v1.6.0) (2015-06-04)
2+
[Full Changelog](https://github.com/camptocamp/puppet-catalog-diff/compare/v1.5.2...v1.6.0)
3+
4+
- The generation date (global info)
5+
- Two node fields: old_version and new_version, using the catalog versions. [\#8](https://github.com/acidprime/puppet-catalog-diff/pull/8) ([raphink](https://github.com/raphink))
6+
7+
## [v1.5.2](https://github.com/camptocamp/puppet-catalog-diff/tree/v1.5.2) (2015-06-03)
8+
[Full Changelog](https://github.com/camptocamp/puppet-catalog-diff/compare/v1.5.1...v1.5.2)
9+
10+
- Improve puppetdb requests [\#7](https://github.com/acidprime/puppet-catalog-diff/pull/7) ([raphink](https://github.com/raphink))
11+
12+
## [v1.5.1](https://github.com/camptocamp/puppet-catalog-diff/tree/v1.5.1) (2015-06-02)
13+
[Full Changelog](https://github.com/camptocamp/puppet-catalog-diff/compare/v1.5.0...v1.5.1)
14+
15+
- Fix Typo [\#6](https://github.com/acidprime/puppet-catalog-diff/pull/6) ([claytono](https://github.com/claytono))
16+
17+
## [v1.5.0](https://github.com/camptocamp/puppet-catalog-diff/tree/v1.5.0) (2015-06-02)
18+
[Full Changelog](https://github.com/camptocamp/puppet-catalog-diff/compare/v1.0.0...v1.5.0)
19+
20+
- Multiple facts in filter [\#5](https://github.com/acidprime/puppet-catalog-diff/pull/5) ([raphink](https://github.com/raphink))
21+
- Allow for filtering of local yaml cache [\#4](https://github.com/acidprime/puppet-catalog-diff/pull/4) ([raphink](https://github.com/raphink))
22+
- Allow you to pass environment [\#2](https://github.com/acidprime/puppet-catalog-diff/pull/2) ([raphink](https://github.com/raphink))
23+
- Update error handling [\#1](https://github.com/acidprime/puppet-catalog-diff/pull/1) ([supercow](https://github.com/supercow))
24+
- [Update puppedb option handling](https://github.com/acidprime/puppet-catalog-diff/commit/c567a48fe75715a1d30e1d02dcc49c339b470cb8) ([raphink](https://github.com/raphink))
25+
26+
## [v1.0.0](https://github.com/camptocamp/puppet-catalog-diff/tree/v1.0.0) (2015-06-02)
27+
28+
- Initial fork and release of RIAAs build ([acidprime](https://github.com/acidprime))

0 commit comments

Comments
 (0)