Koji Smoky Dingo preview 0.9.7 Release NotesΒΆ
March 10, 2021
I hope that this will be the final preview release, with the next version being the official 1.0.0. There may be some final API adjustments (renaming, etc) but otherwise I am happy with the current set of features.
Still chugging along!
removed AllGroupPkgs tag sieve in favor of the GroupPkgs sieve with a new
require_all:
optionremoved
Sifter._convert_sym_aliases
in favor of using the aliases field on theLogicNot
andFlagged
sievesthe
Sieve.check
method is no longer abstract, and by default returnsFalse
(ie. no results are included). This allows Sieve subclasses to opt to override therun
method without having to still include an otherwise uselesscheck
implementation as well.added command
bulk-untag-builds
and related APIadded command
bulk-move-builds
and related APIremoved the
--strict
option fromlist-component-builds
command, checking of input NVRs is mandatory now
Closed Issues: <https://github.com/obriencj/koji-smoky-dingo/milestone/6?closed=1>