From 7309c1259b7d5b2aff15bdbf52a84d5c5ee9d625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadej=20Borov=C5=A1ak?= Date: Tue, 23 Jun 2020 10:13:16 +0200 Subject: [PATCH] Prepare for release 1.4.1 --- docs/source/release_notes.rst | 23 +++++++++++++++++++++++ galaxy.yml | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index e5fd5059..a0cd7ff1 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -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 ------------------------------------------ diff --git a/galaxy.yml b/galaxy.yml index 86ed92e4..3d75dba7 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: sensu name: sensu_go -version: 1.4.0 +version: 1.4.1 authors: - Paul Arthur (@flowerysong)