Releases: packit/packit
Releases · packit/packit
0.97.3
- 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
andPACKIT_DOWNSTREAM_REPO
, if they have been cloned already, in thepost-upstream-clone
action. (#2327)
0.97.2
0.97.1
- We have fixed the behaviour for
dist-git init
command whenupstream-git-url
argument is specified.
0.97.0
- 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
- 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
0.94.2
- 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
0.94.0
- Added new configuration options
status_name_template
andallowed_builders
.