From c7d3a3bc085b6f9f88319d40a83e3bd9f77b761e Mon Sep 17 00:00:00 2001 From: Aleksandar Stojanov Date: Mon, 26 Feb 2024 20:26:35 +0100 Subject: [PATCH] bump version to v1.2.0 Signed-off-by: Aleksandar Stojanov --- .pre-commit-config.yaml | 2 +- README.md | 2 +- plugin.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 51daba5..1040e01 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: v1.1.0 + rev: v1.2.0 hooks: - id: helm-schema args: diff --git a/README.md b/README.md index 766af0e..165bc86 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,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: v1.1.0 + rev: v1.2.0 hooks: - id: helm-schema args: ["-input", "values.yaml"] diff --git a/plugin.yaml b/plugin.yaml index 0908b87..a3ed1d4 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "schema" -version: "1.1.0" +version: "1.2.0" usage: "generate values.schema.json from values yaml" description: "Helm plugin for generating values.schema.json from multiple values files." ignoreFlags: false