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.27.0

20 Jul 07:46
Compare
Choose a tag to compare

no release notes available

v0.26.0

13 Jul 08:23
Compare
Choose a tag to compare

no release notes available

v0.25.0

07 Jul 10:00
Compare
Choose a tag to compare

[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

01 Jul 15:49
Compare
Choose a tag to compare

no release notes available

v0.23.0

18 Jun 14:02
Compare
Choose a tag to compare

[component-cli]

✨ New Features

  • [USER] The logging output has been improved so that used authentication and other information is logged if an error occurs (adc0d84)

v0.22.0

14 Jun 11:45
Compare
Choose a tag to compare

no release notes available

v0.21.0

14 Jun 07:03
Compare
Choose a tag to compare

[component-cli]

📖 Documentation

  • [USER] Fixed typo for command component-cli in generated documentation (#12, @guewa)

🏃 Others

  • [DEPENDENCY] Updated several dependencies like the component-spec, vfs and logr to their newest version which fixes severval small issues (windows support in vfs, oci component resolver, etc..). (#13, @schrodit)

v0.20.0

27 May 09:53
Compare
Choose a tag to compare

no release notes available

v0.19.0

18 May 11:21
Compare
Choose a tag to compare

no release notes available

v0.18.0

29 Apr 12:17
Compare
Choose a tag to compare

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