From efa13df4c0be00595c54cc58dbd0b22a6b2194e0 Mon Sep 17 00:00:00 2001 From: Laura Barcziova Date: Tue, 7 Apr 2026 16:09:27 +0200 Subject: [PATCH] Add blog post for week 14 in 2026 --- weekly/2026/week-14.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 weekly/2026/week-14.md diff --git a/weekly/2026/week-14.md b/weekly/2026/week-14.md new file mode 100644 index 0000000000..3bf57ec273 --- /dev/null +++ b/weekly/2026/week-14.md @@ -0,0 +1,15 @@ +--- +title: Week 14 in Packit +date: 2026-04-07 +authors: lbarczio +tags: + - 2026-April + - 2026 + - April +--- + +## Week 14 (April 1st – April 7th) + +- Packit now cancels running jobs even after manual retriggering. ([packit-service#3076](https://github.com/packit/packit-service/pull/3076)) +- You can now configure multiple `pull-from-upstream` jobs with different version/tag filters. In conjunction with the `Monitoring all` release monitoring option this allows you to consume multiple release streams and freely configure Fedora releases you want to target with each. ([packit-service#3083](https://github.com/packit/packit-service/pull/3083)) +- We have increased the retries for transient errors during Bodhi updates submission. ([packit-service#3090](https://github.com/packit/packit-service/pull/3090))