Skip to content

v0.14.1

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jan 12:34
· 1416 commits to main since this release
v0.14.1
6385c46

Highlights

Secrets management

  • We are introducing new functionality into Weave GitOps Enterprise to help observe and manage secrets through external secrets operator (ESO). The new secrets UI will enable customers using ESO to observe and manage external secrets, as well as help them troubleshoot issues during their secrets creation and sync operations. In this release, we are including the ability to list all ExternalSecrets custom resources across multi-cluster environments. Users also will have the ability to navigate to each ExternalSecret and know the details of the secret, its sync status, and the last time this secret has been updated, as well as the latest events associated with the secret.

Pipelines

  • Retry promotion on failure. Now if a promotion fails there is an automatic retry functionalty, you can configure the threshold and delay via the CLI.
  • Promotion webhook rate limiting. We enable now the configuration of the rate limit for the promotion webhooks.

Minor fixes

Workspaces

** [UI] "Tenant" ** is renamed to "Workspace" on details page.

** [UI] Use time.RFC3339 ** format for all timestamps of the workspaces tabs.

Other

** [UI] Error notification boundary ** does not allow user to navigate away from the page.

** [Gitops run] GitOps Run ** doesn't ask to install dashboard twice

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: #2154 - Add Secret Store Type to List Secret Stores API and Get External Secret API
  • PR: #2159 - Harden external secret details API to handle secret store errors
  • PR: #2124 - update automations endpoint to include creating external secret and cluster external secret
  • PR: #2174 - Make the externalSecret list Graceful
  • PR: #2181 - Add docs for workflows
  • PR: #2178 - add templates-controller to list of repos to clone

🔥 UI

  • PR: #2141 - Pendo: Track if users are coming from OSS or Ent and latest version
  • PR: #2166 - change tenant word to workspace in WS details page
  • PR: #2140 - Add Page to view secret details and secret events
  • PR: #2132 - Add page to list all secrets

🐛 Bugs

  • PR: #2158 - Use Format(time.RFC3339) for all timestamps of the workspaces tabs
  • PR: #2167 - [UI] Fix: error boundary does not allow user to navigate away from the page
  • PR: #2137 - Fixed render path template tests
  • PR: #2155 - Fixed random failing acceptance tests due to resource cleanup
  • PR: #2160 - Fixed tests failing due to templates rendering delay
  • PR: #2175 - Fix gitops add cluster --dry-run failure
Uncategorized
  • PR: #2136 - fix release notes url
  • PR: #2163 - improve list external secrets api
  • PR: #2180 - chore: Bump pipeline-controller version
  • PR: #2188 - Bump weave-gitops to released version v0.14.1