Releases: packit/packit
Releases · packit/packit
1.8.0
- You can now validate a Packit config passed to the Packit CLI via a path, e.g.,
packit config validate -c /tmp/my-custom-packit-config.yml
. (#2556) - The
--resultdir
argument inbuild_in_mock
now defaults to the current directory ("."
), preventing loss of build artifacts when not explicitly set. (#2567)
1.7.0
1.6.0
- When using
fast_forward_merge_into
,version_update_mask
is now correctly being taken into consideration. (#2551) - We have introduced a new command group
config
for configuration-related commands and movedvalidate-config
command under it, resulting in the new command beingpackit config validate
. (#2559)
1.5.0
1.4.0
1.3.0
1.2.0
1.1.1
- Packit doesn't attempt to upload git-tracked remote sources (for example a GPG keyring) to lookaside cache anymore when syncing release. (#2518)
1.1.0
- Thanks to the work of Bryan Elee (as part of his Google Summer of Code work) and Dan Čermák, there is a new
packit build in-obs
CLI command to trigger a build in OBS. (#2067)