Skip to content

Commit 3491073

Browse files
authored
Merge pull request #222 from newrelic/release/v0.8.0
Release/v0.8.0
2 parents b6a50bc + 8a0ad78 commit 3491073

File tree

2 files changed

+37
-4
lines changed

2 files changed

+37
-4
lines changed

CHANGELOG.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,39 @@
1+
<a name="v0.8.0"></a>
2+
## [v0.8.0] - 2020-04-24
3+
### Bug Fixes
4+
- **chocolatey:** use copyright longer than four characters
5+
- **chocolatey:** use better path for msi placement
6+
- **chocolatey:** start packaging duing in main build process
7+
- **chocolatey:** continue cleaning template files
8+
- **chocolatey:** clean up comments from template files
9+
10+
### Documentation Updates
11+
- update command examples in Getting Started guide to reflect recent updates
12+
- **installation:** update installation guide with more options
13+
- **readme:** fix typo in pgp key URL
14+
- **releases:** add link to the DTK public PGP key
15+
16+
### Features
17+
- **build:** provide installation via Scoop (Windows)
18+
- **chocolatey:** begin chocolatey build
19+
- **packaging:** include rpm and deb builds in goreleaser
20+
- **release:** add code signing for artifacts
21+
122
<a name="v0.7.0"></a>
223
## [v0.7.0] - 2020-04-20
324
### Bug Fixes
425
- **build:** Goreleaser was running `make clean` which broke things when run from `make release-publish`
26+
- **ci:** wrap git config values in quotes
27+
- **ci:** pass git config a global option
28+
- **ci:** chmod +x the brew PR script
29+
- **ci:** update the snap app name to match the binary
30+
- **ci:** revert snapcraft binary name
31+
- **ci:** upgrade snapcraft grade
32+
- **ci:** add a step to install snapcraft
33+
- **ci:** wire snapcraft token into publish step
34+
- **ci:** wire docker creds into publish step
35+
- **ci:** fix yaml indentation
36+
- **ci:** update the snap name to match the binary
537

638
### Features
739
- **ci:** automate updating of homebrew formula
@@ -149,7 +181,8 @@
149181
- **profile:** Enable reading of profiles and use Region/APIKey from default profile
150182
- **profile:** Add listing of profiles to command
151183

152-
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.7.0...HEAD
184+
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.8.0...HEAD
185+
[v0.8.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.7.0...v0.8.0
153186
[v0.7.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.6.2...v0.7.0
154187
[v0.6.2]: https://github.com/newrelic/newrelic-client-go/compare/v0.6.1...v0.6.2
155188
[v0.6.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.6.0...v0.6.1

docs/cli/newrelic_workload_get.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Get a New Relic One workload.
66

77
Get a New Relic One workload
88

9-
The get command retrieves a specific workload by its account ID and workload ID.
9+
The get command retrieves a specific workload by its account ID and workload GUID.
1010

1111

1212
```
@@ -16,15 +16,15 @@ newrelic workload get [flags]
1616
### Examples
1717

1818
```
19-
newrelic workload create --accountId 12345678 --id 1346
19+
newrelic workload create --accountId 12345678 --guid MjUyMDUyOHxOUjF8V09SS0xPQUR8MTI4Myt
2020
```
2121

2222
### Options
2323

2424
```
2525
-a, --accountId int the New Relic account ID where you want to create the workload
26+
-g, --guid string the GUID of the workload
2627
-h, --help help for get
27-
-i, --id int the identifier of the workload
2828
```
2929

3030
### Options inherited from parent commands

0 commit comments

Comments
 (0)