From d123a12d640d2281803902b6c32471791ed54e6e Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Thu, 31 Aug 2023 10:49:19 +0000 Subject: [PATCH] Bump to version 0.8.0 [skip ci] --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 4 ++-- helm/values-prod.yaml | 4 ++-- helm/values-uat.yaml | 4 ++-- openapi/openapi.json | 2 +- openapi/openapi_fdrv1.json | 2 +- openapi/openapi_nodev1.json | 2 +- openapi/openapi_verifierv1.json | 2 +- pom.xml | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 66b14a4d..04753d1f 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.6.0 +version: 0.7.0 dependencies: - name: microservice-chart version: 3.0.0 @@ -24,4 +24,4 @@ dependencies: repository: "https://pagopa.github.io/aks-microservice-chart-blueprint" alias: oracleprod condition: oracleprod.enabled -appVersion: 0.7.0 +appVersion: 0.8.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index c9a9cd6f..ecf6252b 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -2,12 +2,12 @@ microservice-chart: µservice-chart namespace: "apiconfig" image: repository: ghcr.io/pagopa/pagopa-api-config-cache - tag: 0.7.0 + tag: 0.8.0 canaryDelivery: deployment: image: repository: ghcr.io/pagopa/pagopa-api-config-cache - tag: 0.7.0 + tag: 0.8.0 livenessProbe: httpGet: path: /actuator/health/liveness diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 5301fd7b..d2a3b0c4 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -2,12 +2,12 @@ microservice-chart: µservice-chart namespace: "apiconfig" image: repository: ghcr.io/pagopa/pagopa-api-config-cache - tag: 0.7.0 + tag: 0.8.0 canaryDelivery: deployment: image: repository: ghcr.io/pagopa/pagopa-api-config-cache - tag: 0.7.0 + tag: 0.8.0 livenessProbe: httpGet: path: /actuator/health/liveness diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 96759433..cfb80bc8 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -2,12 +2,12 @@ microservice-chart: µservice-chart namespace: "apiconfig" image: repository: ghcr.io/pagopa/pagopa-api-config-cache - tag: 0.7.0 + tag: 0.8.0 canaryDelivery: deployment: image: repository: ghcr.io/pagopa/pagopa-api-config-cache - tag: 0.7.0 + tag: 0.8.0 livenessProbe: httpGet: path: /actuator/health/liveness diff --git a/openapi/openapi.json b/openapi/openapi.json index 562afb85..1d6d6bd8 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "title": "API-Config Cacher", "description": "Generate cache for regarding Nodo dei Pagamenti configuration", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.7.0" + "version": "0.8.0" }, "servers": [ { diff --git a/openapi/openapi_fdrv1.json b/openapi/openapi_fdrv1.json index 59c78ff5..70f3ff8e 100644 --- a/openapi/openapi_fdrv1.json +++ b/openapi/openapi_fdrv1.json @@ -4,7 +4,7 @@ "title": "API-Config Cacher", "description": "Generate cache for regarding Nodo dei Pagamenti configuration", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.7.0" + "version": "0.8.0" }, "servers": [ { diff --git a/openapi/openapi_nodev1.json b/openapi/openapi_nodev1.json index 0b147960..658056e3 100644 --- a/openapi/openapi_nodev1.json +++ b/openapi/openapi_nodev1.json @@ -4,7 +4,7 @@ "title": "API-Config Cacher", "description": "Generate cache for regarding Nodo dei Pagamenti configuration", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.7.0" + "version": "0.8.0" }, "servers": [ { diff --git a/openapi/openapi_verifierv1.json b/openapi/openapi_verifierv1.json index 2c0efddb..bc380119 100644 --- a/openapi/openapi_verifierv1.json +++ b/openapi/openapi_verifierv1.json @@ -4,7 +4,7 @@ "title": "API-Config Cacher", "description": "Generate cache for regarding Nodo dei Pagamenti configuration", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.7.0" + "version": "0.8.0" }, "servers": [ { diff --git a/pom.xml b/pom.xml index fa1c2f9a..128bcd3a 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ it.gov.pagopa.api-config cache - 0.7.0 + 0.8.0 API-Config Cacher Generate cache for regarding Nodo dei Pagamenti configuration