-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f7bd47c
commit 53f990a
Showing
1 changed file
with
20 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 |
---|---|---|
@@ -1,3 +1,23 @@ | ||
## 0.2.0 15 July 2021 | ||
|
||
## New Features | ||
- Functions that query for groups now return more detailed information about the clusters in the groups [95a8bcb] | ||
- Allow passing alternate url for IAM endpoint (#31) [ece05a6] | ||
|
||
### Fixes | ||
- All characters properly handled when converting to JSON (#39) [fb58ff1] | ||
|
||
### Documentation | ||
- Update README to address Satellite Config vs. Razee terminology confusion (#32) [56442d3] | ||
|
||
### Stand-alone Razee features (EXPERIMENTAL) | ||
- Support for authentication using an apikey of an OAuth service (#29) [4633884] | ||
- Support for local user/password authentication (#24) [49a390b] | ||
|
||
### For contributors | ||
- More flexibility in configuration(s) for running integration tests [b8fa1c7, ece05a6] | ||
- Add guards against accidentally pushing a real api key (for integration tests) (#34) [0caf65b] | ||
|
||
## 0.1.1 | ||
|
||
- Initial Public Release |