Skip to content

Releases: containerbuildsystem/osbs-client

2.8.1

06 Mar 11:04
Compare
Choose a tag to compare

Minimum required Python version

Minimal Python versions for each major version:

  • 3.6

Minimum required atomic-reactor version

  • 4.0.0

Minimum required version of Openshift/OKD

  • 4+

Tekton pipelines

  • 1.13.1

Registry API version

  • URIs in registry_uri default to v2 if no version is appended to the URI

API changes

None

Build JSON changes

None

Bug Fixes

  • Result about used platforms has been moved to different task in atomic-reactor>=4.16.0, osbs-client must fetch the results from 2 locations to ensure compatibility.

Incompatible changes

None

Improvements

None

2.8.0

26 Feb 16:31
Compare
Choose a tag to compare

Minimum required Python version

Minimal Python versions for each major version:

  • 3.6

Minimum required atomic-reactor version

  • 4.0.0

Minimum required version of Openshift/OKD

  • 4+

Tekton pipelines

  • 1.13.1

Registry API version

  • URIs in registry_uri default to v2 if no version is appended to the URI

API changes

None

Build JSON changes

None

Bug Fixes

None

Incompatible changes

None

Improvements

  • Add remote_sources_version into container.yaml

2.7.1

06 Sep 13:48
Compare
Choose a tag to compare

Minimum required Python version

Minimal Python versions for each major version:

  • 3.6

Minimum required atomic-reactor version

  • 4.0.0

Minimum required version of Openshift/OKD

  • 4+

Tekton pipelines

  • 1.13.1

Registry API version

  • URIs in registry_uri default to v2 if no version is appended to the URI

API changes

None

Build JSON changes

None

Bug Fixes

  • Revert urllib3 version and associated code changes

Incompatible changes

None

Improvements

None

2.7.0

04 Sep 09:38
Compare
Choose a tag to compare

Minimum required Python version

Minimal Python versions for each major version:

  • 3.6

Minimum required atomic-reactor version

  • 4.0.0

Minimum required version of Openshift/OKD

  • 4+

Tekton pipelines

  • 1.13.1

Registry API version

  • URIs in registry_uri default to v2 if no version is appended to the URI

API changes

None

Build JSON changes

None

Bug Fixes

None

Incompatible changes

None

Improvements

  • Updated dependencies

2.6.0

04 Mar 14:22
Compare
Choose a tag to compare

Minimum required Python version

Minimal Python versions for each major version:

  • 3.6

Minimum required atomic-reactor version

  • 4.0.0

Minimum required version of Openshift/OKD

  • 4+

Tekton pipelines

  • 1.13.1

Registry API version

  • URIs in registry_uri default to v2 if no version is appended to the URI

API changes

None

Build JSON changes

None

Bug Fixes

None

Incompatible changes

None

Improvements

pipelines 1.13 related changes: new pipelines don't have anymore taskRuns in status, but only childReferences

2.5.0

09 May 13:36
Compare
Choose a tag to compare

Minimum required Python version

Minimal Python versions for each major version:

  • 3.6

Minimum required atomic-reactor version

  • 4.0.0

Minimum required version of Openshift/OKD

  • 4+

Tekton pipelines

  • 1.8.2

Registry API version

  • URIs in registry_uri default to v2 if no version is appended to the URI

API changes

None

Build JSON changes

None

Bug Fixes

  • pipelineResults aren't anymore always json strings
  • final platforms are in dict now

Incompatible changes

None

Improvements

None

2.4.0

12 Apr 12:20
Compare
Choose a tag to compare

Minimum required Python version

Minimal Python versions for each major version:

  • 3.6

Minimum required atomic-reactor version

  • 4.0.0

Minimum required version of Openshift/OKD

  • 4+

Registry API version

  • URIs in registry_uri default to v2 if no version is appended to the URI

API changes

None

Build JSON changes

None

Bug Fixes

None

Incompatible changes

None

Improvements

  • report task error message if no errors were found in steps

2.3.0

17 Jan 10:15
Compare
Choose a tag to compare

Minimum required Python version

Minimal Python versions for each major version:

  • 3.6

Minimum required atomic-reactor version

  • 4.0.0

Minimum required version of Openshift/OKD

  • 4+

Registry API version

  • URIs in registry_uri default to v2 if no version is appended to the URI

API changes

  • None

Build JSON changes

  • None

Bug Fixes

  • None

Incompatible changes

  • None

Improvements

  • report task error message when there is ocp issue

2.2.0

13 Dec 17:34
Compare
Choose a tag to compare

Minimum required Python version

Minimal Python versions for each major version:

  • 3.6

Python 2 support was removed in this version

Minimum required atomic-reactor version

  • 4.0.0

Minimum required version of Openshift/OKD

  • 4+

Registry API version

  • URIs in registry_uri default to v2 if no version is appended to the URI

API changes

None

Build JSON changes

None

Bug Fixes

None

Incompatible changes

None

Improvements

  • osbs1 cleanup
  • allow configuring default_buildtime_limit and max_buildtime_limit for maintainers
  • allow configuring buildtime_limit in container.yaml for users

2.1.0

03 Nov 15:05
Compare
Choose a tag to compare

Minimum required Python version

Minimal Python versions for each major version:

  • 3.6

Python 2 support was removed in this version

Minimum required atomic-reactor version

  • 4.0.0

Minimum required version of Openshift/OKD

  • 4+

Registry API version

  • URIs in registry_uri default to v2 if no version is appended to the URI

API changes

None

Build JSON changes

None

Bug Fixes

  • when checking task states, ignore tasks which don't have conditions in status, and log what is in status
  • get_error_message should also propagate pipeline timeout error

Incompatible changes

None

Improvements

None