From 931907f2aa20146cc14739aabeda4c23ca0400d5 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Tue, 7 Nov 2023 10:51:12 +0000 Subject: [PATCH] Bump to version 0.8.3 [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_fdrv1.json | 2 +- openapi/openapi_nodev1.json | 2 +- openapi/openapi_verifierv1.json | 2 +- pom.xml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 0c75d559..3438137c 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.9.0 +version: 0.10.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.8.2 +appVersion: 0.8.3 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index ab7a194d..b2db9c6a 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.8.2 + tag: 0.8.3 canaryDelivery: deployment: image: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index ff4b83fb..7b99a64e 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.8.2 + tag: 0.8.3 canaryDelivery: deployment: image: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 373f3148..dcadba8a 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.8.2 + tag: 0.8.3 canaryDelivery: deployment: image: diff --git a/openapi/openapi.json b/openapi/openapi.json index 9771c8e7..5e27d4cc 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.8.2" + "version": "0.8.3" }, "servers": [ { diff --git a/openapi/openapi_fdrv1.json b/openapi/openapi_fdrv1.json index fb7fc068..8affb15e 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.8.2" + "version": "0.8.3" }, "servers": [ { diff --git a/openapi/openapi_nodev1.json b/openapi/openapi_nodev1.json index 10f93599..eb3a5e9e 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.8.2" + "version": "0.8.3" }, "servers": [ { diff --git a/openapi/openapi_verifierv1.json b/openapi/openapi_verifierv1.json index 8ad5574d..0579fad9 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.8.2" + "version": "0.8.3" }, "servers": [ { diff --git a/pom.xml b/pom.xml index 94703f4d..56acca90 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ it.gov.pagopa.api-config cache - 0.8.2 + 0.8.3 API-Config Cacher Generate cache for regarding Nodo dei Pagamenti configuration