Skip to content

Commit 1df44b7

Browse files
author
Kubevious CI/CD
committed
Version Release v1.0.57
1 parent c209ec9 commit 1df44b7

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.pre-commit-hooks.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
types: [file, yaml]
55
language: docker_image
66
pass_filenames: false
7-
entry: 'kubevious/cli:1.0.56'
7+
entry: 'kubevious/cli:1.0.57'
88
args: ['index-library', '/src']
99
- id: kubevious-lint
1010
name: Kubevious Lint checking for manifest API validity
1111
description: Kubevious Lint checks for manifest API validity
1212
types: [file, yaml]
1313
language: docker_image
1414
pass_filenames: false
15-
entry: 'kubevious/cli:1.0.56'
15+
entry: 'kubevious/cli:1.0.57'
1616
args: ['lint', '/src']
1717
- id: kubevious-guard
1818
name: Kubevious Guard checking for manifest validity and violations
1919
description: Kubevious Guard checks for manifest API validity and violations of best practices
2020
types: [file, yaml]
2121
language: docker_image
2222
pass_filenames: false
23-
entry: 'kubevious/cli:1.0.56'
23+
entry: 'kubevious/cli:1.0.57'
2424
args: ['guard', '/src']

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ inputs:
8484
default: ''
8585
runs:
8686
using: docker
87-
image: docker://kubevious/cli:1.0.56
87+
image: docker://kubevious/cli:1.0.57
8888
# image: Dockerfile
8989
branding:
9090
icon: 'shield'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kubevious",
3-
"version": "1.0.56",
3+
"version": "1.0.57",
44
"description": "Kubevious CLI",
55
"keywords": [
66
"kubernetes",

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is generated and updated from CI/CD
2-
export default "v1.0.56";
2+
export default "v1.0.57";

version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file is generated and updated from CI/CD
2-
export PRODUCT_VERSION=1.0.56
2+
export PRODUCT_VERSION=1.0.57

0 commit comments

Comments
 (0)