Cekit Versions Save

CEKit - Container Evolution Kit

4.11.0

2 months ago

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

4 months ago

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

8 months ago

Changed

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

4.9.0

8 months ago

Enhancements/Changed

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

4.8.0

11 months ago

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

11 months ago

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

1 year ago

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

1 year ago

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.

4.4.0

1 year ago

Enhancements/Changed

  • Support tagging git repository after OSBS build (#809)
  • Add support for source-url/hash to Plain and URL artifacts (#818)

Bug Fixes

  • Installation of any package with a specific version through apt-get fails (#814)

Internal Improvements

  • Improve documentation (#819)
  • Update Python and GitHub Actions dependencies (#815, #816)
  • Improve tests (#808)

4.3.0

1 year ago

Enhancements/Changed

  • Revert Fix Docker file ordering generation and fix handling of package managers in included repositories. Improve documentation. (#806)
  • Improve documentation and support for EPEL7 (#801)

Bug Fixes

Internal Improvements

  • Improve internal DependencyHandler to handle platform and version differences (#803)
  • Use non-deprecated code on later Python versions. Simplify PyTest configuration (#804)