Skip to content

Releases: containerbuildsystem/osbs-client

1.14.0

16 Nov 18:25
Compare
Choose a tag to compare

Minimum required Python version

Minimal Python versions for each major version:

  • 2.7 (Python 2 support will be removed in near future.)
  • 3.6

Minimum required atomic-reactor version

  • 2.0.0

Minimum required version of Openshift/OKD

  • 3.9

Registry API version

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

Default arrangement version is 6.

API changes

None

Build JSON changes

None

Bug Fixes

  • allow isolated flatpaks

Improvements

None

1.13.0

07 Oct 17:41
Compare
Choose a tag to compare

Minimum required Python version

Minimal Python versions for each major version:

  • 2.7 (Python 2 support will be removed in near future.)
  • 3.6

Minimum required atomic-reactor version

  • 2.0.0

Minimum required version of Openshift/OKD

  • 3.9

Registry API version

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

Default arrangement version is 6.

API changes

None

Build JSON changes

None

Bug Fixes

None

Improvements

  • schemas/container.json: add a new compose: module_resolve_tags key

1.12.0

29 Sep 12:31
Compare
Choose a tag to compare

Minimum required Python version

Minimal Python versions for each major version:

  • 2.7 (Python 2 support will be removed in near future.)
  • 3.6

Minimum required atomic-reactor version

  • 2.0.0

Minimum required version of Openshift/OKD

  • 3.9

Registry API version

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

Default arrangement version is 6.

API changes

None

Build JSON changes

None

Bug Fixes

None

Improvements

  • run fetch_maven_artifacts before add_image_content_manifest

1.11.0

30 Jul 12:46
Compare
Choose a tag to compare

Minimum required Python version

Minimal Python versions for each major version:

  • 2.7 (Python 2 support will be removed in near future.)
  • 3.6

Minimum required atomic-reactor version

  • 2.0.0

Minimum required version of Openshift/OKD

  • 3.9

Registry API version

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

Default arrangement version is 6.

API changes

None

Build JSON changes

None

Bug Fixes

  • Fix remote_sources jsonschema

Improvements

None

1.10.0

09 Jun 13:09
Compare
Choose a tag to compare

Minimum required Python version

Minimal Python versions for each major version:

  • 2.7 (Python 2 support will be removed in near future.)
  • 3.6

Minimum required atomic-reactor version

  • 2.0.0

Minimum required version of Openshift/OKD

  • 3.9

Registry API version

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

Default arrangement version is 6.

API changes

None

Build JSON changes

None

Bug Fixes

None

Improvements

  • User warnings can return list of warnings
  • Update user parameters related to remote sources

1.9.0

16 Apr 15:04
Compare
Choose a tag to compare

Minimum required Python version

Minimal Python versions for each major version:

  • 2.7 (Python 2 support will be removed in near future.)
  • 3.6

Minimum required atomic-reactor version

  • 2.0.0

Minimum required version of Openshift/OKD

  • 3.9

Registry API version

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

Default arrangement version is 6.

API changes

None

Build JSON changes

None

Bug Fixes

None

Improvements

  • add new generate_maven_metadata post plugin
  • print user warnings to command line output

1.8.0

15 Mar 12:00
1927508
Compare
Choose a tag to compare

Minimum required Python version

Minimal Python versions for each major version:

  • 2.7 (Python 2 support will be removed in near future.)
  • 3.6

Minimum required atomic-reactor version

  • 2.0.0

Minimum required version of Openshift/OKD

  • 3.9

Registry API version

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

Default arrangement version is 6.

API changes

None

Build JSON changes

None

Bug Fixes

None

Improvements

  • New option --operator-csv-modifications-url for modifying operator bundle CSV file

1.7.0

03 Feb 08:29
Compare
Choose a tag to compare

Minimum required Python version

Minimal Python versions for each major version:

  • 2.7 (Python 2 support will be removed in near future.)
  • 3.6

Minimum required atomic-reactor version

  • 2.0.0

Minimum required version of Openshift/OKD

  • 3.9

Registry API version

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

Default arrangement version is 6.

API changes

None

Build JSON changes

None

Bug Fixes

None

Improvements

  • set cpu and memory requests for source container from reactor config map

1.6.0

29 Jan 11:33
Compare
Choose a tag to compare

Minimum required Python version

Minimal Python versions for each major version:

  • 2.7 (Python 2 support will be removed in near future.)
  • 3.6

Minimum required atomic-reactor version

  • 2.0.0

Minimum required version of Openshift/OKD

  • 3.9

Registry API version

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

Default arrangement version is 6.

API changes

None

Build JSON changes

None

Bug Fixes

None

Improvements

  • Split utils/yaml.py::read_yaml() into read_yaml() and
  • Fail build if container or content_sets file have unexpected extension

1.5.0

18 Jan 15:01
73ead13
Compare
Choose a tag to compare

Minimum required Python version

Minimal Python versions for each major version:

  • 2.7 (Python 2 support will be removed in near future.)
  • 3.6

Minimum required atomic-reactor version

  • 2.0.0

Minimum required version of Openshift/OKD

  • 3.9

Registry API version

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

Default arrangement version is 6.

API changes

None

Build JSON changes

None

Bug Fixes

  • Source container image builds have now set completion deadline

Improvements

  • Changes in upstream CI