From 535983e24fbaf196836961ec2d3e090f33b3ea17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Fri, 3 Jan 2025 11:53:39 +0100 Subject: [PATCH] Version 3.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- docs/changelog.md | 33 +++++++++++++++++++++++++++++++++ news/187.feature | 1 - news/359.feature | 1 - news/380.feature | 1 - news/_template.md | 6 ++---- pyproject.toml | 2 +- 6 files changed, 36 insertions(+), 8 deletions(-) delete mode 100644 news/187.feature delete mode 100644 news/359.feature delete mode 100644 news/380.feature diff --git a/docs/changelog.md b/docs/changelog.md index 7d05c45c..19565b2e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,6 +8,39 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## 3.7.0 (2025-01-03) + +### Features + +- Indicate which package a schema comes from when missing (#187) +- Add a new `reconsume` CLI command to fetch a message from datagrepper and replay it for the configured consumer (#359) +- Add an embedded HTTP server to monitor the service, see the "Monitoring" section in (#380) + +### Documentation Improvements + +- Add the `fedora-image-uploader-messages` schema package + +### Development Changes + +- Fix the Packit configuration +- Stop using Mergify +- Unit and integration tests improvements + +### Other Changes + +- Update dependencies + +### Contributors + +Many thanks to the contributors of bug reports, pull requests, and pull request +reviews for this release: + +- Akashdeep Dhar +- Aurélien Bompard +- Jeremy Cline +- Matej Focko + + ## 3.6.0 (2024-06-13) ### Features diff --git a/news/187.feature b/news/187.feature deleted file mode 100644 index cb0c01af..00000000 --- a/news/187.feature +++ /dev/null @@ -1 +0,0 @@ -Indicate which package a schema comes from when missing diff --git a/news/359.feature b/news/359.feature deleted file mode 100644 index 5cb29cc0..00000000 --- a/news/359.feature +++ /dev/null @@ -1 +0,0 @@ -Add a new 'reconsume' CLI command to fetch a message from datagrepper and replay it for the configured consumer diff --git a/news/380.feature b/news/380.feature deleted file mode 100644 index 8bdb2575..00000000 --- a/news/380.feature +++ /dev/null @@ -1 +0,0 @@ -Add an embedded HTTP server to monitor the service, see the "Monitoring" section in diff --git a/news/_template.md b/news/_template.md index 505ba0c5..ae868491 100644 --- a/news/_template.md +++ b/news/_template.md @@ -8,8 +8,7 @@ {%- endif -%} {%- endmacro -%} -{{- top_line -}} - +{{- top_line }} {% for section, _ in sections.items() -%} {%- if section -%} ## {{section}} @@ -52,8 +51,7 @@ No significant changes. {% if sections[section]["author"] -%} ### {{definitions['author']["name"]}} -Many thanks to the contributors of bug reports, pull requests, and pull request -reviews for this release: +Many thanks to the contributors of bug reports, pull requests, and pull request reviews for this release: {% for text, values in sections[section]["author"].items() -%} - {{ text }} diff --git a/pyproject.toml b/pyproject.toml index 953e9bf2..35846367 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fedora_messaging" -version = "3.6.0" +version = "3.7.0" description = "A set of tools for using Fedora's messaging infrastructure" authors = [ "Fedora Infrastructure "