Skip to content

Commit d20b2c2

Browse files
author
Jonathan Thurman
authored
Merge pull request #182 from newrelic/release/v0.6.2
Release/v0.6.2
2 parents c570783 + cfe673a commit d20b2c2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+648
-36
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
## [Unreleased]
33

44

5+
<a name="v0.6.2"></a>
6+
## [v0.6.2] - 2020-04-08
7+
### Bug Fixes
8+
- **region:** Add custom decoder for region for NR1 compatibility
9+
10+
511
<a name="v0.6.1"></a>
612
## [v0.6.1] - 2020-04-07
713
### Bug Fixes
@@ -141,7 +147,8 @@
141147
- **profile:** Add listing of profiles to command
142148

143149

144-
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.6.1...HEAD
150+
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.6.2...HEAD
151+
[v0.6.2]: https://github.com/newrelic/newrelic-client-go/compare/v0.6.1...v0.6.2
145152
[v0.6.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.6.0...v0.6.1
146153
[v0.6.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.5.0...v0.6.0
147154
[v0.5.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.4.1...v0.5.0

docs/cli/newrelic.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ The New Relic CLI enables users to perform tasks against the New Relic APIs
1717
* [newrelic apm](newrelic_apm.md) - Interact with New Relic APM
1818
* [newrelic completion](newrelic_completion.md) - Generates shell completion functions
1919
* [newrelic config](newrelic_config.md) - Manage the configuration of the New Relic CLI
20+
* [newrelic documentation](newrelic_documentation.md) - Generate CLI documentation
2021
* [newrelic entity](newrelic_entity.md) - Interact with New Relic entities
21-
* [newrelic nerdgraph](newrelic_nerdgraph.md) - Execute GraphQL requests to the NerdGraph API.
22+
* [newrelic nerdgraph](newrelic_nerdgraph.md) - Execute GraphQL requests to the NerdGraph API
23+
* [newrelic nerdstorage](newrelic_nerdstorage.md) - Read, write, and delete NerdStorage documents and collections.
2224
* [newrelic profile](newrelic_profile.md) - Manage the authentication profiles for this tool
2325
* [newrelic version](newrelic_version.md) - Show the version of the New Relic CLI
26+
* [newrelic workload](newrelic_workload.md) - Interact with New Relic One workloads
2427

25-
###### Auto generated by spf13/cobra on 23-Mar-2020
28+
###### Auto generated by spf13/cobra on 8-Apr-2020

docs/cli/newrelic_apm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Interact with New Relic APM
2020
* [newrelic apm application](newrelic_apm_application.md) - Interact with New Relic APM applications
2121
* [newrelic apm deployment](newrelic_apm_deployment.md) - Manage New Relic APM deployment markers
2222

23-
###### Auto generated by spf13/cobra on 23-Mar-2020
23+
###### Auto generated by spf13/cobra on 8-Apr-2020

docs/cli/newrelic_apm_application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ newrelic apm application --help
3232
* [newrelic apm application get](newrelic_apm_application_get.md) - Get a New Relic application
3333
* [newrelic apm application search](newrelic_apm_application_search.md) - Search for a New Relic application
3434

35-
###### Auto generated by spf13/cobra on 23-Mar-2020
35+
###### Auto generated by spf13/cobra on 8-Apr-2020

docs/cli/newrelic_apm_application_get.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ newrelic apm application get --guid <entityGUID>
3737

3838
* [newrelic apm application](newrelic_apm_application.md) - Interact with New Relic APM applications
3939

40-
###### Auto generated by spf13/cobra on 23-Mar-2020
40+
###### Auto generated by spf13/cobra on 8-Apr-2020

docs/cli/newrelic_apm_application_search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ newrelic apm application search --name <appName>
3838

3939
* [newrelic apm application](newrelic_apm_application.md) - Interact with New Relic APM applications
4040

41-
###### Auto generated by spf13/cobra on 23-Mar-2020
41+
###### Auto generated by spf13/cobra on 8-Apr-2020

docs/cli/newrelic_apm_deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ newrelic apm deployment list --applicationId <appID>
3838
* [newrelic apm deployment delete](newrelic_apm_deployment_delete.md) - Delete a New Relic APM deployment
3939
* [newrelic apm deployment list](newrelic_apm_deployment_list.md) - List New Relic APM deployments for an application
4040

41-
###### Auto generated by spf13/cobra on 23-Mar-2020
41+
###### Auto generated by spf13/cobra on 8-Apr-2020

docs/cli/newrelic_apm_deployment_create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ newrelic apm deployment create --applicationId <appID> --revision <deploymentRev
4141

4242
* [newrelic apm deployment](newrelic_apm_deployment.md) - Manage New Relic APM deployment markers
4343

44-
###### Auto generated by spf13/cobra on 23-Mar-2020
44+
###### Auto generated by spf13/cobra on 8-Apr-2020

docs/cli/newrelic_apm_deployment_delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ newrelic apm deployment delete --applicationId <appID> --deploymentID <deploymen
3737

3838
* [newrelic apm deployment](newrelic_apm_deployment.md) - Manage New Relic APM deployment markers
3939

40-
###### Auto generated by spf13/cobra on 23-Mar-2020
40+
###### Auto generated by spf13/cobra on 8-Apr-2020

docs/cli/newrelic_apm_deployment_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ newrelic apm deployment list --applicationId <appID>
3636

3737
* [newrelic apm deployment](newrelic_apm_deployment.md) - Manage New Relic APM deployment markers
3838

39-
###### Auto generated by spf13/cobra on 23-Mar-2020
39+
###### Auto generated by spf13/cobra on 8-Apr-2020

0 commit comments

Comments
 (0)