From 0d38eb8267779e4eff8d4c860d717e60e1ab74d2 Mon Sep 17 00:00:00 2001 From: dadav <33197631+dadav@users.noreply.github.com> Date: Sat, 7 Dec 2024 22:03:10 +0100 Subject: [PATCH] chore: Version++ --- .pre-commit-config.yaml | 2 +- cmd/helm-schema/version.go | 2 +- plugin.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 234a138..899e04f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/dadav/helm-schema - rev: 0.14.1 + rev: 0.15.0 hooks: - id: helm-schema # for all available options: helm-schema -h diff --git a/cmd/helm-schema/version.go b/cmd/helm-schema/version.go index 9c67bc8..4d64371 100644 --- a/cmd/helm-schema/version.go +++ b/cmd/helm-schema/version.go @@ -1,3 +1,3 @@ package main -var version string = "0.14.1" +var version string = "0.15.0" diff --git a/plugin.yaml b/plugin.yaml index b2dca6c..a390fce 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,6 +1,6 @@ --- name: "schema" -version: "0.14.1" +version: "0.15.0" usage: "generate jsonschemas for your helm charts" description: "generate jsonschemas for your helm charts" command: "$HELM_PLUGIN_DIR/bin/helm-schema"