Releases: packit/packit
Releases · packit/packit
0.85.0
0.84.0
- We have adjusted how we include the resolved bugzillas in the commit messages created when syncing the release downstream so that the resolved bugzillas are included in changelog when using %autochangelog. (#2126)
- Packit now properly cleans up the branch after syncing the release which should prevent unwanted files (e.g.tarballs) being committed in dist-git. (#2125)
- Packit no longer accepts
packit.json
or.packit.json
as a configuration file name. (#2123) - Packit now updates ACL of a dist-git fork when creating dist-git PRs to allow users and groups with commit rights to the original dist-git repo to push directly to a source branch. (#2112)
- We have fixed an issue that prevented you from running the jobs on the GitLab.com due to failing resolution of the upstream/downstream relationship for the cloned project. (#2120)
- We have fixed an issue that you could encounter when running the Packit from the CLI that caused misinterpretation of the repository to be an upstream repo instead of a downstream. (#2117)
0.83.0
- We have fixed an issue that prevented automated allowlisting in the Packit Service. (#2113)
- Packit now also detects resolved bugs in the default update notes (created from changelog diff) and assigns these when submitting the Bodhi updates. (#2111)
- Packit now exports
PACKIT_UPSTREAM_PACKAGE_NAME
,PACKIT_DOWNSTREAM_PACKAGE_NAME
andPACKIT_CONFIG_PACKAGE_NAME
also in thechangelog_entry
action. (#2103)
0.82.0
- You can now specify bugs resolved by an update by
-b
or--resolve-bug
option forpropose-downstream
andpull-from-upstream
commands. The values will be added by default to the changelog and commit message and provided incommit-message
andchangelog-entry
actions asPACKIT_RESOLVED_BUGS
env variable. (#2094)
0.81.0
- Packit now supports the
pkg_tool
option in the config (at the top-level or with specific packages when using the monorepo syntax). This option can be used for switching betweenfedpkg
orcentpkg
. (#2085) - When updating the
Version
tag duringpropose_downstream
orpull_from_upstream
, Packit now tries to update referenced macros (if any) rather than overwriting the references. (#2087) - If you have concerns about Packit uploading new archives to lookaside cache before creating a pull request, you can newly set
upload_sources
to False to disable this. (#2086) - We have fixed a bug that could cause duplicit PRs to be created when using the
commit-message
action. (#2080) - Packit now supports
commit-message
action that can be used to override the default commit message produced by Packit duringpropose-downstream
orpull-from-upstream
. Please pay attention to our documentation with regards to the usage of this action. (#2070)
0.80.0
- Packit CLI now provides a new command
pull-from-upstream
, offering the same functionality aspropose-downstream
but suited for usage from the dist-git repository with Packit configuration placed there. This was primarily added to help reproduce the behaviour of the service's pull_from_upstream job. (#2063) - Packit now exposes
PACKIT_PACKAGE_NAME
,PACKIT_UPSTREAM_PACKAGE_NAME
andPACKIT_DOWNSTREAM_PACKAGE_NAME
environment variables to all actions. (#2061) - We have fixed a bug in
packit source-git init
caused by changed behaviour in a newer version of rpmbuild. (#2048)