Skip to content

v0.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Dec 21:16
· 139 commits to main since this release
v0.18.0
054ea69

Timoni's CUE engine has been updated to v0.7.0.

New Features

  • Timoni CUE Schemas - New Timoni CUE schemas are available under the timoni.sh/core/v1alpha1 package that can be imported and used by module authors to generate Kubernetes metadata for components, image pull secrets, resource requirements and semantic version constraints.

New Commands

  • timoni artifact tag - Allow adding extra tags to OCI artifacts after publishing. This command can be used to move the latest tag for modules, in case the latest version needs to be retracted.
  • timoni mod vet - The vet command gains two new optional flags, --name and --values, that allow vetting a module with a custom name and values.
  • timoni --registry-insecure - All commands that perform pull and push operations gain a new optional flag, --registry-insecure, that allows connecting to container registry servers over plain HTTP or with self-signed certs.

What's Changed

New Contributors

Full Changelog: v0.17.0...v0.18.0