Skip to content

v5.0.0 - Keyless signing

Compare
Choose a tag to compare
@JeroenKnoops JeroenKnoops released this 04 Nov 14:19
· 101 commits to main since this release
69ca3b3

Features

Keyless signing with sigstore

Sigstore announced GA for Rekor and Fulcio. Now you can use this to do keyless signing of containers.

:warn: Beware that this stores all information in a public log, so you should not use this for private containers.

Breaking changes

The deprecation warnings from previous releases have now become breaking. Please update your workflows.

Old argument New argument
DOCKER_USERNAME REGISTRY_USERNAME
DOCKER_PASSWORD REGISTRY_TOKEN
DOCKER_REGISTRY REGISTRY_URL

What's Changed

Dependency updates

Full Changelog: v4.5.3...v5.0.0