Skip to content

2.1.0

Compare
Choose a tag to compare
@msimacek msimacek released this 19 Sep 12:17
· 304 commits to master since this release

Features

  • Changes of DB schema for representing dependency changes, resulting in:
    • Performance improvements of "affected-by" functionality
    • Considerable reduction of disk size of applied_change table

Bugfixes

  • Fix group handling in "Add packages" form (#185)

Other

  • Removed deprecated resolver service
  • Added alembic subcommand to koschei-admin

Upgrading from 2.0.2

  • Database migration
    • Run alembic -c /usr/share/koschei/alembic.ini upgrade head while the
      backend services and httpd are stopped