Skip to content

Commit

Permalink
Merge pull request #480 from weaveworks/release-pr
Browse files Browse the repository at this point in the history
Release 0.25.2
  • Loading branch information
Kingdon Barrett authored Sep 12, 2023
2 parents aa35763 + 96e05f1 commit 8f1bc87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.2

* Live update for all flux types and UI fixes (#479)

# v0.25.1

* README for release (#473)
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.

4 changes: 1 addition & 3 deletions 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.1",
"version": "0.25.2",
"author": "Kingdon Barrett <kingdon@weave.works>",
"contributors": [
"Kingdon Barrett <kingdon@weave.works>",
Expand Down Expand Up @@ -517,15 +517,13 @@
{
"command": "gitops.createKustomization",
"group": "2"

}
],
"explorer/context": [
{
"submenu": "gitops.explorer"
}
],

"commandPalette": [
{
"command": "gitops.editor.openResource",
Expand Down

0 comments on commit 8f1bc87

Please sign in to comment.