From 45e660d5cefb98c595f44845c6d5ad195ecba6fd Mon Sep 17 00:00:00 2001 From: Kubevious CI/CD Date: Tue, 11 Jun 2024 07:07:53 +0000 Subject: [PATCH] Version Release v1.0.61 --- .pre-commit-hooks.yaml | 6 +++--- action.yml | 2 +- package.json | 2 +- src/version.ts | 2 +- version.sh | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 7f49145..62a7490 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,7 +4,7 @@ types: [file, yaml] language: docker_image pass_filenames: false - entry: 'kubevious/cli:1.0.60' + entry: 'kubevious/cli:1.0.61' args: ['index-library', '/src'] - id: kubevious-lint name: Kubevious Lint checking for manifest API validity @@ -12,7 +12,7 @@ types: [file, yaml] language: docker_image pass_filenames: false - entry: 'kubevious/cli:1.0.60' + entry: 'kubevious/cli:1.0.61' args: ['lint', '/src'] - id: kubevious-guard name: Kubevious Guard checking for manifest validity and violations @@ -20,5 +20,5 @@ types: [file, yaml] language: docker_image pass_filenames: false - entry: 'kubevious/cli:1.0.60' + entry: 'kubevious/cli:1.0.61' args: ['guard', '/src'] diff --git a/action.yml b/action.yml index c904710..0edad28 100644 --- a/action.yml +++ b/action.yml @@ -84,7 +84,7 @@ inputs: default: '' runs: using: docker - image: docker://kubevious/cli:1.0.60 + image: docker://kubevious/cli:1.0.61 # image: Dockerfile branding: icon: 'shield' diff --git a/package.json b/package.json index 9e09c70..d58b7b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kubevious", - "version": "1.0.60", + "version": "1.0.61", "description": "Kubevious CLI", "keywords": [ "kubernetes", diff --git a/src/version.ts b/src/version.ts index b09e46c..0e39ab7 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ // This file is generated and updated from CI/CD -export default "v1.0.60"; +export default "v1.0.61"; diff --git a/version.sh b/version.sh index 9c4cb1c..dc37e66 100644 --- a/version.sh +++ b/version.sh @@ -1,2 +1,2 @@ # This file is generated and updated from CI/CD -export PRODUCT_VERSION=1.0.60 +export PRODUCT_VERSION=1.0.61