Skip to content

v0.23.0

Choose a tag to compare

@github-actions github-actions released this 12 May 08:35
· 678 commits to main since this release
v0.23.0
0b94045

Highlights

Application Details

  • Health status is now displayed for Kubernetes built-in resources.

Explorer

Templates

  • You can now provide a Markdown description of a template. This will be rendered at the top of the Template page allowing template authors to provide clear instructions to their users on how to best fill in the values and complete any other required tests and checks.
  • Raw templates are more flexible and allow you to render resources which don't have an explicit metadata.name field.

Cluster details

  • The cluster details page now shows a Cluster's Connectivity status, along with more details for both GitopsClusters and CAPIClusters, including:
    • Conditions
    • Labels
    • Annotations

Breaking Changes

(none)

Known issues

Explorer

  • When enabled useQueryServiceBackend navigation from Clusters UI to Applications UI is not possible as Explorer does not yet support filtering.

Dependency versions

  • weave-gitops v0.23.0
  • cluster-controller v1.4.1
  • cluster-bootstrap-controller v0.6.0
  • templates-controller v0.2.0
  • (optional) pipeline-controller v0.21.0
  • (optional) policy-agent v2.3.0
  • (optional) gitopssets-controller v0.11.0

🚀 Enhancements

  • PR: #2744 - Improve cluster details page (add status information)
  • PR: #2788 - explorer - allow to configure collector impersonation service account
  • PR: #2774 - [UI] Secrets: No YAML exposed in secrets page
  • PR: #2801 - add new component with react markup to render description
  • PR: #2832 - Upgrade to gitopssets-controller 0.11.0

🔥 UI

  • PR: #2797 - Update Explore nav icon
  • PR: #2812 - UI 2773 follow up PR to enhance UI
  • PR: #2813 - add conditional render on capi cluster view component

🐛 Bugs

  • PR: #2771 - [UI] Secrets sync button looks unresponsive
  • PR: #2805 - collector tolerant start for cluster watchers instead of panic
  • PR: #2821 - Allow no name for resources.
  • PR: #2816 - Filter by application kind in list violations for apps
  • PR: #2839 - Hide clusters button when using query service backend
Uncategorized
  • PR: #2785 - make reboot.sh more resilient to failures
  • PR: #2789 - Switch gitlab.com smoke tests to run against on-prem gitlab instance
  • PR: #2824 - chore: Bump version of progressive-delivery
  • PR: #2835 - Update pipeline-controller version to 0.21.0 in WGE chart
  • PR: #2831 - Fix watching.go log message hiccoughs
  • PR: #2836 - Bump weave-gitops to latest v0.23.0
  • PR: #2840 - Update appDetails acc test selectors after redesign