Skip to content

Commit

Permalink
Merge pull request #485 from weaveworks/release-pr
Browse files Browse the repository at this point in the history
Release 0.25.3
  • Loading branch information
Kingdon Barrett authored Sep 15, 2023
2 parents 68580ea + 48c941f commit 42b1716
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ 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.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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-gitops-tools",
"displayName": "GitOps Tools for Flux",
"description": "GitOps automation tools for continuous delivery of Kubernetes and Cloud Native applications",
"version": "0.25.2",
"version": "0.25.3",
"author": "Kingdon Barrett <kingdon@weave.works>",
"contributors": [
"Kingdon Barrett <kingdon@weave.works>",
Expand Down

0 comments on commit 42b1716

Please sign in to comment.