diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 62a7490..27d9894 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.61' + entry: 'kubevious/cli:1.0.62' 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.61' + entry: 'kubevious/cli:1.0.62' 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.61' + entry: 'kubevious/cli:1.0.62' args: ['guard', '/src'] diff --git a/action.yml b/action.yml index 0edad28..17ae528 100644 --- a/action.yml +++ b/action.yml @@ -84,7 +84,7 @@ inputs: default: '' runs: using: docker - image: docker://kubevious/cli:1.0.61 + image: docker://kubevious/cli:1.0.62 # image: Dockerfile branding: icon: 'shield' diff --git a/package.json b/package.json index cb8365a..634e52e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kubevious", - "version": "1.0.61", + "version": "1.0.62", "description": "Kubevious CLI", "keywords": [ "kubernetes", diff --git a/src/version.ts b/src/version.ts index 0e39ab7..cbc967b 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.61"; +export default "v1.0.62"; diff --git a/version.sh b/version.sh index dc37e66..6d44f41 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.61 +export PRODUCT_VERSION=1.0.62