From 9d34070ece9b4a3f5fcb43f2f12d203f39d1307b Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Fri, 8 Nov 2024 14:45:05 +0000 Subject: [PATCH] Bump to version 0.2.20 [skip ci] --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 2 +- helm/values-prod.yaml | 2 +- helm/values-uat.yaml | 2 +- openapi/openapi.json | 2 +- version.sbt | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index b0e3bd42..9641ee06 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: wisp-soap-converter-chart description: Wisp Soap Conveter type: application -version: 2.72.0 -appVersion: 0.2.19-157-PAGOPA-2355 +version: 2.73.0 +appVersion: 0.2.20 dependencies: - name: microservice-chart version: 3.0.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index adfd040b..bec9ea50 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -2,7 +2,7 @@ microservice-chart: µservice-chart namespace: "nodo" image: repository: ghcr.io/pagopa/pagopa-wisp-soap-converter - tag: 0.2.19-157-PAGOPA-2355 + tag: 0.2.20 canaryDelivery: create: false wispsoapconverter: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index f6af2bed..e27d34b4 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -2,7 +2,7 @@ microservice-chart: µservice-chart namespace: "nodo" image: repository: ghcr.io/pagopa/pagopa-wisp-soap-converter - tag: 0.2.19-157-PAGOPA-2355 + tag: 0.2.20 canaryDelivery: create: false wispsoapconverter: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 0598e704..14e407ba 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -2,7 +2,7 @@ microservice-chart: µservice-chart namespace: "nodo" image: repository: ghcr.io/pagopa/pagopa-wisp-soap-converter - tag: 0.2.19-157-PAGOPA-2355 + tag: 0.2.20 canaryDelivery: create: false wispsoapconverter: diff --git a/openapi/openapi.json b/openapi/openapi.json index a8985fc3..2c791a74 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "title": "Wisp soap converter", "description": "Wisp soap converter", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.2.19-157-PAGOPA-2355" + "version": "0.2.20" }, "servers": [ { diff --git a/version.sbt b/version.sbt index afc1277a..99a37cd7 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.2.19-157-PAGOPA-2355" +ThisBuild / version := "0.2.20"