Skip to content

Releases: enku/gentoo-build-publisher

2.2.0

03 Oct 23:00
Compare
Choose a tag to compare

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

05 Jun 23:11
Compare
Choose a tag to compare

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

19 Jan 12:28
Compare
Choose a tag to compare

Full Changelog: 2.0.0...2.0.1

2.0.0

19 Jan 00:52
Compare
Choose a tag to compare

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