Releases: packit/packit
Releases · packit/packit
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)
1.0.1
1.0.0
- Job type
build
removed after deprecation, is nowcopr_build
. - Job type
production_build
removed after deprecation, is nowupstream_koji_build
. - Key
upstream_project_name
removed after deprecation, is nowupstream_package_name
. - Key
synced_files
removed after deprecation, is nowfiles_to_sync
.
0.106.0
0.105.0
- There is a new action/hook,
post-modifications
, that is executed after all modifications to the spec file are done and in case of syncing release after all remote sources are downloaded and before uploading to lookaside cache. You can use it for example to construct an additional source that depends on the primary source (that may not yet be available in other actions). (#2474)
0.104.1
- Packit now uses the fedora-distro-aliases library to expand Fedora aliases. This is Packit's original code being improved and properly maintained by the Copr team. For further suggestions about aliases, use github.com/rpm-software-management/fedora-distro-aliases.
0.104.0
- Packit configuration file can now have a placeholder top-level key
_
that is ignored when read.
This is useful for storing yaml anchors in complex config files, e.g.:
_:
base-test: &base-test
job: tests
fmf_path: .distro
jobs:
- <<: *base-test
trigger: pull_request
manual_trigger: true
- <<: *internal-test
trigger: commit
use_internal_tf: true
(#2378)
- You can now define
with_opts
andwithout_opts
in target-specific configuration ofcopr_build
job to build with--with
and--without
rpmbuild options. (#2463)
0.103.0
0.102.2
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)