File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44 types : [file, yaml]
55 language : docker_image
66 pass_filenames : false
7- entry : ' kubevious/cli:1.0.58 '
7+ entry : ' kubevious/cli:1.0.59 '
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.58 '
15+ entry : ' kubevious/cli:1.0.59 '
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.58 '
23+ entry : ' kubevious/cli:1.0.59 '
2424 args : ['guard', '/src']
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ inputs:
8484 default : ' '
8585runs :
8686 using : docker
87- image : docker://kubevious/cli:1.0.58
87+ image : docker://kubevious/cli:1.0.59
8888 # image: Dockerfile
8989branding :
9090 icon : ' shield'
Original file line number Diff line number Diff line change 11{
22 "name" : " kubevious" ,
3- "version" : " 1.0.58 " ,
3+ "version" : " 1.0.59 " ,
44 "description" : " Kubevious CLI" ,
55 "keywords" : [
66 " kubernetes" ,
Original file line number Diff line number Diff line change 11// This file is generated and updated from CI/CD
2- export default "v1.0.58 " ;
2+ export default "v1.0.59 " ;
Original file line number Diff line number Diff line change 11# This file is generated and updated from CI/CD
2- export PRODUCT_VERSION=1.0.58
2+ export PRODUCT_VERSION=1.0.59
You can’t perform that action at this time.
0 commit comments