|
| 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 | + |
1 | 22 | <a name="v0.7.0"></a> |
2 | 23 | ## [v0.7.0] - 2020-04-20 |
3 | 24 | ### Bug Fixes |
4 | 25 | - **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 |
5 | 37 |
|
6 | 38 | ### Features |
7 | 39 | - **ci:** automate updating of homebrew formula |
|
149 | 181 | - **profile:** Enable reading of profiles and use Region/APIKey from default profile |
150 | 182 | - **profile:** Add listing of profiles to command |
151 | 183 |
|
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 |
153 | 186 | [v0.7.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.6.2...v0.7.0 |
154 | 187 | [v0.6.2]: https://github.com/newrelic/newrelic-client-go/compare/v0.6.1...v0.6.2 |
155 | 188 | [v0.6.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.6.0...v0.6.1 |
|
0 commit comments