Skip to content

Commit ae74f6b

Browse files
Add blog post for week 15 (#1128)
Add blog post for week 15 Reviewed-by: Maja Massarini
2 parents 577ab48 + 971a13d commit ae74f6b

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

weekly/2026/week-15.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Week 15 in Packit
3+
date: 2026-04-13
4+
authors: akucerov
5+
tags:
6+
- 2026-April
7+
- 2026
8+
- April
9+
---
10+
11+
## Week 15 (April 7th – April 13th)
12+
13+
- In addition to `version_update_mask`, users can now use a new `version_update_specifiers` configuration option to control the upstream versions allowed to be release-synced. The option accepts [PEP440 version specifier sets](https://packaging.pypa.io/en/stable/specifiers.html), for example `version_update_specifiers: >=1.0,~=1.0`. ([packit#2710](https://github.com/packit/packit/pull/2710))
14+
- Packit is now able to handle multi-level project namespaces. ([packit-service#3092](https://github.com/packit/packit-service/pull/3092))
15+
- We have fixed a bug in relation to retriggering of Copr builds sometimes failing due to a failed cancellation of previous builds. ([packit-service#3099](https://github.com/packit/packit-service/pull/3099))
16+
- We have fixed tag filtering not working when processing multi-release events and when retriggering pull-from-upstream. ([packit-service#3098](https://github.com/packit/packit-service/pull/3098))
17+
- As part of the process of the integration of Log Detective into Packit, Packit now ignores Log Detective messages in case Log Detective integration is disabled by the user by setting `logdetective_enabled` to `False` in the service configuration file. ([packit-service#3100](https://github.com/packit/packit-service/pull/3100))
18+
- We have fixed a bug that would lead to Testing Farm jobs being cancelled when there were no associated Copr builds. ([packit-service#3102](https://github.com/packit/packit-service/pull/3102))

0 commit comments

Comments
 (0)