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

Commit

Permalink
Merge pull request #162 from puppetlabs/maint/main/update_changelog_f…
Browse files Browse the repository at this point in the history
…or_0.2.0

(MAINT) Update CHANGELOG
  • Loading branch information
chelnak authored May 5, 2022
2 parents 672225a + c6b96f0 commit 0b5cd0c
Show file tree
Hide file tree
Showing 2 changed files with 16 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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b5cd0c

Please sign in to comment.