From 3132ab06b17021b3560c83a26cf8072990505df4 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Thu, 17 Oct 2024 14:22:04 +0000 Subject: [PATCH] Bump to version 1.6.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_backoffice_external_ec.json | 2 +- openapi/openapi_backoffice_external_psp.json | 2 +- openapi/openapi_backoffice_helpdesk.json | 2 +- pom.xml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 6b5b711..eb606e9 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-afm-calculator description: Microservice that handles calculation for pagoPA Advanced Fees Management type: application -version: 0.45.0 -appVersion: 1.6.0-2-PPANTT-142-get-all-maintenances +version: 0.46.0 +appVersion: 1.6.1 dependencies: - name: microservice-chart version: 2.8.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 09dc395..26febc9 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "backoffice-external" image: repository: ghcr.io/pagopa/pagopa-backoffice-external - tag: "1.6.0-2-PPANTT-142-get-all-maintenances" + tag: "1.6.1" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 6b382b1..a754b12 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "backoffice-external" image: repository: ghcr.io/pagopa/pagopa-backoffice-external - tag: "1.6.0-2-PPANTT-142-get-all-maintenances" + tag: "1.6.1" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 04285bc..4ad209f 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "backoffice-external" image: repository: ghcr.io/pagopa/pagopa-backoffice-external - tag: "1.6.0-2-PPANTT-142-get-all-maintenances" + tag: "1.6.1" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index 3f7d59d..eae7a9d 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "description": "Microservice to expose REST API to contact PagoPA Backoffice", "termsOfService": "https://www.pagopa.gov.it/", "title": "Backoffice External", - "version": "1.6.0-2-PPANTT-142-get-all-maintenances" + "version": "1.6.1" }, "servers": [ { diff --git a/openapi/openapi_backoffice_external_ec.json b/openapi/openapi_backoffice_external_ec.json index 77c980b..f4b8755 100644 --- a/openapi/openapi_backoffice_external_ec.json +++ b/openapi/openapi_backoffice_external_ec.json @@ -4,7 +4,7 @@ "description": "Microservice to expose REST API to contact PagoPA Backoffice", "termsOfService": "https://www.pagopa.gov.it/", "title": "Backoffice External - Backoffice External EC", - "version": "1.6.0-2-PPANTT-142-get-all-maintenances" + "version": "1.6.1" }, "servers": [ { diff --git a/openapi/openapi_backoffice_external_psp.json b/openapi/openapi_backoffice_external_psp.json index 12a9273..3886ec8 100644 --- a/openapi/openapi_backoffice_external_psp.json +++ b/openapi/openapi_backoffice_external_psp.json @@ -4,7 +4,7 @@ "description": "Microservice to expose REST API to contact PagoPA Backoffice", "termsOfService": "https://www.pagopa.gov.it/", "title": "Backoffice External - Backoffice External PSP", - "version": "1.6.0-2-PPANTT-142-get-all-maintenances" + "version": "1.6.1" }, "servers": [ { diff --git a/openapi/openapi_backoffice_helpdesk.json b/openapi/openapi_backoffice_helpdesk.json index 9d20a76..4def8c4 100644 --- a/openapi/openapi_backoffice_helpdesk.json +++ b/openapi/openapi_backoffice_helpdesk.json @@ -4,7 +4,7 @@ "description": "Microservice to expose REST API to contact PagoPA Backoffice", "termsOfService": "https://www.pagopa.gov.it/", "title": "Backoffice External - Backoffice Helpdesk", - "version": "1.6.0-2-PPANTT-142-get-all-maintenances" + "version": "1.6.1" }, "servers": [ { diff --git a/pom.xml b/pom.xml index 44f28a2..d4f6d8a 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ it.pagopa.selfcare.pagopa pagopa-backoffice-external - 1.6.0-2-PPANTT-142-get-all-maintenances + 1.6.1 Backoffice External Microservice to expose REST API to contact PagoPA Backoffice