Releases: packit/packit
Releases · packit/packit
0.102.1
- We have fixed an issue that was introduced during the unification of the interface for passing resolved Bugzillas / Jira tickets to the
sync-release
orbodhi_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
- Check for
upstream_project_url
presence in the configuration whenpull_from_upstream
job is configured was removed fromvalidate-config
, as this is no longer required. (#2423) packit init
now adds working directories that are used inpackit prepare-sources
into the.gitignore
file in the same directory where Packit config resides. (#2431)- Previously,
create-update
command took--resolve-bugzillas
option andpropose-downstream
command took--resolve-bug
option. The options have been unified into--resolve-bug
for better user experience. If you usedcreate-update
with--resolve-bugzillas
you have to use--resolve-bug
(or shorthand-b
) now instead. (#2428)
0.101.1
- 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
- Packit now supports passing custom arguments to various static analyzers through
--csmock-args
CLI option andcsmock_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 thedist_git_branches
new syntax as in this example:
{"rawhide": {"fast_forward_merge_into": ["f40"]}, "fedora-stable": {}}
(#2363)
0.100.3
0.100.2
0.100.1
- Dummy release to test the "build in side tags" new feature!
0.100.0
0.99.0
Release 0.99.0 (#2353) Update the changelog and the specfile for release 0.99.0.