From 586bcbc16a969160692ca8c107e0c4e99a891284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Due=C3=B1as?= Date: Fri, 21 Apr 2023 12:34:43 +0000 Subject: [PATCH] Release 0.7.0 --- NEWS | 13 +++++++++++++ pyproject.toml | 2 +- releases/0.7.0.md | 12 ++++++++++++ .../sirmordred-logs-available-on-console.yml | 10 ---------- .../processed/sortinghat-option-to-verify-ssl.yml | 8 -------- sirmordred/_version.py | 4 ++-- 6 files changed, 28 insertions(+), 21 deletions(-) create mode 100644 releases/0.7.0.md delete mode 100644 releases/unreleased/processed/sirmordred-logs-available-on-console.yml delete mode 100644 releases/unreleased/processed/sortinghat-option-to-verify-ssl.yml diff --git a/NEWS b/NEWS index 74bf6891..67d26e13 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,18 @@ # Releases +## sirmordred 0.7.0 - (2023-04-21) + +**New features:** + + * SirMordred logs available on console\ + All SirMordred logs are now available on the console output. The + `logs_dir` parameter in the `general` section is optional and it is + only needed if you also want the logs in a file. + * SortingHat option to verify SSL\ + Include `verify_ssl` option to SortingHat configuration to verify the + connection with the server. By default it is `True`. + + ## sirmordred 0.6.1 - (2023-02-03) * Update Poetry's package dependencies diff --git a/pyproject.toml b/pyproject.toml index 5abba3e4..4a53486b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sirmordred" -version = "0.7.0-rc.1" +version = "0.7.0" description = "Drive GrimoireLab tools to produce a dashboard" authors = [ "GrimoireLab Developers" diff --git a/releases/0.7.0.md b/releases/0.7.0.md new file mode 100644 index 00000000..858d397c --- /dev/null +++ b/releases/0.7.0.md @@ -0,0 +1,12 @@ +## sirmordred 0.7.0 - (2023-04-21) + +**New features:** + + * SirMordred logs available on console\ + All SirMordred logs are now available on the console output. The + `logs_dir` parameter in the `general` section is optional and it is + only needed if you also want the logs in a file. + * SortingHat option to verify SSL\ + Include `verify_ssl` option to SortingHat configuration to verify the + connection with the server. By default it is `True`. + diff --git a/releases/unreleased/processed/sirmordred-logs-available-on-console.yml b/releases/unreleased/processed/sirmordred-logs-available-on-console.yml deleted file mode 100644 index c3b36af8..00000000 --- a/releases/unreleased/processed/sirmordred-logs-available-on-console.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: SirMordred logs available on console -category: added -author: Quan Zhou -issue: null -notes: > - All SirMordred logs are now available on the console output. - - The `logs_dir` parameter in the `general` section is optional - and it is only needed if you also want the logs in a file. diff --git a/releases/unreleased/processed/sortinghat-option-to-verify-ssl.yml b/releases/unreleased/processed/sortinghat-option-to-verify-ssl.yml deleted file mode 100644 index e2cd9a8e..00000000 --- a/releases/unreleased/processed/sortinghat-option-to-verify-ssl.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: SortingHat option to verify SSL -category: added -author: Jose Javier Merchante -issue: null -notes: | - Include `verify_ssl` option to SortingHat configuration to verify - the connection with the server. By default it is `True`. diff --git a/sirmordred/_version.py b/sirmordred/_version.py index 6283aa74..660e3d3d 100644 --- a/sirmordred/_version.py +++ b/sirmordred/_version.py @@ -1,2 +1,2 @@ -# File auto-generated by semverup on 2023-04-21 10:41:15.684399 -__version__ = "0.7.0-rc.1" +# File auto-generated by semverup on 2023-04-21 12:34:42.491856 +__version__ = "0.7.0"