Skip to content

v0.8.1-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 31 May 15:09
· 2691 commits to main since this release
e1a3b61

Upgrade notes and Breaking changes

  • The bootstrap annotation has moved from the Cluster to the GitopsCluster! Move the bootstrapping label across. Any ClusterResourceSet labels should however stay on the Cluster object.

Known issues

🚀 Enhancements

  • PR: #703 - Upgrade the cluster-bootstrap-controller to GitopsCluster support
  • PR: #636 - Admission Ctrl Logs | View Management Cluster Violation Events
  • PR: #687 - [UI] MultiCluster and updates to Connect a Cluster
  • PR: #769 - core(deps): Use Go 1.18
  • PR: #779 - Auth flags cleanup
  • PR: #789 - feat: #704: process template variables in profile values
  • PR: #801 - Reverse sort available chart versions in profiles.
  • PR: #714 - Add tf-controller templates to add command next to CAPI templates
  • PR: #790 - Remove the SQLite DB, wkp-agent, event-writer and NATS
  • PR: #778 - feat: add policies multi cluster
  • PR: #770 - Add filter by type to ListGitopsClusters
  • PR: #824 - Native Builds
  • PR: #836 - Rename GitopsTemplate to GitOpsTemplate
  • PR: #856 - Upgrade weave-gitops to v0.8.1-rc.5
  • PR: #741 - Add pagination support to ListGitopsClusters
  • PR: #792 - init EnterpriseClientContext to support same API interception for Unauthorized Users
  • PR: #827 - Return the management cluster in /v1/clusters response
  • PR: #882 - show policies from leaf clusters on the policies page

🔥 UI

  • PR: #775 - [UI] Styling updates

🐛 Bugs

  • PR: #732 - add specific title to application and sources breadcrumb
  • PR: #783 - Type fix
  • PR: #863 - Fixes upgrade test, GITOPS_GIT_HOST_TYPES -> WEAVE_GITOPS_GIT_HOST_TYPES
  • PR: #862 - [UI] Profile version gets reset on selection of new profile / Form selection fields are cut off
  • PR: #865 - Fix bug when deduplicating the discovered credentials.
  • PR: #880 - Upgrade to a weave-gitops core that has reverse-semver profile sorting

🧪 Tests

  • PR: #657 - Add ingress-ngix support for TLS termination
  • PR: #762 - Add capa/capg capi providers
Uncategorized
  • PR: #725 - docs: Add common dev workflows
  • PR: #743 - clean policy-agent resources as part of cluster reset/cleanup
  • PR: #756 - Fix upgrade test for Gitopscluster cluster section
  • PR: #680 - Re-jig docker files to build in docker, add tilt file
  • PR: #760 - docs: fix dev username
  • PR: #772 - Skip checking PR link in a toast
  • PR: #782 - fix: use "go install" instead of "go get" to install binaries
  • PR: #785 - fix: remove "-u" flag from go install
  • PR: #796 - Small fixes and tweaks for nightly cluster cleanup
  • PR: #811 - Increase browser window size as on macOS some tests fail randomly
  • PR: #777 - Update instructions on how to update core in EE
  • PR: #813 - refactor: Manage dependencies with Makefile
  • PR: #886 - Added a readme for adrs