Packit Packit Versions Save

Upstream project ← → Downstream distribution

0.97.1

2 weeks ago
  • We have fixed the behaviour for dist-git init command when upstream-git-url argument is specified.

0.97.0

2 weeks ago
  • 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

4 weeks ago
  • 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

1 month ago
  • 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

1 month ago
  • 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

2 months ago
  • 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

2 months ago
  • Added new configuration options status_name_template and allowed_builders.

0.93.0

3 months ago
  • Packit now checks the version to propose against the version in specfile and doesn't create downgrade PRs. (#2239)

0.92.0

3 months ago
  • Packit now supports trigger: ignore which can be used for templating by using the YAML. (#2234)
  • Packit now searches for bugzilla about new release created by Upstream Release Monitoring to reference each time it syncs the release downstream. (#2229)

0.91.0

3 months ago
  • We have introduced new CLI command packit dist-git init that initializes Packit configuration for release automation in dist-git repository. (#2225)
  • packit validate-config now checks whether the Upstream Release Monitoring for the package is correctly configured if pull_from_upstream job is present in the configuration. (#2226)
  • There is a new global configuration option parse_time_macros that allows to configure macros to be explicitly defined or undefined at spec file parse time. (#2222)