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.27.0
no release notes available
v0.26.0
no release notes available
v0.25.0
[component-cli]
✨ New Features
- [USER] It is now possible to skip the tls verification for oci registries by providing the flag
--insecure-skip-tls-verify=true
. (9968056)- The flag defaults to false and should only be used with trusted registries.
🏃 Others
- [DEPENDENCY] The cobra cli lib has been updated to v1.2.0 whcih features now a built in completion script. (bf662bd)
v0.24.0
no release notes available
v0.23.0
v0.22.0
no release notes available
v0.21.0
[component-cli]
📖 Documentation
🏃 Others
v0.20.0
no release notes available
v0.19.0
no release notes available
v0.18.0
[component-cli]
✨ New Features
- [USER] adds the root folder of a helm chart directory to the generated blob in the add resources command (#7, @achimweigel)