Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Update CHANGELOG for 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sanfrancrisko committed Sep 16, 2021
1 parent a8ccc6c commit 447eec9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0]

### Changed

- The Puppet Content templates shipped in 0.4.0 and the handling of templates in 0.4.0 is _not_ backward compatible with templates which do not have `id`, `author`, AND `version` defined in their metadata

### Added

- [(GH-183)](https://github.com/uppetlabs/pdkgo/issues/183) `pct new` handles namespaced templates
- [(GH-184)](https://github.com/uppetlabs/pdkgo/issues/184) `pct install` works against remote `tar.gz` files
- [(GH-185)](https://github.com/puppetlabs/pdkgo/issues/185) `pct build` validates pct-config.yml
- [(GH-167)](https://github.com/puppetlabs/pdkgo/issues/167) Implement `pct install` CLI command
- [(TEMPLATES-17)](https://github.com/puppetlabs/baker-round/issues/17) Ensure `puppet-content-template` includes the author key in the scaffolded config file
- [(TEMPLATES-18)](https://github.com/puppetlabs/baker-round/issues/18) Ensure all default templates have their author set to `puppetlabs`

## [0.3.0]

Expand Down Expand Up @@ -54,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- [(GH-29)](https://github.com/puppetlabs/pdkgo/issues/29) Error if template not found

[Unreleased]: https://github.com/puppetlabs/pdkgo/compare/0.3.0..main
[Unreleased]: https://github.com/puppetlabs/pdkgo/compare/0.4.0..main
[0.4.0]: https://github.com/puppetlabs/pdkgo/releases/tag/0.3.0
[0.3.0]: https://github.com/puppetlabs/pdkgo/releases/tag/0.3.0
[0.2.0]: https://github.com/puppetlabs/pdkgo/releases/tag/0.2.0
[0.1.0]: https://github.com/puppetlabs/pdkgo/releases/tag/0.1.0
Expand Down

0 comments on commit 447eec9

Please sign in to comment.