Skip to content

Commit

Permalink
Prepare for release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadej Borovšak authored and mdolin committed Jun 24, 2020
1 parent 9a88367 commit 7309c12
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
Release notes
=============

Version 1.4.1 -- Maintenance is the name of the game
----------------------------------------------------

There are no nothing earth-shattering changes in this release, just honest
little bug fixes and compatibility improvements.

**NOTE:** The *sensu.sensu_go.user* module currently **DOES NOT** work on
Sensu Go 5.21.0 and later. This is a know issue that will be fixed as soon as
the updated user-related backend API endpoints are documented.


**Bug fixes:**

* Make sure event module always returns a predicted result.
* Make user module fully-idempotent. Previous versions did not properly detect
the password changes.
* Use fully-qualified collection names in module documentation.
* Ensure backend initialization properly reports changed state.
* Make API key authentication work even for regular users with limited
permissions.
* Update the datastore module to cope with the minor API changes.


Version 1.4.0 -- Keeping up with the world
------------------------------------------

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.4.0
version: 1.4.1

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

0 comments on commit 7309c12

Please sign in to comment.