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

Releases: gardener-attic/component-cli

v0.35.0

15 Feb 08:43
Compare
Choose a tag to compare

no release notes available

v0.34.0

19 Jan 05:25
Compare
Choose a tag to compare

[image-vector]

✨ New Features

v0.33.0

18 Jan 11:46
Compare
Choose a tag to compare

[component-cli]

✨ New Features

v0.32.0

06 Dec 15:53
Compare
Choose a tag to compare

[component-cli]

✨ New Features

v0.31.0

18 Nov 07:38
Compare
Choose a tag to compare

[component-cli]

✨ New Features

🐛 Bug Fixes

v0.30.1

12 Oct 09:16
Compare
Choose a tag to compare
  • fix replace-oci-ref option when processing relative oci refs

v0.30.0

06 Oct 14:18
Compare
Choose a tag to compare

[component-cli]

✨ New Features

v0.29.0

18 Aug 12:23
Compare
Choose a tag to compare

[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)

v0.28.1

12 Aug 09:33
Compare
Choose a tag to compare

no release notes available

v0.28.0

26 Jul 11:45
Compare
Choose a tag to compare

[component-cli]

🐛 Bug Fixes

  • [DEVELOPER] A bug in the priority calculation of the index caching has been fixed that caused random priority values for items with a similar cache date (51c09c2)