From 9c865aa84c53fd68fd413b7e100231df834307cd Mon Sep 17 00:00:00 2001 From: Maja Massarini Date: Tue, 1 Sep 2026 09:23:32 +0200 Subject: [PATCH] Add blog post for week 35 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Nikola Forró --- weekly/2026/week-35.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 weekly/2026/week-35.md diff --git a/weekly/2026/week-35.md b/weekly/2026/week-35.md new file mode 100644 index 0000000000..991d96ba3b --- /dev/null +++ b/weekly/2026/week-35.md @@ -0,0 +1,13 @@ +--- +title: Week 35 in Packit +date: 2026-09-01 +authors: mmassari +tags: + - 2026-August + - 2026 + - August +--- + +## Week 35 (August 26th – September 1st) + +- Packit Service now respects job identifiers when multiple base builds exist for the same branch with different configurations, ensuring OpenScanHub scans compare against the correct matching base build. ([packit-service#3172](https://github.com/packit/packit-service/pull/3172))