Skip to content

Releases: packit/packit

0.97.3

21 Jun 14:02
7bcf98a
Compare
Choose a tag to compare
  • We have fixed a bug that caused inconsistency between the promised environment variables (from the docs) and the environment that has been actually provided. Now you should have access to PACKIT_UPSTREAM_REPO and PACKIT_DOWNSTREAM_REPO, if they have been cloned already, in the post-upstream-clone action. (#2327)

0.97.2

06 Jun 13:48
9a08d7f
Compare
Choose a tag to compare
  • We have fixed the syncing of ACLs for propose-downtream for CentOS Stream. (#2318)

0.97.1

17 May 12:01
f6b656f
Compare
Choose a tag to compare
  • We have fixed the behaviour for dist-git init command when upstream-git-url argument is specified.

0.97.0

15 May 08:21
6c1cf9b
Compare
Choose a tag to compare
  • Add a scan-in-osh subcommand in the CLI to perform a scan through OpenScanHub. By default, it performs a full scan of the packages and a differential scan can be performed through --base-srpm option. (#2301)
  • When running dist-git init command from CLI, you can pass a command to specify a git URL of the project. (#2308)

0.96.0

03 May 09:28
ab69f33
Compare
Choose a tag to compare
  • Packit will now upload to lookaside cache sources that are not specified by URLs and are present in the dist-git repo during release sync. Additionally, all the actions ran during syncing release will provide the PACKIT_PROJECT_VERSION env var. (#2297)
  • We have fixed the syncing of ACLs during CentOS Stream release syncing. (#2298)

0.95.0

20 Apr 11:22
110211d
Compare
Choose a tag to compare
  • packit dist-git init now allows specifying --version-update-mask option and also any arbitrary top-level configuration options. (#2288)
  • We have fixed Packit auto-referencing Upstream Release Monitoring bug for release syncing to CentOS Stream. (#2284)

0.94.2

08 Apr 12:10
f760dde
Compare
Choose a tag to compare
  • Packit previously put the "[packit]" string as a prefix in the subject of pull-from-upstream commits. Now the prefix is no longer there - this is made unnecessary noise in autochangelog. This affects the default. Custom action can still override this behavior. (#2263)
  • We have fixed a race condition that could occur when multiple copr_build jobs sharing a Copr project but having different targets were running at the same time. (#2274)

0.94.1

28 Mar 08:20
6534e1c
Compare
Choose a tag to compare
  • packit validate-config now checks whether upstream_project_url is set if pull_from_upstream job is configured. (#2254)
  • Resolves is changed to Resolves: for the dist-git commit since that's the correct format for CentOS Stream 9. (#2260)

0.94.0

17 Mar 15:52
2d272a5
Compare
Choose a tag to compare
  • Added new configuration options status_name_template and allowed_builders.

0.93.0

26 Feb 11:48
90bcee1
Compare
Choose a tag to compare
  • Packit now checks the version to propose against the version in specfile and doesn't create downgrade PRs. (#2239)