From 197b781a97f645450dccd8580a340e1cc7d2976e Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Wed, 10 Apr 2024 10:06:02 +0000 Subject: [PATCH] Bump to version 0.9.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_export.json | 2 +- openapi/openapi_fdrv1.json | 2 +- openapi/openapi_nodev1.json | 2 +- openapi/openapi_standinv1.json | 2 +- openapi/openapi_verifierv1.json | 2 +- pom.xml | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index a6310932..ed3c5da9 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: pagopa-api-cache-chart description: Microservice that handles calculation for pagoPA Advanced Fees Management type: application -version: 0.56.0 +version: 0.57.0 dependencies: - name: microservice-chart version: 3.0.0 @@ -54,4 +54,4 @@ dependencies: repository: "https://pagopa.github.io/aks-cron-chart-blueprint" alias: refresh-oprod condition: oracleprod.enabled -appVersion: 0.9.1 +appVersion: 0.9.2 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index c6efa38c..f2e2202b 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -2,7 +2,7 @@ microservice-chart: µservice-chart namespace: "apiconfig" image: repository: ghcr.io/pagopa/pagopa-api-config-cache - tag: 0.9.1 + tag: 0.9.2 canaryDelivery: deployment: image: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 95b7405d..163eca81 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -2,7 +2,7 @@ microservice-chart: µservice-chart namespace: "apiconfig" image: repository: ghcr.io/pagopa/pagopa-api-config-cache - tag: 0.9.1 + tag: 0.9.2 canaryDelivery: deployment: image: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 5344b3e1..c7945d66 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -2,7 +2,7 @@ microservice-chart: µservice-chart namespace: "apiconfig" image: repository: ghcr.io/pagopa/pagopa-api-config-cache - tag: 0.9.1 + tag: 0.9.2 canaryDelivery: deployment: image: diff --git a/openapi/openapi.json b/openapi/openapi.json index 3e529054..2cca4e5b 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "title": "API-Config Cache ${service}", "description": "Generate cache for various microservices", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.9.1" + "version": "0.9.2" }, "servers": [ { diff --git a/openapi/openapi_export.json b/openapi/openapi_export.json index 66b47467..147a9e17 100644 --- a/openapi/openapi_export.json +++ b/openapi/openapi_export.json @@ -4,7 +4,7 @@ "title": "API-Config Cache ${service}", "description": "Generate cache for various microservices", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.9.1" + "version": "0.9.2" }, "servers": [ { diff --git a/openapi/openapi_fdrv1.json b/openapi/openapi_fdrv1.json index 1729f2a8..3905be6f 100644 --- a/openapi/openapi_fdrv1.json +++ b/openapi/openapi_fdrv1.json @@ -4,7 +4,7 @@ "title": "API-Config Cache ${service}", "description": "Generate cache for various microservices", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.9.1" + "version": "0.9.2" }, "servers": [ { diff --git a/openapi/openapi_nodev1.json b/openapi/openapi_nodev1.json index 4cf9cb97..68e1ba9b 100644 --- a/openapi/openapi_nodev1.json +++ b/openapi/openapi_nodev1.json @@ -4,7 +4,7 @@ "title": "API-Config Cache ${service}", "description": "Generate cache for various microservices", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.9.1" + "version": "0.9.2" }, "servers": [ { diff --git a/openapi/openapi_standinv1.json b/openapi/openapi_standinv1.json index 9b0ba5f5..641bb867 100644 --- a/openapi/openapi_standinv1.json +++ b/openapi/openapi_standinv1.json @@ -4,7 +4,7 @@ "title": "API-Config Cache ${service}", "description": "Generate cache for various microservices", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.9.1" + "version": "0.9.2" }, "servers": [ { diff --git a/openapi/openapi_verifierv1.json b/openapi/openapi_verifierv1.json index 5e3fb22b..2c83e65e 100644 --- a/openapi/openapi_verifierv1.json +++ b/openapi/openapi_verifierv1.json @@ -4,7 +4,7 @@ "title": "API-Config Cache ${service}", "description": "Generate cache for various microservices", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.9.1" + "version": "0.9.2" }, "servers": [ { diff --git a/pom.xml b/pom.xml index 5183578a..740a20c1 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ it.gov.pagopa.api-config cache - 0.9.1 + 0.9.2 API-Config Cache Generate cache for various microservices