CEKit 4.1.1 released

      1 min read       

This micro CEKit release contains a bug fix for the Docker API version. You can see full release notes here. Availability This release is immediately available on PyPI. Latest packages submitted for particular Fedora or EPEL versions can be found always in Bodhi. Besides this you can always see latest CEKit builds in Koji.


CEKit 4.1.0 released

      1 min read       

This minor CEKit release contains several improvements and bug fixes. You can see full release notes here. Below you can find highlights of this release. Improved Logging for Sub-Process Errors Previously logging from CalledProcessError was being lost. Lowered ODCS version requirement This is required for EPEL compatibility Availability This release is immediately available on PyPI. Latest packages submitted for particular Fedora or EPEL versions can be found always in Bodhi.


CEKit 4.0.0 released

      1 min read       

This major CEKit release drops support for Python 2. You can see full release notes here. Below you can find highlights of this release. Drop support for Python 2 This is required to continue supporting CEKit on Fedora. Availability This release is immediately available on PyPI. Latest packages submitted for particular Fedora or EPEL versions can be found always in Bodhi. Besides this you can always see latest CEKit builds in Koji.


CEKit 3.13.0 released

      1 min read       

This minor CEKit release contains several improvements and bug fixes. You can see full release notes here. Below you can find highlights of this release. Support for remote overrides Allow for fetching override files from a remote URL resource. Documentation and Conscious Language Changes Improved documentation and changed primary branch name to main. Availability This release is immediately available on PyPI. Note Packages have not been built for this release due to Fedora upgrading pykwalify to 1.


CEKit 3.12.0 released

      1 min read       

This minor CEKit release contains several improvements and bug fixes. You can see full release notes here. Below you can find highlights of this release. Support for PNC Artifact Type A new PNC Artifact type is now available for artifacts built within the ProjectNCL build system and are intended to be used with the OSBS fetch-artifacts-pnc.yaml. Custom gating.yaml CEKit now supports custom gating.yaml files that are used within the Container Verification Pipeline (CVP).


CEKit 3.11.0 released

      2 min read       

This minor CEKit release contains several improvements, compatibility changes and some important bug fixes. You can see full release notes here. Below you can find highlights of this release. Colour output It is now possible to disable colour output which is useful within CI environments. OSBS and URLs For working with OSBS and URL based artifacts it is now possible to restrict to a set of acceptable domains for files to be added to fetch_artifacts_url (instead of the lookside cache) via the fetch_url_domains configuration option.


CEKit 3.10.0 released

      1 min read       

Another minor CEKit release which contains an important bug fix and general improvements. You can see full release notes here. Below you can find highlights of this release. Debian apt-get support CEKit now supports package managers using apt-get. fetch-artifacts-url.yaml fix A bug was fixed when processing the index of the fetch-artifact collection. Availability This release is immediately available on PyPI. Packages were built for Fedora and EPEL too.


CEKit 3.9.0 released

      1 min read       

CEKit isn’t COVID isolating and has another release for you! You can see full release notes here. Below you can find highlights of this release. GitHub Action A new GitHub Action for CEKit has been contributed and is available here. Descriptor Merging This improves override usage by allowing merging descriptors for the common keys. This is documented in Artifact Overrides. Availability This release is immediately available on PyPI.


CEKit 3.8.0 released

      1 min read       

To celebrate the start of 2021 we have another minor release which adds some important features and has one user-visible change. You can see full release notes here. Below you can find highlights of this release. OSBS Enhancements/Changes Instead of previously downloading, caching the artifact in the build environment and usng the lookaside cache, builds using OSBS will now instead add a direct link to fetch-artifacts-url.yaml. Builds that use the redhat flag will now add the artifact description as a comment to the fetch-artifacts-url.


CEKit 3.7.0 released

      2 min read       

After long time without a release, we have finally another minor delivery which is focused on two things: Adding support for base images Multiple fixes for multi-stage builds You can see full release notes here. Below you can find highlights of this release. Base image support Statically compiled binaries are very common in the cloud environment. Such binaries make it possible to be added to a container image without the need for any other libraries.