Skip to content

Commit cb18370

Browse files
Bump to version 0.3.5 [skip ci]
1 parent 054037c commit cb18370

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.96.0
6-
appVersion: 0.3.4
5+
version: 2.97.0
6+
appVersion: 0.3.5
77
dependencies:
88
- name: microservice-chart
99
version: 8.0.1

helm/values-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart: &microservice-chart
44
fullnameOverride: "wisp-soap-converter"
55
image:
66
repository: ghcr.io/pagopa/pagopa-wisp-soap-converter
7-
tag: 0.3.4
7+
tag: 0.3.5
88
terminationGracePeriodSeconds: 140
99
livenessProbe:
1010
handlerType: httpGet

helm/values-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart: &microservice-chart
44
fullnameOverride: "wisp-soap-converter"
55
image:
66
repository: ghcr.io/pagopa/pagopa-wisp-soap-converter
7-
tag: 0.3.4
7+
tag: 0.3.5
88
terminationGracePeriodSeconds: 140
99
livenessProbe:
1010
handlerType: httpGet

helm/values-uat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart: &microservice-chart
44
fullnameOverride: "wisp-soap-converter"
55
image:
66
repository: ghcr.io/pagopa/pagopa-wisp-soap-converter
7-
tag: 0.3.4
7+
tag: 0.3.5
88
terminationGracePeriodSeconds: 140
99
livenessProbe:
1010
handlerType: httpGet

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.3.4"
7+
"version": "0.3.5"
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.4"
1+
ThisBuild / version := "0.3.5"

0 commit comments

Comments
 (0)