Skip to content

Commit

Permalink
Prepare for release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadej Borovšak committed Jan 26, 2021
1 parent 6250a12 commit 748b505
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
15 changes: 15 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
---
releases:
1.8.0:
release_date: "2021-01-26"
changes:
release_summary: |
Supporting hashed user passwords
Starting with this release, Sensu Go users can use password hashes
directly when manipulating role-based access control resources.
minor_changes:
- Add support for hashed password in user module.
bugfixes:
- Mimic actual responses when user module runs in check mode.
- Make it possible to use modules on Sensu Go backends with no version
number.

1.7.2:
release_date: "2021-01-21"
changes:
Expand Down
16 changes: 16 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Release notes
=============

Version 1.8.0 -- Supporting hashed user passwords
-------------------------------------------------

Starting with this release, Sensu Go users can use password hashes directly
when manipulating role-based access control resources.

**New features:**

* Add support for hashed password in user module.

**Bug fixes:**

* Mimic actual responses when user module runs in check mode.
* Make it possible to use modules on Sensu Go backends with no version number.


Version 1.7.2 -- Be kind
------------------------

Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: sensu
name: sensu_go
version: 1.7.2
version: 1.8.0

authors:
- Paul Arthur <[email protected]> (@flowerysong)
Expand Down

0 comments on commit 748b505

Please sign in to comment.