Skip to content

v0.14.2

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jan 13:11
· 1412 commits to main since this release
v0.14.2
0950570

This is a bug release to fix a visual UI issue introduced in 0.14.1. Content would overflow its container, making information on the Templates and Create Cluster pages very hard to read.

Highlights

Templates

The template name and namespace are now available to access as template parameters. This can be useful for organizing template artifacts in some systems. For example:

    path: "./clusters/{{ .template.meta.name }}/capi-cluster.yaml"

Dependency versions

  • weave-gitops v0.14.1
  • cluster-controller v1.4.1
  • cluster-bootstrap-controller v0.3.0
  • (optional) pipeline-controller v0.9.0
  • (optional) policy-agent v2.2.0

🚀 Enhancements

  • PR: #2179 - Expose template metadata in the template rendering.

🔥 UI

  • PR: #2191 - Add links to GitOps Run session automations and sources

🐛 Bugs

  • PR: #2193 - Fix content height