From eca4c76f44ea9e3a3d75d8769020bffe33a0b19c Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Thu, 5 Sep 2024 10:21:11 +0000 Subject: [PATCH] Bump to version 0.9.1 [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 +- openapi/openapi_external.json | 2 +- pom.xml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index a6a0431..9e51c68 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-print-payment-notice-service description: Microservice that handles services for notice print type: application -version: 0.60.0 -appVersion: 0.9.0 +version: 0.61.0 +appVersion: 0.9.1 dependencies: - name: microservice-chart version: 5.9.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 7fc74f7..f40f946 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "print-payment-notice-service" image: repository: ghcr.io/pagopa/pagopa-print-payment-notice-service - tag: "0.9.0" + tag: "0.9.1" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 832daf0..8ae3400 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "print-payment-notice-service" image: repository: ghcr.io/pagopa/pagopa-print-payment-notice-service - tag: "0.9.0" + tag: "0.9.1" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 1b74a9c..34617f4 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "print-payment-notice-service" image: repository: ghcr.io/pagopa/pagopa-print-payment-notice-service - tag: "0.9.0" + tag: "0.9.1" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index bf5226e..c7f4058 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "description": "Microservice to expose the APIs for Print Payment Notices", "termsOfService": "https://www.pagopa.gov.it/", "title": "Print Payment Notices - Service", - "version": "0.9.0" + "version": "0.9.1" }, "servers": [ { diff --git a/openapi/openapi_external.json b/openapi/openapi_external.json index c8b5926..17e1da1 100644 --- a/openapi/openapi_external.json +++ b/openapi/openapi_external.json @@ -4,7 +4,7 @@ "description": "Microservice to expose the APIs for Print Payment Notices", "termsOfService": "https://www.pagopa.gov.it/", "title": "Print Payment Notices - Service - Payment Notice Service (External)", - "version": "0.9.0" + "version": "0.9.1" }, "servers": [ { diff --git a/pom.xml b/pom.xml index 2d2f263..29bf903 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ it.gov.pagopa print-payment-notices-service - 0.9.0 + 0.9.1 Print Payment Notices - Service Microservice to expose the APIs for Print Payment Notices