-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): Cut pre-release v0.1.0
- Loading branch information
Jonathan Thurman
committed
Feb 27, 2020
1 parent
22a800c
commit 0ac2485
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<a name="unreleased"></a> | ||
## [Unreleased] | ||
|
||
|
||
<a name="v0.1.0"></a> | ||
## v0.1.0 - 2020-02-27 | ||
### Bug Fixes | ||
- load additional API key from environment | ||
- Set correct module in go.mod | ||
- **client:** resolve api key env var collision | ||
- **config:** set defaults before validating config | ||
- **config:** invert conditional for determining default fields | ||
- **credentials:** allow setting profile if directory doesn't exist | ||
|
||
### Documentation Updates | ||
- Include overview documentation | ||
- **entities:** include some examples and longer help | ||
|
||
### Features | ||
- **apm:** implement apm deployment marker retrieval | ||
- **apm:** implement apm deployment create/delete | ||
- **build:** Add docker handling to make system (build/clean/run) | ||
- **build:** Create basic Dockerfile | ||
- **completion:** include completion command for shell completion | ||
- **config:** Add basic config loading | ||
- **config:** write config file if none exists | ||
- **config:** add remaining config methods | ||
- **config:** add list method | ||
- **config:** Add log level configuration | ||
- **credentials:** implement initial credential management | ||
- **credentials:** set default profile if adding one for the first time | ||
- **credentials:** allow overriding api keys via env vars | ||
- **entities:** add ability to filter entities search by entity type, tag, alert severity, domain, and reporting | ||
- **entities:** add entity tag retrieval | ||
- **entities:** implement entities tag and tag value deletion | ||
- **entities:** implement add/replace tags | ||
- **entities:** add entity search | ||
- **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.1.0...HEAD |