Skip to content

Commit

Permalink
Merge pull request #820 from newrelic/release/v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeveland27 authored Apr 27, 2021
2 parents 8d670b0 + 03f91e9 commit 171b1db
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 210 deletions.
18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="v0.23.0"></a>
## [v0.23.0] - 2021-04-27
### Bug Fixes
- **install:** remove hardcoded OS
- **install:** retain new fields when recipe is fetched

### Features
- **install:** resolve dependencies and remove infra enforcement
- **install:** support dependencies, priority, and quickstarts in recipe

<a name="v0.22.0"></a>
## [v0.22.0] - 2021-04-15
### Bug Fixes
Expand Down Expand Up @@ -462,8 +472,6 @@
- **output:** Output package for central output handling
- **snapcraft:** include goreleaser config for snaps

<a name="v0.6.2-test"></a>
## [v0.6.2-test] - 2020-04-09
<a name="v0.6.2"></a>
## [v0.6.2] - 2020-04-08
### Bug Fixes
Expand Down Expand Up @@ -597,7 +605,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.22.0...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.23.0...HEAD
[v0.23.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.22.0...v0.23.0
[v0.22.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.21.1...v0.22.0
[v0.21.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.21.0...v0.21.1
[v0.21.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.20.28...v0.21.0
Expand Down Expand Up @@ -667,8 +676,7 @@
[v0.8.2]: https://github.com/newrelic/newrelic-client-go/compare/v0.8.1...v0.8.2
[v0.8.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.8.0...v0.8.1
[v0.8.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.7.0...v0.8.0
[v0.7.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.6.2-test...v0.7.0
[v0.6.2-test]: https://github.com/newrelic/newrelic-client-go/compare/v0.6.2...v0.6.2-test
[v0.7.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.6.2...v0.7.0
[v0.6.2]: https://github.com/newrelic/newrelic-client-go/compare/v0.6.1...v0.6.2
[v0.6.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.6.0...v0.6.1
[v0.6.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.5.0...v0.6.0
Expand Down
36 changes: 0 additions & 36 deletions docs/cli/newrelic_apiAccess.md

This file was deleted.

32 changes: 0 additions & 32 deletions docs/cli/newrelic_apiAccess_apiAccessCreateKeys.md

This file was deleted.

32 changes: 0 additions & 32 deletions docs/cli/newrelic_apiAccess_apiAccessDeleteKeys.md

This file was deleted.

38 changes: 0 additions & 38 deletions docs/cli/newrelic_apiAccess_apiAccessGetKey.md

This file was deleted.

32 changes: 0 additions & 32 deletions docs/cli/newrelic_apiAccess_apiAccessUpdateKeys.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/cli/newrelic_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ newrelic install [flags]
-c, --recipePath strings the path to a recipe file to install
-a, --skipApm skips installation for APM
-d, --skipDiscovery skips discovery of recommended New Relic integrations
-i, --skipInfra skips installation for infrastructure agent (only for targeted install)
-r, --skipIntegrations skips installation of recommended New Relic integrations
-l, --skipLoggingInstall skips installation of New Relic Logging
-t, --testMode fakes operations for UX testing
Expand Down
35 changes: 0 additions & 35 deletions docs/cli/newrelic_installTest.md

This file was deleted.

0 comments on commit 171b1db

Please sign in to comment.