From 64ba0c8bd7c9051626d3fb4a420f0380332b8174 Mon Sep 17 00:00:00 2001 From: Yiannis Date: Thu, 14 Dec 2023 13:15:10 +0000 Subject: [PATCH 1/2] docs: Update docs for new releases --- .../getting-started/releases-enterprise.mdx | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/website/docs/enterprise/getting-started/releases-enterprise.mdx b/website/docs/enterprise/getting-started/releases-enterprise.mdx index d4ab91bcb8..541ed66e7f 100644 --- a/website/docs/enterprise/getting-started/releases-enterprise.mdx +++ b/website/docs/enterprise/getting-started/releases-enterprise.mdx @@ -10,6 +10,63 @@ import TierLabel from "../../_components/TierLabel"; This page details the changes for Weave GitOps Enterprise and its associated components. For Weave GitOps OSS, please see the release notes on [GitHub](https://github.com/weaveworks/weave-gitops/releases). ::: +## v0.38.1 +2023-12-11 + +### Highlights + +This is a bug fix release that fixes a few notable issues: + +#### UI issues +- Credentials selection is fixed on the Templates page +- Loading the Terraform list view no longer crashes with certain Terraform CRs. + +#### CLI Bootstrapping +- Fixes Git Configuration for Flux bootstrapping in interactive mode + +### Enhancements +- Added bootstrapping export mode + +### Dependency versions +- Flux >= v2.0.0 +- weave-gitops [v0.38.0](https://github.com/weaveworks/weave-gitops/releases/tag/v0.38.0) +- (optional) cluster-controller v1.5.2 +- (optional) cluster-bootstrap-controller v0.7.3 +- (optional) cluster-reflector-controller v0.0.9 +- (optional) gitopssets-controller v0.16.4 +- (optional) pipeline-controller v0.21.0 +- (optional) policy-agent v2.5.0 +- (optional) templates-controller v0.3.0 + +## v0.38.0 +2023-12-07 + +### Highlights + +You can now run Weave GitOps Enterprise under a subpath e.g. https://example.com/wego/ +This is useful if you want to make the application available alongside other applications on the same domain, please see the documentation [here](https://docs.gitops.weave.works/docs/guides/run-ui-subpath/). + +In the context of the Bootstrapping CLI command, this version allows installing Policy Agent or Tf-Controller as extra components. + +### Enhancements +- Changes bootstrapping networking to use ClusterIP and other modes via release values +- Explorer default sort by score + +### Bug Fixes +- Delay Explorer query input focus until drawer animation is complete +- Fix YAML syntax highlighting for GitopsSets, Terraform, Secrets, Progressive Delivery and Workspaces. + +### Dependency versions +- Flux >= v2.0.0 +- weave-gitops [v0.38.0](https://github.com/weaveworks/weave-gitops/releases/tag/v0.38.0) +- (optional) cluster-controller v1.5.2 +- (optional) cluster-bootstrap-controller v0.7.3 +- (optional) cluster-reflector-controller v0.0.9 +- (optional) gitopssets-controller v0.16.4 +- (optional) pipeline-controller v0.21.0 +- (optional) policy-agent v2.5.0 +- (optional) templates-controller v0.3.0 + ## v0.37.0 2023-11-23 From e35372fd841fb20a979e23cff3ed96c8d8f27256 Mon Sep 17 00:00:00 2001 From: Yiannis Date: Thu, 14 Dec 2023 13:52:08 +0000 Subject: [PATCH 2/2] docs: Punctuation changes --- .../getting-started/releases-enterprise.mdx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/website/docs/enterprise/getting-started/releases-enterprise.mdx b/website/docs/enterprise/getting-started/releases-enterprise.mdx index 541ed66e7f..5be08e3751 100644 --- a/website/docs/enterprise/getting-started/releases-enterprise.mdx +++ b/website/docs/enterprise/getting-started/releases-enterprise.mdx @@ -18,14 +18,14 @@ This page details the changes for Weave GitOps Enterprise and its associated com This is a bug fix release that fixes a few notable issues: #### UI issues -- Credentials selection is fixed on the Templates page +- Credentials selection is fixed on the Templates page. - Loading the Terraform list view no longer crashes with certain Terraform CRs. #### CLI Bootstrapping -- Fixes Git Configuration for Flux bootstrapping in interactive mode +- Fixed Git Configuration for Flux bootstrapping in interactive mode. ### Enhancements -- Added bootstrapping export mode +- Added bootstrapping export mode. ### Dependency versions - Flux >= v2.0.0 @@ -43,17 +43,17 @@ This is a bug fix release that fixes a few notable issues: ### Highlights -You can now run Weave GitOps Enterprise under a subpath e.g. https://example.com/wego/ +You can now run Weave GitOps Enterprise under a subpath e.g. https://example.com/wego/ . This is useful if you want to make the application available alongside other applications on the same domain, please see the documentation [here](https://docs.gitops.weave.works/docs/guides/run-ui-subpath/). In the context of the Bootstrapping CLI command, this version allows installing Policy Agent or Tf-Controller as extra components. ### Enhancements -- Changes bootstrapping networking to use ClusterIP and other modes via release values -- Explorer default sort by score +- Changed bootstrapping networking to use ClusterIP and other modes via release values. +- Explorer default is sort by score. ### Bug Fixes -- Delay Explorer query input focus until drawer animation is complete +- Delay Explorer query input focus until drawer animation is complete. - Fix YAML syntax highlighting for GitopsSets, Terraform, Secrets, Progressive Delivery and Workspaces. ### Dependency versions