Skip to content

v0.32.1

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Sep 08:12
· 281 commits to main since this release
v0.32.1
f230869

Highlights

Cluster Management

  • New connect cluster cmd to gitops to enable using the connector pkg to connect a remote cluster to a cluster.
  • It’s now possible to use the existing cluster role instead of creating a new one for a service account, which reduces resource creation.
  • Cleaning up of the gitops-server API continues apace in preparation for publication of the API documentation and OpenAPI spec.

UI Improvements

  • GitOpsSets added to Explorer filters in the WGE UI, extending the Explorer to be compatible with the filter based on the GitOpsSets kind.
  • Improved formatting of Policy Config | Policy Parameters cards so that users experience more readable data when creating a new policy config and selecting the Policy from the policies list.
  • New section added to the Metadata component for OCI Repositories to provide users with more clarity.

Bug fixes

  • The Metric template details now renders the canary a user clicks on, instead of all the metrics templates in the canary.

🚀 Enhancements

  • PR: #3239 - Connect cluster cmd
  • PR: #3237 - Update fields in cluster-service API to be snake_case
  • PR: #3267 - Explorer extending - gitopssets
  • PR: #3279 - fix button spaces
  • PR: #3296 - Remove creation of cluster role in service account reconcile of connect cluster
  • PR: #3336 - format Policy Parameters cards
  • PR: #3337 - Add debug level to connect cluster flags
  • PR: #3344 - fix tabs style at workspaces and make them consistent with the rest of the application

🔥 UI

  • PR: #3292 - Adds Last Updated and Namespace information to Terraform object details UI

🐛 Bugs

  • PR: #3363 - add target echo-ldflags to fix the release and gitops version command
  • PR: #3287 - Metric template details renders all the metrics templates in the canary instead of the one clicked
  • PR: #3302 - Fix styling naming collision
  • PR: #3331 - Update progressive delivery docs link
  • PR: #3345 - passing version configuration as part of the build to fix cli version command
Uncategorized
  • PR: #3298 - Bump to v0.16.1 of gitopssets-controller.

Dependency versions

  • weave-gitops v0.32.0
  • cluster-controller v1.5.2
  • cluster-bootstrap-controller v0.7.1
  • (optional) pipeline-controller v0.21.0
  • (optional) policy-agent v2.5.0
  • (optional) gitopssets-controller v0.16.2

Flux compatibility

Flux version Minimum required
v2.0 >= 2.0.0

For Flux migrations to v2.0 see flux or weave gitops documentation.

Uncategorized