Skip to content

Releases: containerbuildsystem/koji-containerbuild

1.3.0

17 May 13:38
Compare
Choose a tag to compare

What's new?

  • don't create anymore build_annotations.json

1.2.1

15 Dec 16:19
Compare
Choose a tag to compare

What's new?

  • pass default and max build times from osbs.conf via kwargs to create_binary_container_build

1.2.0

14 Dec 10:53
Compare
Choose a tag to compare

What's new?

  • don't use deprecated stub function from koji

1.1.0

03 Nov 15:00
Compare
Choose a tag to compare

What's new?

  • Don't fail build when removing build fails

1.0.1

11 Oct 16:55
Compare
Choose a tag to compare

What's new?

  • CLI uses default channel defined by koji server ('container' channel was hard-coded before)
  • Enable DEBUG log level in verbose mode

1.0.0

06 Oct 16:33
Compare
Choose a tag to compare

What's new?

  • Python2 support was removed from hub and builder plugins. Only CLI plugin keeps Py2 support
  • Minimum required koji version 1.26 (for server side)
  • Use new osbs methods with tekton
  • Reads now just one log from openshift pipeline run
  • Removed options for autorebuild
  • Specfile: fixed py3 dependency
  • pass userdata to osbs-client and also add it for source builds
  • allow isolated flatpak
  • log logger messages in osbs-client log
  • Task results (repositories, koji_build_id) are now taken from Tekton results rather than labels and annotations
  • The build_annotations.json file in task output is generated from Tekton results rather than annotations
  • It is no longer possible to configure the included annotations via the koji_task_annotations_whitelist
  • change default channel for buildSourceContainer to container-source
  • Honour allowed_scms_use_* kojid options
  • 'skip_build' option is deprecated, builder doesn't allow to skip builds anymore (it was part of deprecated OSBS autorebuild feature)
  • don't write logs which are for platforms which weren't requested or were omitted
  • change default channel for buildContainer to container-binary

0.17.1

17 Jun 16:26
Compare
Choose a tag to compare

Python 2 support in hub and builder plugins will be removed in near future. (Only CLI plugin will continue supporting py2.)

What's new?

  • Minimum required koji version 1.26 (for server side)
  • call assert_allowed for every usage of SCM

0.17.0

16 Jun 18:49
Compare
Choose a tag to compare

Python 2 support in hub and builder plugins will be removed in near future. (Only CLI plugin will continue supporting py2.)

What's new?

  • Minimum required koji version 1.26 (for server side)
  • Honour allowed_scms_use_* kojid options

0.16.0

22 Nov 19:32
Compare
Choose a tag to compare

Python 2 support in hub and builder plugins will be removed in near future. (Only CLI plugin will continue supporting py2.)

What's new?

  • allow isolated flatpak

0.15.0

19 Nov 19:04
Compare
Choose a tag to compare

Python 2 support in hub and builder plugins will be removed in near future. (Only CLI plugin will continue supporting py2.)

What's new?

  • pass userdata to osbs-client and also add it for source builds