From 03f9af780d7964d65bf7a39121c126fa9a6cf295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadej=20Borov=C5=A1ak?= Date: Mon, 8 Mar 2021 20:48:12 +0100 Subject: [PATCH] Prepare for release 1.9.1 --- 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 10d2e263..b5e9c4ce 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1,5 +1,20 @@ --- releases: + 1.9.1: + release_date: "2021-03-08" + changes: + release_summary: | + Containerize all the things + + There are two main reasons for this release. We made sure the Sensu Go + Ansible Collection works with development version of Ansible (upcoming + ansible-core 2.11). And we added enough metadata to the collection that + ansible-builder can create an execution environment with the Sensu Go + Ansible Collection without having to manually specify dependencies. + bugfixes: + - Add ansible.windows dependency that we forgot to add when we + introducted the Sensu Go agent installation on Windows. + 1.9.0: release_date: "2021-02-28" changes: diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 8105e313..5eca6af8 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -1,6 +1,21 @@ Release notes ============= +Version 1.9.1 -- Containerize all the things +-------------------------------------------- + +There are two main reasons for this release. We made sure the Sensu Go Ansible +Collection works with development version of Ansible (upcoming ansible-core +2.11). And we added enough metadata to the collection that ansible-builder can +create an execution environment with the Sensu Go Ansible Collection without +having to manually specify dependencies. + +**Bug fixes:** + +* Add ansible.windows dependency that we forgot to add when we introducted the + Sensu Go agent installation on Windows. + + Version 1.9.0 -- Multi-cluster visibility with federation --------------------------------------------------------- diff --git a/galaxy.yml b/galaxy.yml index 1d4c0abc..18fed54e 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: sensu name: sensu_go -version: 1.9.0 +version: 1.9.1 authors: - Paul Arthur (@flowerysong)