Releases: enku/gentoo-build-publisher
Releases · enku/gentoo-build-publisher
2.2.0
Notable changes:
- Add delete subcommand
- binrepos.conf: include "gentoo-build-publisher" and machine
- Graphql: scheduleBuild: add flag for building repos
- Dashboard: use powers of 1024 for storage
- Graphql: machines: enable server-side filtering
Full Changelog: 2.1.0...2.2.0
2.1.0
Notable changes:
- The "Work Queue" section from the dashboard has been removed as it's usually empty.
- API keys are now required for GraphQL mutations. The
gbp apikey
server-side subcommand is introduced to manage API keys. - Lots of internal code changes
Full Changelog: 2.0.1...2.1.0
2.0.1
Full Changelog: 2.0.0...2.0.1
2.0.0
Changes:
So many; here are some:
- Preview of machines page
- Add ability to pass build parameters to Jenkins
- Support for multiple async worker types including Celery, RQ (redis) and threads
- Django 5 support
- Drop the Django admin. Use the CLI or Dashboard
- Drop support for Python 3.10 and older
- Bug fixes
- Lots of code cleanups