Skip to content

Commit

Permalink
Merge pull request #567 from newrelic/release/v0.18.9
Browse files Browse the repository at this point in the history
chore(changelog): Update CHANGELOG for v0.18.9
  • Loading branch information
zlesnr authored Dec 29, 2020
2 parents f2caf92 + 8b5af36 commit 25e43ca
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="v0.18.9"></a>
## [v0.18.9] - 2020-12-29
### Bug Fixes
- **install:** avoid duplicate installs for logging and infra
- **install:** include displayName in request and recipe constructor
- **install:** avoid prompting when user has specified a named recipe
- **install:** capture task output and print only when debug logging
- **install:** avoid nil pointer and extra matches for service results
- **install:** update recipe spec to support displayName

<a name="v0.18.8"></a>
## [v0.18.8] - 2020-12-23
### Bug Fixes
Expand Down Expand Up @@ -362,7 +372,8 @@
- **profile:** Enable reading of profiles and use Region/APIKey from default profile
- **profile:** Add listing of profiles to command

[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.8...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.9...HEAD
[v0.18.9]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.8...v0.18.9
[v0.18.8]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.7...v0.18.8
[v0.18.7]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.6...v0.18.7
[v0.18.6]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.5...v0.18.6
Expand Down
3 changes: 2 additions & 1 deletion internal/install/recipes/service_recipe_fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ import (
"fmt"
"strings"

"github.com/newrelic/newrelic-cli/internal/install/types"
log "github.com/sirupsen/logrus"

"github.com/newrelic/newrelic-cli/internal/install/types"
)

// ServiceRecipeFetcher is an implementation of the recipeFetcher interface that
Expand Down

0 comments on commit 25e43ca

Please sign in to comment.