-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Kingdon P Barrett <[email protected]>
- Loading branch information
Showing
6 changed files
with
58 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,17 +64,17 @@ jobs: | |
fi; | ||
- name: Clone Repository | ||
uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # pin@v2 | ||
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # pin@v3 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Setup Flux CLI | ||
uses: fluxcd/flux2/action@2c7d650d4472bb7c92fa5fea86589527dfa5abcc # pin@main | ||
uses: fluxcd/flux2/action@1730f3c46bddf0a29787d8d4fa5ace283f298e49 # pin@main | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Setup Node version | ||
uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # pin@v1 | ||
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # pin@v3 | ||
with: | ||
node-version: 19 | ||
|
||
|
@@ -96,11 +96,11 @@ jobs: | |
- name: Setup Kubernetes | ||
uses: engineerd/setup-kind@aa272fe2a7309878ffc2a81c56cfe3ef108ae7d0 # [email protected] | ||
with: | ||
version: v0.17.0 | ||
image: kindest/node:v1.23.13 | ||
version: v0.20.0 | ||
image: kindest/node:v1.28.0 | ||
|
||
- name: Run Tests | ||
uses: GabrielBB/xvfb-action@86d97bde4a65fe9b290c0b3fb92c2c4ed0e5302d # pin@v1 | ||
uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 # pin@v1 | ||
with: | ||
run: npm test | ||
options: "-screen 0 1600x1200x24" | ||
|
@@ -167,15 +167,15 @@ jobs: | |
if: ${{ github.event.inputs.publishMarketplace == 'yes' && github.event.inputs.releaseChannel == 'stable' }} | ||
|
||
- name: Publish to Open VSX Registry (Edge) | ||
uses: HaaLeo/publish-vscode-extension@c1a0486c5a3eed24e8c21d4e37889a7c4c60c443 # pin@v1 | ||
uses: HaaLeo/publish-vscode-extension@dfe4f6ad46624424fe24cb5bca79839183399045 # pin@v1 | ||
if: ${{ github.event.inputs.publishOpenVSX == 'yes' && github.event.inputs.releaseChannel == 'edge' }} | ||
with: | ||
preRelease: true | ||
pat: ${{ secrets.OPEN_VSX_TOKEN }} | ||
extensionFile: ./gitops-tools-${{ env.RELEASE_VERSION }}.vsix | ||
|
||
- name: Publish to Open VSX Registry (Stable) | ||
uses: HaaLeo/publish-vscode-extension@c1a0486c5a3eed24e8c21d4e37889a7c4c60c443 # pin@v1 | ||
uses: HaaLeo/publish-vscode-extension@dfe4f6ad46624424fe24cb5bca79839183399045 # pin@v1 | ||
if: ${{ github.event.inputs.publishOpenVSX == 'yes' && github.event.inputs.releaseChannel == 'stable' }} | ||
with: | ||
preRelease: false | ||
|
@@ -199,7 +199,7 @@ jobs: | |
echo "GIT_TAG=$GIT_TAG" >> $GITHUB_ENV | ||
- name: GitHub Release | ||
uses: ncipollo/release-action@a2e71bdd4e7dab70ca26a852f29600c98b33153e # pin@v1 | ||
uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # pin@v1 | ||
with: | ||
artifacts: "./gitops-tools-*" | ||
bodyFile: ${{ github.workspace }}-CHANGELOG.txt | ||
|
@@ -228,14 +228,14 @@ jobs: | |
Feature branches should still be squashed, but \`release-pr\` must always be merged to complete the release. | ||
See the [DEVELOPMENT.md](https://github.com/weaveworks/vscode-gitops-tools/blob/main/DEVELOPMENT.md#releasing) for more information about the release process. | ||
See the [CONTRIBUTING.md](https://github.com/weaveworks/vscode-gitops-tools/blob/main/CONTRIBUTING.md#releasing) for more information about the release process. | ||
pr_reviewer: ${{ github.actor }} | ||
pr_draft: false | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
# - name: Get the version | ||
# id: version | ||
# run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} | ||
# run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT | ||
# shell: bash | ||
# | ||
# - uses: apexskier/github-semver-parse@671ddf80785e4d721e76723ec1e687317f85bfe9 # pin@v1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,27 +11,27 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # pin@v3 | ||
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # pin@v3 | ||
|
||
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # pin@v3 | ||
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # pin@v3 | ||
with: | ||
node-version: '19' | ||
node-version: '20' | ||
|
||
- run: npm install | ||
|
||
- name: Setup Kubernetes | ||
uses: engineerd/setup-kind@aa272fe2a7309878ffc2a81c56cfe3ef108ae7d0 # [email protected] | ||
with: | ||
version: v0.17.0 | ||
image: kindest/node:v1.23.13 | ||
version: v0.20.0 | ||
image: kindest/node:v1.28.0 | ||
|
||
- name: Setup Flux CLI | ||
uses: fluxcd/flux2/action@2c7d650d4472bb7c92fa5fea86589527dfa5abcc # pin@main | ||
uses: fluxcd/flux2/action@1730f3c46bddf0a29787d8d4fa5ace283f298e49 # pin@main | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: extension test | ||
uses: GabrielBB/xvfb-action@86d97bde4a65fe9b290c0b3fb92c2c4ed0e5302d # pin@v1 | ||
uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 # pin@v1 | ||
with: | ||
run: 'npm test' | ||
options: "-screen 0 1600x1200x24" |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.24.3", | ||
"version": "0.26.0", | ||
"author": "Kingdon Barrett <[email protected]>", | ||
"contributors": [ | ||
"Kingdon Barrett <[email protected]>", | ||
|