Tags give the ability to mark specific points in history as being important
-
v4.1.0
Release: Release v4.1.074b3a613 · ·## Changes - Improved auto-generated Release Notes - `build` template: - `build_image_branch_tag` is now restricted to one of: - $CI_COMMIT_SHORT_SHA - $CI_COMMIT_SHA - $CUSTOM_BRANCH_IMAGE_TAG - dev (default, same as before) - Fixed addition of Annotations and Labels - Images are now uploaded in proper `OCI` format (requires gitlab contianer registry metadata database) - `publish` template: - Images are now signed via `cosign` by creating an additonal SHA image. It either generates it's own Key pair or reads a base64 encoded private Key as `COSIGN_PRIVATE_KEY` CI Variable -
v4.0.2
Release: Release v4.0.2fa222ceb · ·fix: Recreate removed cache dir when using cache_clear, fixed debugging output and improved archive for caching in the build template
-
v4.0.1
Release: Release v4.0.17ce4d2b1 · ·fix: Archive podman cache before uploading to fix failing when e.g. updating pip in image build
-
v3.2.1
Release: Release v3.2.10b6e6999 · ·fix: Fixed trivy rego in security template for filtering Docker Healthcheck
-
v3.2.0
Release: Release v3.2.002fef9b8 · ·feat: Added option to the publish template to optionally also push images on scheduled pipelines
-
v3.1.1
Release: Release v3.1.1afb6a069 · ·fix: Fixed trivy rego in lint template for filtering Docker Healthcheck
-
v3.1.0
Release: Release v3.1.02eb2ffe3 · ·feat: Added option to disable package version pinning check in lint template
-
v3.0.0
Release: Release v3.0.01c74a0ad · ·feat: Fixed Caching job mode in the build, security and publish templatesand changed default cache key from `$CI_COMMIT_REF_SLUG` to `container-component-cache`. Removed `build_cache_disabled` input var and added default annotations also during image build in build template. The lint template now uses the rego file to ignore `no Healthcheck` issues since that is Docker Image format specific and ignored in OCI format anyway. Also added `skopeo login` in publish template.
-
v2.0.0
Release: Release v2.0.073156f0a · ·Renamed `job_name` to `job_name_prefix` for `build`, `security` and `publish` templates. Additionally the `security` template now generates a badge for container vulnerabilities.
-
v1.2.1
Release: Release v1.2.17a89e57b · ·fix: Fixed descriptions and documentation for validate-compose-file template
-
v1.1.0
Release: Release v1.1.0705fd0d6 · ·feat: Image entrypoint defaults to "" and added the option to add `services` for each job
-
v0.5.4
Release: Release v0.5.422cea4bc · ·fix: Trivy lint of the Dockerfile labeled any command after package installation in the same run as Misconfiguration and publish-prepare now converts CONTAINER_CI_REPOSITORY to lower case because skopeo doesn't except anything else.
-
v0.5.2
Release: Release v0.5.229c8caa7 · ·fix: Set caching on build stage to only push instead of pull-push
-
v0.5.1
Release: Release v0.5.18f5dd605 · ·Set default job mode for testing to artifacts, because caching is not always available.