From 6834eb8d8d981a8d534c591c48616afcb8323225 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Wed, 30 Oct 2024 10:07:49 +0100 Subject: [PATCH] build(release): change version --- scripts/helmcharts/init.sh | 4 ++-- scripts/helmcharts/openreplay/Chart.yaml | 2 +- .../openreplay/charts/alerts/Chart.yaml | 2 +- .../openreplay/charts/assets/Chart.yaml | 2 +- .../openreplay/charts/assist-stats/Chart.yaml | 2 +- .../openreplay/charts/assist/Chart.yaml | 2 +- .../charts/canvas-handler/Chart.yaml | 2 +- .../openreplay/charts/chalice/Chart.yaml | 2 +- .../openreplay/charts/connector/Chart.yaml | 2 +- .../openreplay/charts/db/Chart.yaml | 2 +- .../openreplay/charts/ender/Chart.yaml | 2 +- .../openreplay/charts/frontend/Chart.yaml | 2 +- .../openreplay/charts/heuristics/Chart.yaml | 2 +- .../openreplay/charts/http/Chart.yaml | 2 +- .../openreplay/charts/imagestorage/Chart.yaml | 2 +- .../openreplay/charts/integrations/Chart.yaml | 2 +- .../openreplay/charts/peers/Chart.yaml | 2 +- .../openreplay/charts/quickwit/Chart.yaml | 2 +- .../openreplay/charts/sink/Chart.yaml | 2 +- .../charts/sourcemapreader/Chart.yaml | 2 +- .../openreplay/charts/spot/Chart.yaml | 2 +- .../openreplay/charts/storage/Chart.yaml | 2 +- .../openreplay/charts/utilities/Chart.yaml | 2 +- .../helmcharts/openreplay/files/postgresql.sh | 22 +++++++++---------- scripts/helmcharts/vars.yaml | 2 +- 25 files changed, 36 insertions(+), 36 deletions(-) diff --git a/scripts/helmcharts/init.sh b/scripts/helmcharts/init.sh index f2ba35e09..89bbc1465 100644 --- a/scripts/helmcharts/init.sh +++ b/scripts/helmcharts/init.sh @@ -43,8 +43,8 @@ function exists() { ## Prepping the infra # Mac os doesn't have gnu sed, which will cause compatibility issues. -# This wrapper will help to check the sed, and use the correct version="v1.20.0" -# Ref: https://stackoverflow.com/questions/37639496/how-can-i-check-the-version="v1.20.0" +# This wrapper will help to check the sed, and use the correct version="v1.21.0" +# Ref: https://stackoverflow.com/questions/37639496/how-can-i-check-the-version="v1.21.0" function is_gnu_sed() { sed --version >/dev/null 2>&1 } diff --git a/scripts/helmcharts/openreplay/Chart.yaml b/scripts/helmcharts/openreplay/Chart.yaml index 27677cd6b..377196d59 100644 --- a/scripts/helmcharts/openreplay/Chart.yaml +++ b/scripts/helmcharts/openreplay/Chart.yaml @@ -22,7 +22,7 @@ version: 0.1.0 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. # Ref: https://github.com/helm/helm/issues/7858#issuecomment-608114589 -AppVersion: "v1.20.0" +AppVersion: "v1.21.0" dependencies: - name: ingress-nginx diff --git a/scripts/helmcharts/openreplay/charts/alerts/Chart.yaml b/scripts/helmcharts/openreplay/charts/alerts/Chart.yaml index 6c5dd8204..d6bf27958 100644 --- a/scripts/helmcharts/openreplay/charts/alerts/Chart.yaml +++ b/scripts/helmcharts/openreplay/charts/alerts/Chart.yaml @@ -18,4 +18,4 @@ version: 0.1.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -AppVersion: "v1.20.1" +AppVersion: "v1.21.0" diff --git a/scripts/helmcharts/openreplay/charts/assets/Chart.yaml b/scripts/helmcharts/openreplay/charts/assets/Chart.yaml index 8c8a48e11..7c4e06988 100644 --- a/scripts/helmcharts/openreplay/charts/assets/Chart.yaml +++ b/scripts/helmcharts/openreplay/charts/assets/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -AppVersion: "v1.20.0" +AppVersion: "v1.21.0" diff --git a/scripts/helmcharts/openreplay/charts/assist-stats/Chart.yaml b/scripts/helmcharts/openreplay/charts/assist-stats/Chart.yaml index ab5dda351..335e654d2 100644 --- a/scripts/helmcharts/openreplay/charts/assist-stats/Chart.yaml +++ b/scripts/helmcharts/openreplay/charts/assist-stats/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.7 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -AppVersion: "v1.20.0" +AppVersion: "v1.21.0" diff --git a/scripts/helmcharts/openreplay/charts/assist/Chart.yaml b/scripts/helmcharts/openreplay/charts/assist/Chart.yaml index ac3e8ccc9..ccb863996 100644 --- a/scripts/helmcharts/openreplay/charts/assist/Chart.yaml +++ b/scripts/helmcharts/openreplay/charts/assist/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -AppVersion: "v1.20.0" +AppVersion: "v1.21.0" diff --git a/scripts/helmcharts/openreplay/charts/canvas-handler/Chart.yaml b/scripts/helmcharts/openreplay/charts/canvas-handler/Chart.yaml index 40b445e2e..acaa23c3a 100644 --- a/scripts/helmcharts/openreplay/charts/canvas-handler/Chart.yaml +++ b/scripts/helmcharts/openreplay/charts/canvas-handler/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -AppVersion: "v1.20.0" +AppVersion: "v1.21.0" diff --git a/scripts/helmcharts/openreplay/charts/chalice/Chart.yaml b/scripts/helmcharts/openreplay/charts/chalice/Chart.yaml index 25eb0464b..42d152663 100644 --- a/scripts/helmcharts/openreplay/charts/chalice/Chart.yaml +++ b/scripts/helmcharts/openreplay/charts/chalice/Chart.yaml @@ -18,4 +18,4 @@ version: 0.1.7 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -AppVersion: "v1.20.0" +AppVersion: "v1.21.0" diff --git a/scripts/helmcharts/openreplay/charts/connector/Chart.yaml b/scripts/helmcharts/openreplay/charts/connector/Chart.yaml index 16f290939..ee951cbb4 100644 --- a/scripts/helmcharts/openreplay/charts/connector/Chart.yaml +++ b/scripts/helmcharts/openreplay/charts/connector/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -AppVersion: "v1.20.0" +AppVersion: "v1.21.0" diff --git a/scripts/helmcharts/openreplay/charts/db/Chart.yaml b/scripts/helmcharts/openreplay/charts/db/Chart.yaml index eb7cfa927..cd78779df 100644 --- a/scripts/helmcharts/openreplay/charts/db/Chart.yaml +++ b/scripts/helmcharts/openreplay/charts/db/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -AppVersion: "v1.20.0" +AppVersion: "v1.21.0" diff --git a/scripts/helmcharts/openreplay/charts/ender/Chart.yaml b/scripts/helmcharts/openreplay/charts/ender/Chart.yaml index 91ee1ed95..28ac5f13e 100644 --- a/scripts/helmcharts/openreplay/charts/ender/Chart.yaml +++ b/scripts/helmcharts/openreplay/charts/ender/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -AppVersion: "v1.20.0" +AppVersion: "v1.21.0" diff --git a/scripts/helmcharts/openreplay/charts/frontend/Chart.yaml b/scripts/helmcharts/openreplay/charts/frontend/Chart.yaml index 552985bb2..39ed389f5 100644 --- a/scripts/helmcharts/openreplay/charts/frontend/Chart.yaml +++ b/scripts/helmcharts/openreplay/charts/frontend/Chart.yaml @@ -18,4 +18,4 @@ version: 0.1.10 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -AppVersion: "v1.20.4" +AppVersion: "v1.21.0" diff --git a/scripts/helmcharts/openreplay/charts/heuristics/Chart.yaml b/scripts/helmcharts/openreplay/charts/heuristics/Chart.yaml index 9416a581f..7376cd2be 100644 --- a/scripts/helmcharts/openreplay/charts/heuristics/Chart.yaml +++ b/scripts/helmcharts/openreplay/charts/heuristics/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -AppVersion: "v1.20.0" +AppVersion: "v1.21.0" diff --git a/scripts/helmcharts/openreplay/charts/http/Chart.yaml b/scripts/helmcharts/openreplay/charts/http/Chart.yaml index d18a11494..7849515a4 100644 --- a/scripts/helmcharts/openreplay/charts/http/Chart.yaml +++ b/scripts/helmcharts/openreplay/charts/http/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -AppVersion: "v1.20.0" +AppVersion: "v1.21.0" diff --git a/scripts/helmcharts/openreplay/charts/imagestorage/Chart.yaml b/scripts/helmcharts/openreplay/charts/imagestorage/Chart.yaml index 9ddc94c8d..e7beb9608 100644 --- a/scripts/helmcharts/openreplay/charts/imagestorage/Chart.yaml +++ b/scripts/helmcharts/openreplay/charts/imagestorage/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -AppVersion: "v1.20.0" +AppVersion: "v1.21.0" diff --git a/scripts/helmcharts/openreplay/charts/integrations/Chart.yaml b/scripts/helmcharts/openreplay/charts/integrations/Chart.yaml index 8abefef58..2162d6a28 100644 --- a/scripts/helmcharts/openreplay/charts/integrations/Chart.yaml +++ b/scripts/helmcharts/openreplay/charts/integrations/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -AppVersion: "v1.20.0" +AppVersion: "v1.21.0" diff --git a/scripts/helmcharts/openreplay/charts/peers/Chart.yaml b/scripts/helmcharts/openreplay/charts/peers/Chart.yaml index 55ca101c7..7b76ff943 100644 --- a/scripts/helmcharts/openreplay/charts/peers/Chart.yaml +++ b/scripts/helmcharts/openreplay/charts/peers/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -AppVersion: "v1.20.0" +AppVersion: "v1.21.0" diff --git a/scripts/helmcharts/openreplay/charts/quickwit/Chart.yaml b/scripts/helmcharts/openreplay/charts/quickwit/Chart.yaml index 6164c2265..315ffe3b2 100644 --- a/scripts/helmcharts/openreplay/charts/quickwit/Chart.yaml +++ b/scripts/helmcharts/openreplay/charts/quickwit/Chart.yaml @@ -21,4 +21,4 @@ version: 0.3.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -AppVersion: "v1.20.0" +AppVersion: "v1.21.0" diff --git a/scripts/helmcharts/openreplay/charts/sink/Chart.yaml b/scripts/helmcharts/openreplay/charts/sink/Chart.yaml index cf7fc060e..506903816 100644 --- a/scripts/helmcharts/openreplay/charts/sink/Chart.yaml +++ b/scripts/helmcharts/openreplay/charts/sink/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -AppVersion: "v1.20.0" +AppVersion: "v1.21.0" diff --git a/scripts/helmcharts/openreplay/charts/sourcemapreader/Chart.yaml b/scripts/helmcharts/openreplay/charts/sourcemapreader/Chart.yaml index 8d2499cde..8d3949808 100644 --- a/scripts/helmcharts/openreplay/charts/sourcemapreader/Chart.yaml +++ b/scripts/helmcharts/openreplay/charts/sourcemapreader/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -AppVersion: "v1.20.0" +AppVersion: "v1.21.0" diff --git a/scripts/helmcharts/openreplay/charts/spot/Chart.yaml b/scripts/helmcharts/openreplay/charts/spot/Chart.yaml index 8f421763a..fe469291e 100644 --- a/scripts/helmcharts/openreplay/charts/spot/Chart.yaml +++ b/scripts/helmcharts/openreplay/charts/spot/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -AppVersion: "v1.20.0" +AppVersion: "v1.21.0" diff --git a/scripts/helmcharts/openreplay/charts/storage/Chart.yaml b/scripts/helmcharts/openreplay/charts/storage/Chart.yaml index 9cebca76e..29d1ac541 100644 --- a/scripts/helmcharts/openreplay/charts/storage/Chart.yaml +++ b/scripts/helmcharts/openreplay/charts/storage/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -AppVersion: "v1.20.0" +AppVersion: "v1.21.0" diff --git a/scripts/helmcharts/openreplay/charts/utilities/Chart.yaml b/scripts/helmcharts/openreplay/charts/utilities/Chart.yaml index a40da240b..8ec5b9f61 100644 --- a/scripts/helmcharts/openreplay/charts/utilities/Chart.yaml +++ b/scripts/helmcharts/openreplay/charts/utilities/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -AppVersion: "v1.20.0" +AppVersion: "v1.21.0" diff --git a/scripts/helmcharts/openreplay/files/postgresql.sh b/scripts/helmcharts/openreplay/files/postgresql.sh index 673f1b5c4..1966cc6cc 100644 --- a/scripts/helmcharts/openreplay/files/postgresql.sh +++ b/scripts/helmcharts/openreplay/files/postgresql.sh @@ -14,7 +14,7 @@ pgdir=/opt/openreplay/openreplay/scripts/schema/db/init_dbs/postgresql function migrate() { echo "Starting postgresql migration" - IFS=',' read -r -a migration_versions <<< "$1" + IFS=',' read -r -a migration_versions <<<"$1" for version in ${migration_versions[*]}; do echo "Migrating postgresql version $version" psql -v ON_ERROR_STOP=1 -f ${pgdir}/${version}/${version}.sql 2>&1 @@ -28,14 +28,14 @@ function init() { # /bin/bash postgresql.sh migrate $migration_versions case "$1" in - migrate) - migrate $2 - ;; - init) - init - ;; - *) - echo "Unknown operation for postgresql migration; exiting." - exit 1 - ;; +migrate) + migrate $2 + ;; +init) + init + ;; +*) + echo "Unknown operation for postgresql migration; exiting." + exit 1 + ;; esac diff --git a/scripts/helmcharts/vars.yaml b/scripts/helmcharts/vars.yaml index 9b15bc583..fa74a65fa 100644 --- a/scripts/helmcharts/vars.yaml +++ b/scripts/helmcharts/vars.yaml @@ -1,4 +1,4 @@ -fromVersion: "v1.20.0" +fromVersion: "v1.21.0" # Databases specific variables postgresql: &postgres # For generating passwords