Skip to content

v0.35.0

Compare
Choose a tag to compare
@weave-gitops-bot weave-gitops-bot released this 25 Oct 13:38
· 141 commits to main since this release

💸 Features and improvements

  • Create Dashboard command supports Helm 'values' flags: PR: #3990
    The create dashboard command now accepts an additional --values flag which can be used to populate values for the Weave GitOps Helm chart. This allows users to customise the resulting HelmRelease resource, according to their needs.

We have also made minor changes in our CI workflows to make external contributions a little bit easier. Some workflows that required elevated permissions are now skipped for forks.

Finally, we have updated some of our UI libraries to protect against known vulnerabilities.

Flux compatibility

Flux version Minimum required
v2.0 >= 2.0.0

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

📖 Documentation

  • PR: #4089 - Added profiling docs
  • PR: #4093 - Adds clarification to WGE docs links from OSS
  • PR: #4088 - update explorer docs with granular configuration
Uncategorized
  • PR: #4078 - Remove test-connection.yaml
  • PR: #4081 - Fix UI audit
  • PR: #4083 - fix: Only run npm publish job on weave-gitops repo
  • PR: #4085 - fix: Do not run for forks
  • PR: #4086 - fix: Skip updating release status check in forks
  • PR: #4084 - Add colors and exports for new EE pipelines UI
  • PR: #4072 - Only build last 3 versions of user-guide for staging
  • PR: #4087 - fix: Skip running job on forks
  • PR: #4100 - fix: Partially revert #4046