Skip to content

Commit 6f5141d

Browse files
Bump to version 0.3.1 [skip ci]
1 parent 598c971 commit 6f5141d

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: wisp-soap-converter-chart
33
description: Wisp Soap Conveter
44
type: application
5-
version: 2.79.0
6-
appVersion: 0.2.20-167-PAGOPA-2342
5+
version: 2.80.0
6+
appVersion: 0.3.1
77
dependencies:
88
- name: microservice-chart
99
version: 3.0.0

helm/values-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ microservice-chart: &microservice-chart
22
namespace: "nodo"
33
image:
44
repository: ghcr.io/pagopa/pagopa-wisp-soap-converter
5-
tag: 0.2.20-167-PAGOPA-2342
5+
tag: 0.3.1
66
canaryDelivery:
77
create: false
88
wispsoapconverter:

helm/values-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ microservice-chart: &microservice-chart
22
namespace: "nodo"
33
image:
44
repository: ghcr.io/pagopa/pagopa-wisp-soap-converter
5-
tag: 0.2.20-167-PAGOPA-2342
5+
tag: 0.3.1
66
canaryDelivery:
77
create: false
88
wispsoapconverter:

helm/values-uat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ microservice-chart: &microservice-chart
22
namespace: "nodo"
33
image:
44
repository: ghcr.io/pagopa/pagopa-wisp-soap-converter
5-
tag: 0.2.20-167-PAGOPA-2342
5+
tag: 0.3.1
66
canaryDelivery:
77
create: false
88
wispsoapconverter:

openapi/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "Wisp soap converter",
55
"description": "Wisp soap converter",
66
"termsOfService": "https://www.pagopa.gov.it/",
7-
"version": "0.2.20-167-PAGOPA-2342"
7+
"version": "0.3.1"
88
},
99
"servers": [
1010
{

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "0.3.0"
1+
ThisBuild / version := "0.3.1"

0 commit comments

Comments
 (0)