From a1b2700092a4ade1e6db284de925e71b0b215288 Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Sat, 3 Feb 2024 18:53:04 +0100 Subject: [PATCH] [SIS-xxx] updating general version due to release updating more versions when doing manual release job --- .env | 2 +- .github/workflows/release_manual.yaml | 13 +++++++++++++ application/executable/pom.xml | 2 +- application/pom.xml | 2 +- .../image-generation-custom/pom.xml | 2 +- .../sissi-customizations/moderation-custom/pom.xml | 2 +- application/sissi-customizations/pom.xml | 2 +- application/sissi-modules/debra/pom.xml | 2 +- application/sissi-modules/meetup/pom.xml | 2 +- application/sissi-modules/pom.xml | 2 +- application/sissi-modules/quotes/pom.xml | 2 +- application/sissi-modules/rss-news/pom.xml | 2 +- deployment/helm/sissi/Chart.yaml | 2 +- deployment/helm/sissi/values.yaml | 10 +++++----- deployment/image-packaging/pom.xml | 2 +- deployment/pom.xml | 2 +- pom.xml | 2 +- templates/pom.xml | 2 +- .../pom.xml | 2 +- .../moderation-customization-templates/pom.xml | 2 +- .../sissi-templates/customization-templates/pom.xml | 2 +- .../module-templates/debra-templates/pom.xml | 2 +- .../module-templates/meetup-templates/pom.xml | 2 +- templates/sissi-templates/module-templates/pom.xml | 2 +- .../module-templates/quotes-templates/pom.xml | 2 +- .../module-templates/rss-news-templates/pom.xml | 2 +- templates/sissi-templates/pom.xml | 2 +- .../experience-template-overrides/pom.xml | 2 +- .../logging-template-overrides/pom.xml | 2 +- .../moderation-template-overrides/pom.xml | 2 +- .../sissi-templates/template-overrides/pom.xml | 2 +- .../moderation-customization-translations/pom.xml | 2 +- .../customization-translations/pom.xml | 2 +- .../module-translations/debra-translations/pom.xml | 2 +- .../module-translations/meetup-translations/pom.xml | 2 +- .../sissi-translations/module-translations/pom.xml | 2 +- .../module-translations/quote-translations/pom.xml | 2 +- .../rss-news-translations/pom.xml | 2 +- templates/sissi-translations/pom.xml | 2 +- .../experience-translation-overrides/pom.xml | 2 +- .../logging-translation-overrides/pom.xml | 2 +- .../moderation-translation-overrides/pom.xml | 2 +- .../translation-overrides/pom.xml | 2 +- 43 files changed, 59 insertions(+), 46 deletions(-) diff --git a/.env b/.env index 3d12aa64..df8da72c 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ REGISTRY_PREFIX=harbor.sheldan.dev/sissi/ ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/ -VERSION=1.4.37 +VERSION=1.4.38 ABSTRACTO_VERSION=1.5.23 \ No newline at end of file diff --git a/.github/workflows/release_manual.yaml b/.github/workflows/release_manual.yaml index 92b3da77..790f70fc 100644 --- a/.github/workflows/release_manual.yaml +++ b/.github/workflows/release_manual.yaml @@ -41,6 +41,19 @@ jobs: propertyPath: 'version' value: ${{ env.version }} commitChange: false + - name: Update value files version + uses: fjogeleit/yaml-update-action@v0.13.2 + with: + valueFile: 'deployment/helm/sissi/values.yaml' + commitChange: false + changes: | + { + "bot.tag": "${{ env.version }}", + "restApi.tag": "${{ env.version }}" + "privateRestApi.tag": "${{ env.version }}" + "templateDeploymentData.tag": "${{ env.version }}" + "dbConfigDeploymentData.tag": "${{ env.version }}" + } - name: Update .env version run: sed -i '3s/.*/VERSION=${{ env.version }}/' .env diff --git a/application/executable/pom.xml b/application/executable/pom.xml index d076639e..b3271687 100644 --- a/application/executable/pom.xml +++ b/application/executable/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.application application - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 executable diff --git a/application/pom.xml b/application/pom.xml index 114f6576..05210fe6 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi sissi - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/application/sissi-customizations/image-generation-custom/pom.xml b/application/sissi-customizations/image-generation-custom/pom.xml index 16cdae9c..cadc1ffd 100644 --- a/application/sissi-customizations/image-generation-custom/pom.xml +++ b/application/sissi-customizations/image-generation-custom/pom.xml @@ -4,7 +4,7 @@ dev.sheldan.sissi.application.module.custom sissi-customizations - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT image-generation-custom diff --git a/application/sissi-customizations/moderation-custom/pom.xml b/application/sissi-customizations/moderation-custom/pom.xml index 99b00032..9c32a1ba 100644 --- a/application/sissi-customizations/moderation-custom/pom.xml +++ b/application/sissi-customizations/moderation-custom/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.application.module.custom sissi-customizations - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/application/sissi-customizations/pom.xml b/application/sissi-customizations/pom.xml index 0a3749f0..068ae4cc 100644 --- a/application/sissi-customizations/pom.xml +++ b/application/sissi-customizations/pom.xml @@ -3,7 +3,7 @@ application dev.sheldan.sissi.application - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/application/sissi-modules/debra/pom.xml b/application/sissi-modules/debra/pom.xml index 294c4957..f006a9ea 100644 --- a/application/sissi-modules/debra/pom.xml +++ b/application/sissi-modules/debra/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.application sissi-modules - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/application/sissi-modules/meetup/pom.xml b/application/sissi-modules/meetup/pom.xml index b9c9f2a3..050ca68c 100644 --- a/application/sissi-modules/meetup/pom.xml +++ b/application/sissi-modules/meetup/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.application sissi-modules - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/application/sissi-modules/pom.xml b/application/sissi-modules/pom.xml index 470713cd..c536de4d 100644 --- a/application/sissi-modules/pom.xml +++ b/application/sissi-modules/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.application application - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/application/sissi-modules/quotes/pom.xml b/application/sissi-modules/quotes/pom.xml index d8746539..0685e7ca 100644 --- a/application/sissi-modules/quotes/pom.xml +++ b/application/sissi-modules/quotes/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.application sissi-modules - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/application/sissi-modules/rss-news/pom.xml b/application/sissi-modules/rss-news/pom.xml index b7e2e337..b0dbfe4a 100644 --- a/application/sissi-modules/rss-news/pom.xml +++ b/application/sissi-modules/rss-news/pom.xml @@ -3,7 +3,7 @@ sissi-modules dev.sheldan.sissi.application - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/deployment/helm/sissi/Chart.yaml b/deployment/helm/sissi/Chart.yaml index 67e8dc4e..c56235d8 100644 --- a/deployment/helm/sissi/Chart.yaml +++ b/deployment/helm/sissi/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: sissi description: A Helm chart for Kubernetes type: application -version: 1.4.37 +version: 1.4.38 diff --git a/deployment/helm/sissi/values.yaml b/deployment/helm/sissi/values.yaml index 11087c07..e19a06c2 100644 --- a/deployment/helm/sissi/values.yaml +++ b/deployment/helm/sissi/values.yaml @@ -8,7 +8,7 @@ bot: repository: harbor.sheldan.dev/sissi pullPolicy: Always image: sissi-bot - tag: 1.4.37 + tag: 1.4.38 livenessProbe: initialDelaySeconds: 60 periodSeconds: 5 @@ -25,7 +25,7 @@ restApi: repository: harbor.sheldan.dev/sissi pullPolicy: Always image: sissi-rest-api - tag: 1.4.37 + tag: 1.4.38 podAnnotations: {} podSecurityContext: {} securityContext: {} @@ -68,7 +68,7 @@ privateRestApi: repository: harbor.sheldan.dev/sissi pullPolicy: Always image: sissi-private-rest-api - tag: 1.4.37 + tag: 1.4.38 podAnnotations: {} podSecurityContext: {} securityContext: {} @@ -106,7 +106,7 @@ templateDeploymentData: repository: harbor.sheldan.dev/sissi pullPolicy: Always image: sissi-template-data - tag: 1.4.37 + tag: 1.4.38 dbConfigDeployment: enabled: true @@ -119,7 +119,7 @@ dbConfigDeploymentData: repository: harbor.sheldan.dev/sissi pullPolicy: Always image: sissi-db-data - tag: 1.4.37 + tag: 1.4.38 dbCredentials: host: diff --git a/deployment/image-packaging/pom.xml b/deployment/image-packaging/pom.xml index 610af9b0..561a29a1 100644 --- a/deployment/image-packaging/pom.xml +++ b/deployment/image-packaging/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi deployment - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/deployment/pom.xml b/deployment/pom.xml index 7b9d1f19..919e08d1 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi sissi - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index ab01c4fb..3f27b19c 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ dev.sheldan.sissi sissi Sissi - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 17 diff --git a/templates/pom.xml b/templates/pom.xml index e91645fc..c4ac4e20 100644 --- a/templates/pom.xml +++ b/templates/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi sissi - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/templates/sissi-templates/customization-templates/image-generation-customization-templates/pom.xml b/templates/sissi-templates/customization-templates/image-generation-customization-templates/pom.xml index 8cf8507c..e2fe1fa1 100644 --- a/templates/sissi-templates/customization-templates/image-generation-customization-templates/pom.xml +++ b/templates/sissi-templates/customization-templates/image-generation-customization-templates/pom.xml @@ -4,7 +4,7 @@ customization-templates dev.sheldan.sissi.templates - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT image-generation-customization-templates diff --git a/templates/sissi-templates/customization-templates/moderation-customization-templates/pom.xml b/templates/sissi-templates/customization-templates/moderation-customization-templates/pom.xml index f71ff1d5..65e4505e 100644 --- a/templates/sissi-templates/customization-templates/moderation-customization-templates/pom.xml +++ b/templates/sissi-templates/customization-templates/moderation-customization-templates/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates customization-templates - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/templates/sissi-templates/customization-templates/pom.xml b/templates/sissi-templates/customization-templates/pom.xml index 46998511..c8cdbe58 100644 --- a/templates/sissi-templates/customization-templates/pom.xml +++ b/templates/sissi-templates/customization-templates/pom.xml @@ -3,7 +3,7 @@ sissi-templates dev.sheldan.sissi.templates - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/templates/sissi-templates/module-templates/debra-templates/pom.xml b/templates/sissi-templates/module-templates/debra-templates/pom.xml index 3e4889aa..aa33ac90 100644 --- a/templates/sissi-templates/module-templates/debra-templates/pom.xml +++ b/templates/sissi-templates/module-templates/debra-templates/pom.xml @@ -3,7 +3,7 @@ module-templates dev.sheldan.sissi.templates - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/templates/sissi-templates/module-templates/meetup-templates/pom.xml b/templates/sissi-templates/module-templates/meetup-templates/pom.xml index ac614151..c42ad684 100644 --- a/templates/sissi-templates/module-templates/meetup-templates/pom.xml +++ b/templates/sissi-templates/module-templates/meetup-templates/pom.xml @@ -3,7 +3,7 @@ module-templates dev.sheldan.sissi.templates - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/templates/sissi-templates/module-templates/pom.xml b/templates/sissi-templates/module-templates/pom.xml index d37890fe..356d24db 100644 --- a/templates/sissi-templates/module-templates/pom.xml +++ b/templates/sissi-templates/module-templates/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates sissi-templates - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/templates/sissi-templates/module-templates/quotes-templates/pom.xml b/templates/sissi-templates/module-templates/quotes-templates/pom.xml index 29d6d52b..d14cfc2c 100644 --- a/templates/sissi-templates/module-templates/quotes-templates/pom.xml +++ b/templates/sissi-templates/module-templates/quotes-templates/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates module-templates - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/templates/sissi-templates/module-templates/rss-news-templates/pom.xml b/templates/sissi-templates/module-templates/rss-news-templates/pom.xml index 8b9d8520..4fbe9a00 100644 --- a/templates/sissi-templates/module-templates/rss-news-templates/pom.xml +++ b/templates/sissi-templates/module-templates/rss-news-templates/pom.xml @@ -3,7 +3,7 @@ module-templates dev.sheldan.sissi.templates - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/templates/sissi-templates/pom.xml b/templates/sissi-templates/pom.xml index e783b2fb..786f9bd3 100644 --- a/templates/sissi-templates/pom.xml +++ b/templates/sissi-templates/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates templates - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/templates/sissi-templates/template-overrides/experience-template-overrides/pom.xml b/templates/sissi-templates/template-overrides/experience-template-overrides/pom.xml index 9b2f8699..dbd9ec5d 100644 --- a/templates/sissi-templates/template-overrides/experience-template-overrides/pom.xml +++ b/templates/sissi-templates/template-overrides/experience-template-overrides/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates template-overrides - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/templates/sissi-templates/template-overrides/logging-template-overrides/pom.xml b/templates/sissi-templates/template-overrides/logging-template-overrides/pom.xml index 63ca4adf..032b2a56 100644 --- a/templates/sissi-templates/template-overrides/logging-template-overrides/pom.xml +++ b/templates/sissi-templates/template-overrides/logging-template-overrides/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates template-overrides - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/templates/sissi-templates/template-overrides/moderation-template-overrides/pom.xml b/templates/sissi-templates/template-overrides/moderation-template-overrides/pom.xml index 855222a6..a1f2cae3 100644 --- a/templates/sissi-templates/template-overrides/moderation-template-overrides/pom.xml +++ b/templates/sissi-templates/template-overrides/moderation-template-overrides/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates template-overrides - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/templates/sissi-templates/template-overrides/pom.xml b/templates/sissi-templates/template-overrides/pom.xml index ab1328dd..2fa430ab 100644 --- a/templates/sissi-templates/template-overrides/pom.xml +++ b/templates/sissi-templates/template-overrides/pom.xml @@ -3,7 +3,7 @@ sissi-templates dev.sheldan.sissi.templates - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/templates/sissi-translations/customization-translations/moderation-customization-translations/pom.xml b/templates/sissi-translations/customization-translations/moderation-customization-translations/pom.xml index c2a68533..f828bce9 100644 --- a/templates/sissi-translations/customization-translations/moderation-customization-translations/pom.xml +++ b/templates/sissi-translations/customization-translations/moderation-customization-translations/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates.translations customization-translations - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/templates/sissi-translations/customization-translations/pom.xml b/templates/sissi-translations/customization-translations/pom.xml index 446a07dd..1e8430f2 100644 --- a/templates/sissi-translations/customization-translations/pom.xml +++ b/templates/sissi-translations/customization-translations/pom.xml @@ -3,7 +3,7 @@ sissi-translations dev.sheldan.sissi.templates.translations - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/templates/sissi-translations/module-translations/debra-translations/pom.xml b/templates/sissi-translations/module-translations/debra-translations/pom.xml index bc241d41..b8209bfd 100644 --- a/templates/sissi-translations/module-translations/debra-translations/pom.xml +++ b/templates/sissi-translations/module-translations/debra-translations/pom.xml @@ -3,7 +3,7 @@ module-translations dev.sheldan.sissi.templates.translations - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/templates/sissi-translations/module-translations/meetup-translations/pom.xml b/templates/sissi-translations/module-translations/meetup-translations/pom.xml index 737082b3..33af8c14 100644 --- a/templates/sissi-translations/module-translations/meetup-translations/pom.xml +++ b/templates/sissi-translations/module-translations/meetup-translations/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates.translations module-translations - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/templates/sissi-translations/module-translations/pom.xml b/templates/sissi-translations/module-translations/pom.xml index 4f745f81..05484ea4 100644 --- a/templates/sissi-translations/module-translations/pom.xml +++ b/templates/sissi-translations/module-translations/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates.translations sissi-translations - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/templates/sissi-translations/module-translations/quote-translations/pom.xml b/templates/sissi-translations/module-translations/quote-translations/pom.xml index 51d98b2b..40e9936f 100644 --- a/templates/sissi-translations/module-translations/quote-translations/pom.xml +++ b/templates/sissi-translations/module-translations/quote-translations/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates.translations module-translations - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/templates/sissi-translations/module-translations/rss-news-translations/pom.xml b/templates/sissi-translations/module-translations/rss-news-translations/pom.xml index 0b0d2158..9ca1d845 100644 --- a/templates/sissi-translations/module-translations/rss-news-translations/pom.xml +++ b/templates/sissi-translations/module-translations/rss-news-translations/pom.xml @@ -3,7 +3,7 @@ module-translations dev.sheldan.sissi.templates.translations - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/templates/sissi-translations/pom.xml b/templates/sissi-translations/pom.xml index 1f5001a6..4e14dae6 100644 --- a/templates/sissi-translations/pom.xml +++ b/templates/sissi-translations/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates templates - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/templates/sissi-translations/translation-overrides/experience-translation-overrides/pom.xml b/templates/sissi-translations/translation-overrides/experience-translation-overrides/pom.xml index dfa16889..5148b2f5 100644 --- a/templates/sissi-translations/translation-overrides/experience-translation-overrides/pom.xml +++ b/templates/sissi-translations/translation-overrides/experience-translation-overrides/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates.translations.overrides translation-overrides - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/templates/sissi-translations/translation-overrides/logging-translation-overrides/pom.xml b/templates/sissi-translations/translation-overrides/logging-translation-overrides/pom.xml index 24fb5837..7f21124c 100644 --- a/templates/sissi-translations/translation-overrides/logging-translation-overrides/pom.xml +++ b/templates/sissi-translations/translation-overrides/logging-translation-overrides/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates.translations.overrides translation-overrides - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/templates/sissi-translations/translation-overrides/moderation-translation-overrides/pom.xml b/templates/sissi-translations/translation-overrides/moderation-translation-overrides/pom.xml index 2ef5d06f..caacf61f 100644 --- a/templates/sissi-translations/translation-overrides/moderation-translation-overrides/pom.xml +++ b/templates/sissi-translations/translation-overrides/moderation-translation-overrides/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates.translations.overrides translation-overrides - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0 diff --git a/templates/sissi-translations/translation-overrides/pom.xml b/templates/sissi-translations/translation-overrides/pom.xml index 4a4185b8..48d820c1 100644 --- a/templates/sissi-translations/translation-overrides/pom.xml +++ b/templates/sissi-translations/translation-overrides/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates.translations sissi-translations - 1.4.38-SNAPSHOT + 1.4.39-SNAPSHOT 4.0.0