Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

v0.29.0

Compare
Choose a tag to compare
@gardener-robot-ci-1 gardener-robot-ci-1 released this 18 Aug 12:23
· 131 commits to main since this release

[component-cli]

✨ New Features

  • [USER] 2 new cache command have been added component-cli cache info and component-cli cache prune that make it easier to interact with the local cache. (#36, @schrodit)
  • [USER] Locally cached blobs are now verified to detect tampered or invalid data. (#34, @schrodit)
  • [USER] Input blobs defined in resources can now contain symlinks that are followed if configured. (#33, @schrodit)
    • See the resource input blob documentation for the syntax.
  • [USER] bugfix #28 (#30, @jschicktanz)
  • [USER] support handling of OCI Image Indexes/Docker Manifest Lists (#29, @jschicktanz)
  • [USER] It is now possible to copy component descriptors and referenced component artifacts using the component-cli. (#27, @schrodit)
  • [USER] Support for (legacy) docker manifest v2 schema 1 has been added (#26, @jschicktanz)

🐛 Bug Fixes

  • [USER] Input blobs from directories that should be archived are now correctly tarred. (#37, @schrodit)
  • [USER] Allows overwriting component name and version for empty component descriptors (issue #14) (#23, @jschicktanz)