From cde1452e78017ebf551ca618e404411590fd48f9 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Fri, 12 Jul 2024 14:41:11 +0000 Subject: [PATCH] Bump to version 0.2.9-96-PAGOPA-1908-wisp-soap-converter [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 231f19f..298a4a0 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.47.0 -appVersion: 0.2.9-94-PAGOPA-1908-wisp-soap-converter +version: 2.48.0 +appVersion: 0.2.9-96-PAGOPA-1908-wisp-soap-converter dependencies: - name: microservice-chart version: 3.0.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index dee559e..a0c93db 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.9-94-PAGOPA-1908-wisp-soap-converter + tag: 0.2.9-96-PAGOPA-1908-wisp-soap-converter canaryDelivery: create: false wispsoapconverter: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 9c60cde..140fd59 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.9-94-PAGOPA-1908-wisp-soap-converter + tag: 0.2.9-96-PAGOPA-1908-wisp-soap-converter canaryDelivery: create: false wispsoapconverter: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index f5f77f0..0df4ec4 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.9-94-PAGOPA-1908-wisp-soap-converter + tag: 0.2.9-96-PAGOPA-1908-wisp-soap-converter canaryDelivery: create: false wispsoapconverter: diff --git a/openapi/openapi.json b/openapi/openapi.json index 1c60c99..2eef69a 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.9-94-PAGOPA-1908-wisp-soap-converter" + "version": "0.2.9-96-PAGOPA-1908-wisp-soap-converter" }, "servers": [ { diff --git a/version.sbt b/version.sbt index f2adad3..d8a103c 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.2.9-94-PAGOPA-1908-wisp-soap-converter" +ThisBuild / version := "0.2.9-96-PAGOPA-1908-wisp-soap-converter"