Skip to content

Releases: cekit/cekit

4.16.0

30 Jan 15:07
@rnc rnc

Choose a tag to compare

Enhancements/Changed

  • Bump Docker API to 1.44 (#952)
  • Removed support for Python 3.6 (#952)
  • Fixed ODCS dependency (#951)
  • Add args to help documentation (#953)
  • Improve documentation (#943, #954)
  • Changes for Black formatter updates (#954)

4.15.0

06 May 14:07
@rnc rnc

Choose a tag to compare

Enhancements/Changed

  • Support help template in modules (#939)
  • Improve handling of package manager cleanup (#940)
    • Now, when not using squash, cleanup will be part of the package install/remove/etc commands thereby saving space and when using squash it will all be done at the end saving time.
  • Improved documentation (#938)
  • Add ability to specify example/description for args (#937)
  • Maintenance improvements - internal code and GHActions (#932,#934)
  • Add Python 3.13 to CI (#933)

4.14.0

28 Nov 13:42
@rnc rnc

Choose a tag to compare

Enhancements/Changed

  • Add ability to pass generic build flags to underlying build tool (podman/buildah/docker) (#929)
  • Invoke Docker CLI directly instead of using python library when using --platform or --build-flag (#929)
  • Fix CI with MacOS/CircleCI ( #927, #926)
  • Improve logging (#926)
  • Fix overrides when using args (#928)
  • Allow ARGS to be injected first for the main image for easy overriding (#928)

4.13.0

04 Sep 08:13
@rnc rnc

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

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

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

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

Choose a tag to compare

Changed

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

4.9.0

07 Sep 08:07
@rnc rnc

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

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)