Koji 1.27.1 Release notes

All changes can be found in the roadmap. Most important changes are listed here.

Migrating from Koji 1.27

No special actions are needed.

Security Fixes

None

Client Changes

Return mistakenly dropped option (–keytab)

In 1.27.0 improper merge led to this missing option.

Use error function instead of print with sys.exit in CLI commands

Internal-only change unifying handling of CLI exit.

Hub Changes

Don’t fail on missing buildroot tag in policies

buildtag and buildtag_inherits_from will fail in case build doesn’t have it. Such situation can easily happen with content generators.

Only raise error when authtype is not proxyauthtype

Backward compatibility for new proxyauthtype option.

Handle dictionary parameter in get_tag()

Unification of internal handling of get_tag/getTag parameters.

Kojira

Don’t fail on deleted items

In case that tag was deleted during last run unnecessary error was raised as relict of py2->py3 conversion.

Web Changes

Style channelinfo hosts table

Default CSS was not handling this page well.

Documentation/DevTools Changes