From f1a8b3406e266dbb619bc8eceae039328ffefff8 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Thu, 2 Nov 2023 09:27:44 +0000 Subject: [PATCH] Bump to version 0.56.2 [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_auth.json | 2 +- openapi/swagger.json | 2 +- pom.xml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index b16fd2f6f..017a498ef 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: core description: APIs to manage configuration for CI and PSP of pagoPA type: application -version: 0.86.0 -appVersion: 0.56.1 +version: 0.87.0 +appVersion: 0.56.2 dependencies: - name: microservice-chart version: 2.8.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 137d09194..4eb048d0c 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -27,7 +27,7 @@ microservice-chart: µservice-chart envSecret: {} image: repository: ghcr.io/pagopa/pagopa-api-config - tag: "0.56.1" + tag: "0.56.2" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 95bfb7462..394b0be7c 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -27,7 +27,7 @@ microservice-chart: µservice-chart envSecret: {} image: repository: ghcr.io/pagopa/pagopa-api-config - tag: "0.56.1" + tag: "0.56.2" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index c5c514167..f8e485e67 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -27,7 +27,7 @@ microservice-chart: µservice-chart envSecret: {} image: repository: ghcr.io/pagopa/pagopa-api-config - tag: "0.56.1" + tag: "0.56.2" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index b3b1b0646..5f410ea18 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "title": "core", "description": "Spring application exposes APIs to manage configuration for CI/PSP on the Nodo dei Pagamenti", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.56.1" + "version": "0.56.2" }, "servers": [ { diff --git a/openapi/openapi_auth.json b/openapi/openapi_auth.json index 9cfbcbc86..17c165bdb 100644 --- a/openapi/openapi_auth.json +++ b/openapi/openapi_auth.json @@ -4,7 +4,7 @@ "title": "core", "description": "Spring application exposes APIs to manage configuration for CI/PSP on the Nodo dei Pagamenti", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.56.1" + "version": "0.56.2" }, "servers": [ { diff --git a/openapi/swagger.json b/openapi/swagger.json index b51f4ec26..13c3d692e 100644 --- a/openapi/swagger.json +++ b/openapi/swagger.json @@ -4,7 +4,7 @@ "description": "Spring application exposes APIs to manage configuration for CI/PSP on the Nodo dei Pagamenti", "termsOfService": "https://www.pagopa.gov.it/", "title": "core", - "version": "0.56.1" + "version": "0.56.2" }, "host": "localhost:8080", "basePath": "/apiconfig/api/v1", diff --git a/pom.xml b/pom.xml index 5bc3a21fc..a67784cc8 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ it.gov.pagopa.apiconfig core - 0.56.1 + 0.56.2 Spring application exposes APIs to manage configuration for CI/PSP on the Nodo dei Pagamenti