File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
types : [file, yaml]
5
5
language : docker_image
6
6
pass_filenames : false
7
- entry : ' kubevious/cli:1.0.56 '
7
+ entry : ' kubevious/cli:1.0.57 '
8
8
args : ['index-library', '/src']
9
9
- id : kubevious-lint
10
10
name : Kubevious Lint checking for manifest API validity
11
11
description : Kubevious Lint checks for manifest API validity
12
12
types : [file, yaml]
13
13
language : docker_image
14
14
pass_filenames : false
15
- entry : ' kubevious/cli:1.0.56 '
15
+ entry : ' kubevious/cli:1.0.57 '
16
16
args : ['lint', '/src']
17
17
- id : kubevious-guard
18
18
name : Kubevious Guard checking for manifest validity and violations
19
19
description : Kubevious Guard checks for manifest API validity and violations of best practices
20
20
types : [file, yaml]
21
21
language : docker_image
22
22
pass_filenames : false
23
- entry : ' kubevious/cli:1.0.56 '
23
+ entry : ' kubevious/cli:1.0.57 '
24
24
args : ['guard', '/src']
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ inputs:
84
84
default : ' '
85
85
runs :
86
86
using : docker
87
- image : docker://kubevious/cli:1.0.56
87
+ image : docker://kubevious/cli:1.0.57
88
88
# image: Dockerfile
89
89
branding :
90
90
icon : ' shield'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " kubevious" ,
3
- "version" : " 1.0.56 " ,
3
+ "version" : " 1.0.57 " ,
4
4
"description" : " Kubevious CLI" ,
5
5
"keywords" : [
6
6
" kubernetes" ,
Original file line number Diff line number Diff line change 1
1
// This file is generated and updated from CI/CD
2
- export default "v1.0.56 " ;
2
+ export default "v1.0.57 " ;
Original file line number Diff line number Diff line change 1
1
# This file is generated and updated from CI/CD
2
- export PRODUCT_VERSION=1.0.56
2
+ export PRODUCT_VERSION=1.0.57
You can’t perform that action at this time.
0 commit comments