Skip to content

Releases: packit/packit

0.102.1

11 Oct 11:10
eea05dd
Compare
Choose a tag to compare
  • We have fixed an issue that was introduced during the unification of the interface for passing resolved Bugzillas / Jira tickets to the sync-release or bodhi_update jobs. (#2442)
  • packit validate-config now checks for the existence of downstream package. (#2436)
  • Packit now allows building VM images via CLI without any Copr repository specified. (#2434)

0.102.0

04 Oct 11:19
7689afd
Compare
Choose a tag to compare
  • Check for upstream_project_url presence in the configuration when pull_from_upstream job is configured was removed from validate-config, as this is no longer required. (#2423)
  • packit init now adds working directories that are used in packit prepare-sources into the .gitignore file in the same directory where Packit config resides. (#2431)
  • Previously, create-update command took --resolve-bugzillas option and propose-downstream command took --resolve-bug option. The options have been unified into --resolve-bug for better user experience. If you used create-update with --resolve-bugzillas you have to use --resolve-bug (or shorthand -b) now instead. (#2428)

0.101.1

18 Sep 06:22
823b4ef
Compare
Choose a tag to compare
  • In the user configuration file, it's possible to set default_parse_time_macros, e.g. might be helpful in situations like packit/packit-service#2514. (#2408)
  • Packit now allows to configure mock bootstrap feature setup of Copr projects with a new bootstrap configuration option. (#2411)

0.101.0

06 Sep 08:07
4bd2dc8
Compare
Choose a tag to compare
  • Packit now supports passing custom arguments to various static analyzers through --csmock-args CLI option and csmock_args configuration. (#2402)
  • When synching a new release Packit is now able to fast forward a specified merge to a configured list of branches.
    Use the dist_git_branches new syntax as in this example:
    {"rawhide": {"fast_forward_merge_into": ["f40"]}, "fedora-stable": {}} (#2363)

0.100.3

20 Aug 13:26
4dd8600
Compare
Choose a tag to compare
  • dist-git init command now allows upstream-git-url not to be specified. (#2387)

0.100.2

14 Aug 18:01
2c68065
Compare
Choose a tag to compare
  • We have improved logging of Copr errors. (#2383)
  • We have dropped a dependency that was used for Bodhi and is no longer needed. (#2381)

0.100.1

01 Aug 12:56
fafec1b
Compare
Choose a tag to compare
  • Dummy release to test the "build in side tags" new feature!

0.100.0

29 Jul 15:20
639df09
Compare
Choose a tag to compare
  • packit pull-from-upstream now allows omitting upstream_project_url in the configuration in which case the interaction with the upstream repository is skipped during release syncing. (#2354)
  • We have implemented a CLI support for Koji builds against CBS Koji instance. (#2267)

0.99.0

12 Jul 10:56
bb04df6
Compare
Choose a tag to compare
Release 0.99.0 (#2353)

Update the changelog and the specfile for release 0.99.0.

0.98.0

04 Jul 14:24
6ce83fc
Compare
Choose a tag to compare
  • Packit now updates its own, not yet merged, pull requests instead of creating new ones for new releases. (#2204)