From 60a2cdacc561ae946a43356a39db41cdead24db7 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Fri, 27 Sep 2024 09:13:11 +0000 Subject: [PATCH] Bump to version 0.9.20 [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 55c4d048..7dbf9f7a 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.87.0 +version: 0.88.0 dependencies: ############## ## POSTGRES ## @@ -88,4 +88,4 @@ dependencies: repository: "https://pagopa.github.io/aks-cron-chart-blueprint" alias: refresh-p-replica-nexi # postgres prf nexi condition: postgresql-replica-nexi.enabled -appVersion: 0.9.19 +appVersion: 0.9.20 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 06b5ca9f..80d5873d 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.19 + tag: 0.9.20 canaryDelivery: deployment: image: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 2b6e1b85..93246095 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.19 + tag: 0.9.20 canaryDelivery: deployment: image: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 72673a4a..158cde0b 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.19 + tag: 0.9.20 canaryDelivery: deployment: image: diff --git a/openapi/openapi.json b/openapi/openapi.json index 4e160d90..1acbfddb 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.19" + "version": "0.9.20" }, "servers": [ { diff --git a/openapi/openapi_export.json b/openapi/openapi_export.json index 4e4d5bb5..8f718c0f 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.19" + "version": "0.9.20" }, "servers": [ { diff --git a/openapi/openapi_fdrv1.json b/openapi/openapi_fdrv1.json index bbbcbe5f..9c6ac0fc 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.19" + "version": "0.9.20" }, "servers": [ { diff --git a/openapi/openapi_nodev1.json b/openapi/openapi_nodev1.json index 0e2fae8a..3b72dffb 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.19" + "version": "0.9.20" }, "servers": [ { diff --git a/openapi/openapi_standinv1.json b/openapi/openapi_standinv1.json index 374cc612..10c2d327 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.19" + "version": "0.9.20" }, "servers": [ { diff --git a/openapi/openapi_verifierv1.json b/openapi/openapi_verifierv1.json index 2b4a68a7..208d15fc 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.19" + "version": "0.9.20" }, "servers": [ { diff --git a/pom.xml b/pom.xml index 2655cfbd..618842fe 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ it.gov.pagopa.api-config cache - 0.9.19 + 0.9.20 API-Config Cache Generate cache for various microservices