Skip to main content

· One min read

Week 14 (April 1st – April 7th)

  • Packit now cancels running jobs even after manual retriggering. (packit-service#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)
  • We have increased the retries for transient errors during Bodhi updates submission. (packit-service#3090)

· One min read

Week 13 (March 24th – March 30th)

  • Over the past couple of weeks, we've been working to resolve a potential arbitrary code execution vulnerability related to how Packit processes spec file macros.

· One min read

Week 11 (March 11th – March 17th)

  • Packit now supports help command in PR and issue comments. (packit-service#2853)
  • Packit now responds to unrecognized commands in PR and issue comments. (packit-service#3057)
  • In Fedora CI, it is now possible to retrigger builds and tests in rawhide PRs of ELN packages without dedicated eln branch independently. (packit-service#3032)
  • We have fixed a couple of bugs that prevented sidetag Bodhi updates to be created when there was no stable build for the particular (freshly branched) target. (packit-service#3059, packit#2704)
  • Users can now specify a version string when retriggering pull-from-upstream via dist-git PR comment. (packit-service#3058)

· One min read

Week 5 (January 27th – February 2nd)

  • The version_suffix configuration option is now supported in Packit. This option is meant for appending information to the Version field in RPM spec files. This is useful for post-release snapshots following RPM versioning conventions. The version_suffix behaves similarly to the already existing release_suffix and also supports expansion of environment variables. (packit#2664)
  • When approaching the Github API rate limit threshold, Packit-service now moves tasks to the newly implemented rate-limited queue intended for awaiting the reset of the rate limit. This should lead to a better UX for repositories that have been experiencing issues related to rate limits. (packit-service#2941)
  • Pull requests against the main branch are now supported in Fedora CI. (packit-service#2968)
  • Ogr now supports Forgejo issues, comments and comment reactions. (ogr#959)