From b2a67ca9d09618e3f823b1e2a7d810cc29a56c4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Fri, 5 Nov 2021 10:24:07 +0100 Subject: [PATCH] Release v3.10.0 --- contrib/release.sh | 2 +- plugin.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/release.sh b/contrib/release.sh index 2cb17ae1..8ee5549b 100755 --- a/contrib/release.sh +++ b/contrib/release.sh @@ -8,7 +8,7 @@ sedi() { fi } -if [ $# -lt 2 ] || [[ ! "${1}" =~ ^[0-9]\.[0-9]\.[0-9]$ ]] || [[ ! "${2}" =~ ^[0-9]\.[0-9]\.[0-9]$ ]]; then +if [ $# -lt 2 ] || [[ ! "${1}" =~ ^[0-9]\.[0-9]+\.[0-9]+$ ]] || [[ ! "${2}" =~ ^[0-9]\.[0-9]+\.[0-9]+$ ]]; then echo "Missing arguments." echo "$0 1.1.0 1.2.0" exit 1 diff --git a/plugin.yaml b/plugin.yaml index f7678aed..8b7edead 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "secrets" -version: "3.9.2-dev" +version: "3.10.0" usage: "Secrets encryption in Helm for Git storing" description: |- This plugin provides secrets values encryption for Helm charts secure storing