From dd34a1d372f2ff60742899d196d5cae0d1b64b56 Mon Sep 17 00:00:00 2001 From: Kingdon P Barrett Date: Sat, 20 Jan 2024 10:30:45 -0500 Subject: [PATCH] plan rollback to v0.27.0 Signed-off-by: Kingdon P Barrett --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d85373b7..6223a275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,33 @@ See [releases](https://github.com/weaveworks/vscode-gitops-tools/releases) for s The current release notes are always published on the Releases page, by automation. This `CHANGELOG` is manually curated by a release engineer from those notes for house-keeping. +# v0.27.0 + +* Roll back to pre-0.25.x codebase (WIP) + +# v0.26.0 + +* Add 'run flux install ?' confirmation dialog (#498) +* Support WGE features with an enablement in Extension Settings (#496) + +# v0.25.4 + +* Fix spawning and not killing `kubectl proxy` processes (#491) +* Recommend settings for log viewer (#487) + +# v0.25.3 + +* Merge pull request for weaveworks/rebase-0.25-edge (#484) +* Upgrade @vscode/extension-telemetry +* Bump vscode engine version +* Pin extension telemetry @ 0.6.x until we can resolve #477 +* Added kubectl apply right-click option and keyboard shortcut for open file +* Remove extraneous console.log in case of performance impact +* Refactoring toolkitNode +* Added loading spinners to "Loading..." +* No icons for nested namespaces +* Update node labels after refresh + # v0.25.2 * Live update for all flux types and UI fixes (#479)