From 4401a39aa60dd1ed66ae26b36347a90aee993361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadej=20Borov=C5=A1ak?= Date: Sun, 28 Mar 2021 12:37:29 +0200 Subject: [PATCH] Prepare for release 1.9.2 --- changelogs/changelog.yaml | 11 +++++++++++ docs/source/release_notes.rst | 12 ++++++++++++ galaxy.yml | 2 +- 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index b5e9c4ce..9e313c0b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1,5 +1,16 @@ --- releases: + 1.9.2: + release_date: "2021-03-28" + changes: + release_summary: | + A fresh batch of updates + + For this release, we only updated the list of available Sensu Go agent + versions for Windows. + minor_hanges: + - Update list of available Sensu Go agent packages for Windows + installations (added 5.21.4, 5.21.5, 6.2.5, and 6.2.6). 1.9.1: release_date: "2021-03-08" changes: diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 5eca6af8..57ae6ed8 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -1,6 +1,18 @@ Release notes ============= +Version 1.9.2 -- A fresh batch of updates +----------------------------------------- + +For this release, we only updated the list of available Sensu Go agent versions +for Windows. + +** New features:** + +* Update list of available Sensu Go agent packages for Windows installations + (added 5.21.4, 5.21.5, 6.2.5, and 6.2.6). + + Version 1.9.1 -- Containerize all the things -------------------------------------------- diff --git a/galaxy.yml b/galaxy.yml index 18fed54e..d39072d4 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: sensu name: sensu_go -version: 1.9.1 +version: 1.9.2 authors: - Paul Arthur (@flowerysong)