diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index a0cd7ff1..0f19356f 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -1,6 +1,21 @@ Release notes ============= +Version 1.4.2 -- Break the fall +------------------------------- + +There is really only one reason for this release: making sure user management +works with Sensu Go 5.21.0 and newer. And while the upstream did break the +API, we did not, so all your playbooks should function as nothing happened. We +had to add a *bcrypt* dependency to our collection so make sure it is +installed on hosts that will execute the user module. + +**Bug fixes:** + +* Make sure check module is as idempotent as possible. +* Make user module compatible with Sensu Go >= 5.21.0. + + Version 1.4.1 -- Maintenance is the name of the game ---------------------------------------------------- diff --git a/galaxy.yml b/galaxy.yml index 3d75dba7..c82a19e2 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: sensu name: sensu_go -version: 1.4.1 +version: 1.4.2 authors: - Paul Arthur (@flowerysong)