Skip to content

Releases: cekit/cekit

4.13.0

04 Sep 08:13
@rnc rnc
Compare
Choose a tag to compare

Enhancements/Changed

  • Add optional URL authentication (#918)
  • Improve documentation and fix tests (#916, #919)

4.12.0

16 May 14:12
@rnc rnc
Compare
Choose a tag to compare

Enhancements/Changed

  • Remove support for legacy docker library. Lock Docker API version (#902)
  • Improve CI for MacOS (#909)
  • Fix import dependency handling (#907)
  • Expose timeouts as environment variables (#913)
  • Modify Docker post-install cleanup (#906)
  • Documentation improvements (#901)

4.11.0

08 Mar 08:24
@rnc rnc
Compare
Choose a tag to compare

Enhancements/Changed

  • New documentation theme and updated all documentation components (#897, #899)
  • Only require ODCS when using content_sets (#893)
  • Improve package manager cleanup (#888)
  • Fix ODCS inclusion for 0.8.0 (#885)
  • Fix documentation generation (#892)
  • Improve Pipfile/requirements.txt (#894)
  • Switch to f-strings consistently (#898)
  • Fix codecov (#900)

4.10.0

12 Jan 15:34
@rnc rnc
Compare
Choose a tag to compare

Enhancements/Changed

  • Support Python 3.12 (#847)
  • Add build-arg for podman/buildah/docker (#868)
  • Behave add --steps-ref (#876)
  • Add trace mode for child process logging (#874)
  • Documentation improvements (#880, #873)
  • Maintenance improvements
    • Fixes for readthedocs (#883)
    • Fixes for Python 3.6 (#878)
    • Code coverage configuration (#875)

4.9.1

07 Sep 14:44
@rnc rnc
Compare
Choose a tag to compare

Changed

  • Switch from git to https protocol for OSBS (#871)

4.9.0

07 Sep 08:07
@rnc rnc
Compare
Choose a tag to compare

Enhancements/Changed

  • Switch from git to https protocol for OSBS (#866)
  • Minor maintenance improvements (#866, #867)

4.8.0

05 Jun 06:38
@rnc rnc
Compare
Choose a tag to compare

Enhancements/Changed

  • Improve exception handling and Python 36 subprocess compatibility (#856)
  • Improve LegacyVersion fallback for all module versions (#858)
  • Correct documentation (#855)
  • Internal code improvements (#855)
  • Add codecov integration (#860)

4.7.0

19 May 09:37
@rnc rnc
Compare
Choose a tag to compare

Enhancements/Changed

  • Add ability to tag source repository and retrieve release version from OSBS for unique tags (#845)
  • Avoid calling ODCS when Behave testing (#848)
  • Allow unspecified extra key:value pairs on environment variables block (#850)
  • Clean up unused code and invalid schema elements (#852)

4.6.0

17 Mar 12:04
@rnc rnc
Compare
Choose a tag to compare

Enhancements/Changed

  • Support package removal and reinstallation (#844)
  • Support Containerfile as well as Dockerfile (#841)

Bug Fixes

  • Fix dependency checking (#836)

Internal Improvements

  • Handle upgraded packaging library removal of LegacyVersion (#838)
  • Improved release handling (#834)
  • Handle upgraded Sphinx dependency (#836)
  • Improve logging / tmpdir handling (#833)

4.5.0

16 Dec 10:14
@rnc rnc
Compare
Choose a tag to compare

Enhancements/Changed

  • Enable inclusion/exclusion of features using regex (#825)
  • Search for podman binary instead of hardcoding for MacOS compatibility (#826)

Bug Fixes

  • Packaging, tox and flake compatibility fixes (#831, #832)

Internal Improvements

  • Predictable ordering during git operations to make testing easier (#827)
  • Add type hints (#820,#828)
  • Updates for recent zest.releaser and fixes for formatter (#832)

Thanks to @greenatatlassian, @spolti, @ankithbtik and @lampajr for the contributions in this release.