[bitnami/mariadb-galera] Release 10.5.20-debian-11-r0 (#33381)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-05-11 07:23:43 +01:00
committed by GitHub
parent aa4ad08322
commit b897790e3b
4 changed files with 8 additions and 8 deletions

View File

@@ -9,6 +9,6 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "10.5.19-6"
"version": "10.5.20-0"
}
}

View File

@@ -421,7 +421,7 @@ generate_random_string() {
alphanumeric+special|special+alphanumeric)
# Limit variety of special characters, so there is a higher chance of containing more alphanumeric characters
# Special characters are harder to write, and it could impact the overall UX if most passwords are too complex
filter='a-zA-Z0-9!@#$%^'
filter='a-zA-Z0-9:@.,/+!='
;;
*)
echo "Invalid type ${type}" >&2