Skip to content

Commit

Permalink
Update deno to 1.27.0 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
verdel authored Oct 28, 2022
1 parent 5dca343 commit 8326cbf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- uses: denoland/setup-deno@v1
with:
deno-version: v1.26.x
deno-version: v1.27.x

- name: Install Age Encryption Tool
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- uses: denoland/setup-deno@v1
with:
deno-version: v1.26.x
deno-version: v1.27.x

- name: Install plugin
run: make install-plugin
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
deno 1.26.2
deno 1.27.0
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install-tools:
@ yarn --frozen-lockfile

install-plugin:
@ HELM_PLUGIN_DIR="$$PWD" ./scripts/install.sh "v$${DENO_VERSION:-1.26.2}"
@ HELM_PLUGIN_DIR="$$PWD" ./scripts/install.sh "v$${DENO_VERSION:-1.27.0}"

lint:
@ yarn prettier --check .
Expand Down
6 changes: 3 additions & 3 deletions plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: "deno"
version: "0.3.0-alpha"
version: "0.3.0-alpha.1"
usage: "Helm charts with Deno"
description: |-
This plugin allows to use Deno to prepare kubernetes manifests
hooks:
install: "$HELM_PLUGIN_DIR/scripts/install.sh v1.26.2"
update: "$HELM_PLUGIN_DIR/scripts/install.sh v1.26.2"
install: "$HELM_PLUGIN_DIR/scripts/install.sh v1.27.0"
update: "$HELM_PLUGIN_DIR/scripts/install.sh v1.27.0"
command: "$HELM_PLUGIN_DIR/scripts/run.sh"

0 comments on commit 8326cbf

Please sign in to comment.