You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/enterprise/getting-started/releases-enterprise.mdx
+57Lines changed: 57 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,63 @@ import TierLabel from "../../_components/TierLabel";
10
10
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).
11
11
:::
12
12
13
+
## v0.38.1
14
+
2023-12-11
15
+
16
+
### Highlights
17
+
18
+
This is a bug fix release that fixes a few notable issues:
19
+
20
+
#### UI issues
21
+
- Credentials selection is fixed on the Templates page
22
+
- Loading the Terraform list view no longer crashes with certain Terraform CRs.
23
+
24
+
#### CLI Bootstrapping
25
+
- Fixes Git Configuration for Flux bootstrapping in interactive mode
You can now run Weave GitOps Enterprise under a subpath e.g. https://example.com/wego/
47
+
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/).
48
+
49
+
In the context of the Bootstrapping CLI command, this version allows installing Policy Agent or Tf-Controller as extra components.
50
+
51
+
### Enhancements
52
+
- Changes bootstrapping networking to use ClusterIP and other modes via release values
53
+
- Explorer default sort by score
54
+
55
+
### Bug Fixes
56
+
- Delay Explorer query input focus until drawer animation is complete
57
+
- Fix YAML syntax highlighting for GitopsSets, Terraform, Secrets, Progressive Delivery and Workspaces.
0 commit comments