Skip to content

Releases: packit/packit

1.1.0

02 Feb 09:32
b038051
Compare
Choose a tag to compare
  • 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

26 Jan 21:23
809a89b
Compare
Choose a tag to compare
  • version_update_mask now applies to EPEL dist-git branches in the same way it does to stable Fedora branches. (#2507)

1.0.0

20 Jan 09:20
13b5df4
Compare
Choose a tag to compare
  • Job type build removed after deprecation, is now copr_build.
  • Job type production_build removed after deprecation, is now upstream_koji_build.
  • Key upstream_project_name removed after deprecation, is now upstream_package_name.
  • Key synced_files removed after deprecation, is now files_to_sync.

0.106.0

14 Dec 19:50
e5b3d8c
Compare
Choose a tag to compare
  • We have added a --resultdir option for building in mock via our CLI (packit build in-mock). (#2475)

0.105.0

06 Dec 08:06
bf58501
Compare
Choose a tag to compare
  • 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

25 Nov 15:42
23aec6b
Compare
Choose a tag to compare
  • 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

15 Nov 14:05
861e6dd
Compare
Choose a tag to compare
  • 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 and without_opts in target-specific configuration of copr_build job to build with --with and --without rpmbuild options. (#2463)

0.103.0

10 Nov 18:46
a5d1cc8
Compare
Choose a tag to compare
  • Packit now supports and defaults to fast_forward_merge_into syntax via --dist-git-branches-mapping in dist-git init. (#2456)

0.102.2

22 Oct 12:55
3f4c659
Compare
Choose a tag to compare
  • Fixed passing list of resolved bugs when running packit propose-downstream or packit pull-from-upstream. (#2447)

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)