Skip to content

v0.3.6

Choose a tag to compare

Changes

  • A builtin function kubernetesVersion was added to KustomizeGenerator; this builtin returns the deployment target cluster's server version as a version.Info struct. As version.Info is a Stringer, is is possible to use just kubernetesVersion as template pipeline value, such as {{ kubernetesVersion }}, which would result in something like 'v1.27.3`.