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

Commit

Permalink
(MAINT) Add change log for prm 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
petergmurphy committed May 5, 2022
1 parent 4d9d3e1 commit c6b96f0
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0]

### Added

- [(GH-341)](https://github.com/puppetlabs/pct/issues/341) `prm build` command to package tools for distribution
- [(GH-130)](https://github.com/puppetlabs/prm/issues/130) Add support for multi-tool validation
- [(GH-129)](https://github.com/puppetlabs/prm/issues/129) Tool output handling to either `terminal` or `file`
- [(GH-125)](https://github.com/puppetlabs/prm/issues/125) Autocompletion for validation tools
- [(GH-127)](https://github.com/puppetlabs/prm/issues/127) `prm validate` command minimal implementation on Docker backend

### Fixes

- [(GH-139)](https://github.com/puppetlabs/prm/issues/139) Fix invalid default Puppet agent Docker image version
- [(GH-138)](https://github.com/puppetlabs/prm/issues/138) Ensures the `cache dir` is created if using default value, on `exec` and `validate` commands
- [(GH-137)](https://github.com/puppetlabs/prm/issues/137) List tools in alphabetical order, instead of random order

## [0.1.0]

Expand All @@ -22,5 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [(GH-16)](https://github.com/puppetlabs/prm/issues/16) `prm get|set puppet` commands to enable setting the Puppet runtime version from the terminal
- [(GH-35)](https://github.com/puppetlabs/prm/issues/35) `prm exec` command to run tools in a Puppet Runtime

[Unreleased]: https://github.com/puppetlabs/prm/compare/0.1.0..main
[Unreleased]: https://github.com/puppetlabs/prm/compare/0.2.0..main
[0.2.0]: https://github.com/puppetlabs/prm/releases/tag/0.2.0
[0.1.0]: https://github.com/puppetlabs/prm/releases/tag/0.1.0

0 comments on commit c6b96f0

Please sign in to comment.