release: Prepare release 1.1.8

Fixes: #332
This commit is contained in:
gyptazy
2025-10-09 09:05:17 +02:00
parent a4a5d9e68a
commit 0bbc5992ca
9 changed files with 23 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
VERSION="1.1.7"
VERSION="1.1.8"
# ProxLB
sed -i "s/^__version__ = .*/__version__ = \"$VERSION\"/" "proxlb/utils/version.py"
@@ -8,5 +8,6 @@ sed -i "s/version=\"[0-9]*\.[0-9]*\.[0-9]*\"/version=\"$VERSION\"/" setup.py
# Helm Chart
sed -i "s/^version: .*/version: \"$VERSION\"/" helm/proxlb/Chart.yaml
sed -i "s/^appVersion: .*/appVersion: \"v$VERSION\"/" helm/proxlb/Chart.yaml
sed -i "s/^tag: .*/tag: \"v$VERSION\"/" helm/proxlb/values.yaml
echo "OK: Versions have been sucessfully set to $VERSION"