From a5e5757796a4e0f289e7e4a2c1bbbbcba6df2763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadej=20Borov=C5=A1ak?= Date: Tue, 18 May 2021 22:13:23 +0200 Subject: [PATCH] Prepare for release 1.11.0 --- changelogs/changelog.yaml | 15 +++++++++++++++ docs/source/release_notes.rst | 15 +++++++++++++++ galaxy.yml | 2 +- 3 files changed, 31 insertions(+), 1 deletion(-) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index b3930c06..6b195005 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1,5 +1,20 @@ --- releases: + 1.11.0: + release_date: "2021-05-18" + changes: + release_summary: | + Validate all the things! + + If you ever thought to yourself, "Ansible does not yell enough at me," + we have some great news. The Sensu Go Ansible Collection gained role + argument specifications, making it possible to validate variable values + before executing a role. You are welcome ;) + minor_changes: + - Add argument specification to the install role. + - Add argument specification to the backend role. + - Add argument specification to the agent role. + 1.10.0: release_date: "2021-05-04" changes: diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 2105fe58..b147c94a 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -1,6 +1,21 @@ Release notes ============= +Version 1.11.0 -- Validate all the things! +------------------------------------------ + +If you ever thought to yourself, "Ansible does not yell enough at me," we have +some great news. The Sensu Go Ansible Collection gained role argument +specifications, making it possible to validate variable values before executing +a role. You are welcome ;) + +**New features:** + +* Add argument specification to the install role. +* Add argument specification to the backend role. +* Add argument specification to the agent role. + + Version 1.10.0 -- Authentication, authentication on the wall, Who has Access to Them All? ----------------------------------------------------------------------------------------- diff --git a/galaxy.yml b/galaxy.yml index c7975e45..4570c87c 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: sensu name: sensu_go -version: 1.10.0 +version: 1.11.0 authors: - Paul Arthur (@flowerysong)