Skip to content

Commit

Permalink
Release v3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Nov 5, 2021
1 parent 7645daf commit b2a67ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b2a67ca

Please sign in to comment.