Skip to content

Commit

Permalink
Version Release v1.0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubevious CI/CD committed Jan 7, 2023
1 parent 97126ad commit c8b6482
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
types: [file, yaml]
language: docker_image
pass_filenames: false
entry: 'kubevious/cli:1.0.50'
entry: 'kubevious/cli:1.0.51'
args: ['index-library', '/src']
- id: kubevious-lint
name: Kubevious Lint checking for manifest API validity
description: Kubevious Lint checks for manifest API validity
types: [file, yaml]
language: docker_image
pass_filenames: false
entry: 'kubevious/cli:1.0.50'
entry: 'kubevious/cli:1.0.51'
args: ['lint', '/src']
- id: kubevious-guard
name: Kubevious Guard checking for manifest validity and violations
description: Kubevious Guard checks for manifest API validity and violations of best practices
types: [file, yaml]
language: docker_image
pass_filenames: false
entry: 'kubevious/cli:1.0.50'
entry: 'kubevious/cli:1.0.51'
args: ['guard', '/src']
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ inputs:
default: ''
runs:
using: docker
image: docker://kubevious/cli:1.0.50
image: docker://kubevious/cli:1.0.51
# image: Dockerfile
branding:
icon: 'shield'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kubevious",
"version": "1.0.50",
"version": "1.0.51",
"description": "Kubevious CLI",
"keywords": [
"kubernetes",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This file is generated and updated from CI/CD
export default "v1.0.50";
export default "v1.0.51";
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# This file is generated and updated from CI/CD
export PRODUCT_VERSION=1.0.50
export PRODUCT_VERSION=1.0.51

0 comments on commit c8b6482

Please sign in to comment.