From 27dcea89569aa7e8fec41bec9c8203970564e238 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Wed, 3 Apr 2024 15:47:55 +0000 Subject: [PATCH] Bump to version 0.2.0 [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 0f64a0a8..a3d928ea 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.20.0 -appVersion: 0.1.3 +version: 2.21.0 +appVersion: 0.2.0 dependencies: - name: microservice-chart version: 3.0.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index a1e3e798..f83aeba4 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.1.3 + tag: 0.2.0 canaryDelivery: create: false wispsoapconverter: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index dbd4e9cb..210e8d3c 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.1.3 + tag: 0.2.0 canaryDelivery: create: false wispsoapconverter: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index f4a9139c..0e43dcac 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.1.3 + tag: 0.2.0 canaryDelivery: create: false wispsoapconverter: diff --git a/openapi/openapi.json b/openapi/openapi.json index 1cef4819..346f402d 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.1.3" + "version": "0.2.0" }, "servers": [ { diff --git a/version.sbt b/version.sbt index 0aea67a3..c609dc01 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.1.3" +ThisBuild / version := "0.2.0"