Skip to content

Commit 189e911

Browse files
authored
Merge pull request #504 from weaveworks/rollback-live-view
Rollback to v0.24.3
2 parents 9e9e973 + b0b6f87 commit 189e911

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build-vsix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235

236236
# - name: Get the version
237237
# id: version
238-
# run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
238+
# run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
239239
# shell: bash
240240
#
241241
# - uses: apexskier/github-semver-parse@671ddf80785e4d721e76723ec1e687317f85bfe9 # pin@v1

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ See [releases](https://github.com/weaveworks/vscode-gitops-tools/releases) for s
44

55
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.
66

7+
# v0.27.0
8+
9+
* Roll back to pre-0.25.x codebase (#504)
10+
711
# v0.26.0
812

913
* Add 'run flux install ?' confirmation dialog (#498)

0 commit comments

Comments
 (0)