diff --git a/authors.yml b/authors.yml index 6a16eb775..576bcdbd1 100644 --- a/authors.yml +++ b/authors.yml @@ -68,3 +68,9 @@ akucerov: email: akucerov@redhat.com url: https://github.com/betulependule image_url: https://github.com/betulependule.png + +mblaha: + name: Marek Blaha + email: mblaha@redhat.com + url: https://github.com/m-blaha + image_url: https://github.com/m-blaha.png diff --git a/weekly/2025/week-49.md b/weekly/2025/week-49.md new file mode 100644 index 000000000..65544f3e5 --- /dev/null +++ b/weekly/2025/week-49.md @@ -0,0 +1,14 @@ +--- +title: Week 49 in Packit +date: 2025-12-09 +authors: mblaha +tags: + - 2025-December + - 2025 + - December +--- + +## Week 49 (December 2nd – December 9th) + +- `packit init` now automatically retrieves the latest version of the pre-commit hook to be added to the user's pre-commit configuration file. ([packit#2651](https://github.com/packit/packit/pull/2651)) +- Fixed a bug that could prevent downstream jobs from being triggered in case dist-git spec file depends on other files and is not parseable on its own. ([packit-service#2901](https://github.com/packit/packit-service/pull/2901))