From 9ca13e1a07f5cf0f6c6ff55abf94e6ad842c1b2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadej=20Borov=C5=A1ak?= Date: Thu, 21 Jan 2021 23:24:11 +0100 Subject: [PATCH] Prepare for release 1.7.2 --- changelogs/changelog.yaml | 13 +++++++++++++ docs/source/release_notes.rst | 13 +++++++++++++ galaxy.yml | 2 +- 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 57d29c6f..16d4d855 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1,5 +1,18 @@ --- releases: + 1.7.2: + release_date: "2021-01-21" + changes: + release_summary: | + Be kind + + The main thing in this release is a small adjustment of our code of + conduct that is a bit more generic and less event-focused. + minor_changes: + - Specify minimal python version for modules. + - Update code of conduct. + - List version 6.2.1 and 6.2.2 in Windows lookup table. + 1.7.1: release_date: "2020-12-30" changes: diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 861ac79e..c224de29 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -1,6 +1,19 @@ Release notes ============= +Version 1.7.2 -- Be kind +------------------------ + +The main thing in this release is a small adjustment of our code of conduct +that is a bit more generic and less event-focused. + +**Bug fixes:** + +* List version 6.2.1 and 6.2.2 in Windows lookup table. +* Specify minimal python version for modules. +* Update code of conduct. + + Version 1.7.1 -- Slow and steady -------------------------------- diff --git a/galaxy.yml b/galaxy.yml index b4bb6417..488174c9 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: sensu name: sensu_go -version: 1.7.1 +version: 1.7.2 authors: - Paul Arthur (@flowerysong)