Skip to content

v0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Feb 13:33
· 1253 commits to main since this release
v0.16.0
02ed0da

Highlights

Create External Secrets via WGE UI

  • It's becoming easier to create a new external secret CR through the UI instead of writing the whole CR yaml.
  • The creation form will help users choose which cluster to deploy the External Secret to and which secret store to sync the secrets from.
  • It's all done in the GitOps way.

Plan Button in Terraform

  • Adding Add Plan button in the terraform plan page to enable users to re-plan changes made.

Dependency versions

  • weave-gitops v0.16.0
  • cluster-controller v1.4.1
  • cluster-bootstrap-controller v0.3.0
  • templates-controller v0.1.2
  • (optional) pipeline-controller v0.14.0
  • (optional) policy-agent v2.2.0
  • (optional) gitopssets-controller v0.2.0

🚀 Enhancements

  • PR: #2323 - Update gitopssets-controller chart to 0.2.0
  • PR: #2289 - Add OAuth support for BitBucket server
  • PR: #2317 - Bump weave-gitops to released version v0.16.0

🔥 UI

  • PR: #2306 - filter application with cluster name when navigate to apps from specific workspace
  • PR: #2313 - Add logs to GitOps Run detail page
Uncategorized
  • PR: #2324 - Update dependencies section in release doc