From 71be0d6fb50cde5122eed4ba61f4ee87e012776b Mon Sep 17 00:00:00 2001 From: Aleksandar Stojanov Date: Fri, 10 Nov 2023 12:39:25 +0100 Subject: [PATCH] bump minor version --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 2 +- plugin.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c094cca..abe5305 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/losisin/helm-values-schema-json - rev: v0.1.6 + rev: v0.2.0 hooks: - id: helm-schema args: diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 614173c..9022642 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -3,5 +3,5 @@ description: Helm plugin for generating values.schema.json from single or multiple values files. Works only with Helm3 charts. entry: scripts/git-hook.sh language: script - name: Helm Docs + name: Helm values schema json require_serial: true diff --git a/README.md b/README.md index 46a258e..7014925 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ First [install pre-commit](https://pre-commit.com/#install) and then create or u ```yaml repos: - repo: https://github.com/losisin/helm-values-schema-json - rev: v0.1.6 + rev: v0.2.0 hooks: - id: helm-schema args: ["-input", "values.yaml"] diff --git a/plugin.yaml b/plugin.yaml index 6bdf86a..6580bb6 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "schema" -version: "0.1.6" +version: "0.2.0" usage: "generate values.schema.json from values yaml" description: "Helm plugin for generating values.schema.json from multiple values files." ignoreFlags: false