diff --git a/CHANGELOG.md b/CHANGELOG.md index 27be9e6..3c1c3c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] @@ -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 diff --git a/README.md b/README.md index e99df54..1e31691 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ The Puppet Runtime Manager (PRM) is a tool for validating Puppet content and for running arbitrary development/maintenance tasks against that content. +Check out the [docs site](https://puppetlabs.github.io/content-and-tooling-team/docs/prm/) for more information. + > :warning: PRM is currently in an EXPERIMENTAL phase and feedback is encouraged via [prm/discussions](https://github.com/puppetlabs/prm/discussions) and starting a `feedback` post. ## Installing