Koji 1.32.1 Release notes¶
All changes can be found in the roadmap. Most important changes are listed here.
Migrating from Koji 1.32¶
No special actions are needed.
Security Fixes¶
None
Client Changes¶
list-untagged: One space of double space before references
Simple unification of output format.
Delete double check existing source tag, –batch option is invisible
Option doesn’t make sense for server-side clonetag anymore.
System Changes¶
fix query for partially generated checksums
Fix the query logic for new API getRPMChecksums
.
Plugins¶
ArgumentParser instead of ArgumentParser in sidetag CLI plugin
Unified with the other code we’ve. This was the only place using
ArgumentParser
instead of OptionParser
. It is step back, but better for
testing. When we finally drop py2 code, it will be reverted.
Add missing argument in edit-sidetag help msg
Fixed help message.
Documentation¶
Fix timezone in clone-tag test case
Unify migration script Koji 1.31 -> 1.32
Migration scripts were split to two files. Merged to one.