Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanderhoof committed Jun 25, 2018
1 parent f3f636f commit bd5951c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.6.0] - 2018-06-25

### Changed
- RolesController#index now accepts `role` as a query parameter. If
present, resources visible to that role are listed.
Expand All @@ -22,6 +24,10 @@ permission on them.
of members of a Role.

### Added
- AWS Hosts can authenticate using their assigned AWS IAM role.

- Added variable rotation for Postgres databases

- Experimental audit querying engine mounted at /audit. It can be configured to work with
an external audit database by using config.audit_database configuration entry.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.6.0

0 comments on commit bd5951c

Please sign in to comment.