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 #118 from puppetlabs/maint/main/update-changelog-f…
Browse files Browse the repository at this point in the history
…or-010

(MAINT) Release Prep 0.1.0
  • Loading branch information
david22swan authored Jan 31, 2022
2 parents 8c57e81 + 1e68baa commit 75f1252
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 50 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

[Unreleased]: https://github.com/puppetlabs/prm/compare/9d7ff6acd89f19cd24492acc9058c4c5752bcbe5..main
## [0.1.0]

- [(GH-263)](https://github.com/puppetlabs/pdkgo/issues/263) Added initial implementation based on pdkgo project structure.
- [(GH-13)](https://github.com/puppetlabs/prm/issues/13) Added `prm install` command
- [(GH-14)](https://github.com/puppetlabs/prm/issues/14) Added `prm status` command
- [(GH-35)](https://github.com/puppetlabs/prm/issues/35) Enabled `exec` functionality for gems via docker backend
### Added

- [(GH-11)](https://github.com/puppetlabs/prm/issues/11) `prm explain` command to surface documentation in the terminal
- [(GH-13)](https://github.com/puppetlabs/prm/issues/13) `prm install` command to add new tools or versions of tools
- [(GH-14)](https://github.com/puppetlabs/prm/issues/14) `prm status` command to verify status of the backend
- [(GH-15)](https://github.com/puppetlabs/prm/issues/15) `prm get|set backend` commands to enable setting the backend from the terminal
- [(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
[0.1.0]: https://github.com/puppetlabs/prm/releases/tag/0.1.0
18 changes: 10 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace github.com/puppetlabs/prm/docs/md => ./docs/md
require (
github.com/Masterminds/semver v1.5.0
github.com/Microsoft/go-winio v0.5.1 // indirect
github.com/Microsoft/hcsshim v0.9.1 // indirect
github.com/Microsoft/hcsshim v0.9.2 // indirect
github.com/containerd/cgroups v1.0.2 // indirect
github.com/containerd/containerd v1.5.9 // indirect
github.com/docker/docker v20.10.12+incompatible
Expand All @@ -16,25 +16,27 @@ require (
github.com/gorilla/mux v1.8.0 // indirect
github.com/hashicorp/go-version v1.4.0
github.com/json-iterator/go v1.1.12
github.com/microcosm-cc/bluemonday v1.0.17 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.4.3
github.com/moby/sys/mount v0.3.0 // indirect
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
github.com/muesli/termenv v0.10.0 // indirect
github.com/olekukonko/tablewriter v0.0.5
github.com/opencontainers/image-spec v1.0.2
github.com/opencontainers/runc v1.0.3 // indirect
github.com/puppetlabs/pdkgo v0.0.0-20220110155330-29bce1a03e20
github.com/puppetlabs/prm/docs/md v0.0.0-00010101000000-000000000000
github.com/opencontainers/runc v1.1.0 // indirect
github.com/otiai10/copy v1.7.0
github.com/puppetlabs/pdkgo v0.0.0-20220126155800-c78bfaf4fb87
github.com/puppetlabs/prm/docs/md v0.0.0-20220131145518-8c57e81fbea0
github.com/rs/zerolog v1.26.1
github.com/spf13/afero v1.8.0
github.com/spf13/cobra v1.3.0
github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20220107192237-5cfca573fb4d // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368 // indirect
go.opentelemetry.io/proto/otlp v0.12.0 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect
google.golang.org/genproto v0.0.0-20220126215142-9970aeb2e350 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/ini.v1 v1.66.3 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
Loading

0 comments on commit 75f1252

Please sign in to comment.