This repository has been archived by the owner on May 26, 2023. It is now read-only.
Releases: gardener-attic/component-cli
Releases · gardener-attic/component-cli
v0.35.0
no release notes available
v0.34.0
[image-vector]
✨ New Features
- [USER] Skip images for not supported kubernetes versions. (gardener/image-vector#3, @achimweigel)
v0.33.0
[component-cli]
✨ New Features
- [USER] adds uploaders package (gardener/component-cli#56, @jschicktanz)
- [DEVELOPER] adds config package for new transport command (gardener/component-cli#54, @jschicktanz)
- [DEVELOPER] adds downloaders package (gardener/component-cli#52, @jschicktanz)
- [DEVELOPER] adds oci artifact serialization coding for transport cmd (gardener/component-cli#51, @jschicktanz)
v0.32.0
[component-cli]
✨ New Features
- [DEVELOPER] adds filters package (gardener/component-cli#48, @jschicktanz)
v0.31.0
[component-cli]
✨ New Features
- [USER] Upgrades dependency to image-vector 0.6.0. For more details see link (gardener/component-cli#50, @achimweigel)
🐛 Bug Fixes
- [USER] fix installation with "go get" (gardener/component-cli#53, @achimweigel)
v0.30.1
- fix replace-oci-ref option when processing relative oci refs
v0.30.0
[component-cli]
✨ New Features
- [USER] adds "replace-oci-ref" flag to "ca remote copy" command (gardener/component-cli#47, @jschicktanz)
- [USER] Added binary release for darwin arm64 (gardener/component-cli#45, @reshnm)
v0.29.0
[component-cli]
✨ New Features
- [USER] 2 new cache command have been added
component-cli cache info
andcomponent-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
no release notes available