From 7575b677d7a57ab84231266c1ecdc7217dfd438d Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Mon, 15 Jul 2024 13:57:12 +0000 Subject: [PATCH] Bump to version 0.2.10 [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 +- pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 6c821fa..5c2cd7d 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-iuvgenerator description: Microservice that permits to generate unique IUV codes for each creditor institution. type: application -version: 0.13.0 -appVersion: 0.2.9-2-fix-infra-pipeline +version: 0.14.0 +appVersion: 0.2.10 dependencies: - name: microservice-chart version: 3.0.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 26b2eae..a8f4580 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-iuvgenerator - tag: "0.2.9-2-fix-infra-pipeline" + tag: "0.2.10" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index f9471ca..1828db0 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-iuvgenerator - tag: "0.2.9-2-fix-infra-pipeline" + tag: "0.2.10" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 7b9eafd..e446888 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-iuvgenerator - tag: "0.2.9-2-fix-infra-pipeline" + tag: "0.2.10" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index 7103db1..0f73b36 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "description": "A service that permits to generate unique IUV codes for each creditor institution.\n\n**STANDARD ERRORS:**\nNAME | CODE | DESCRIPTION\n- | - | -\n**IUVG-1000** | *GENERIC_ERROR* | Error while generating IUV. *...error description...*\n**IUVG-1001** | *VALIDATION_ERROR* | Error while validating IUV generation request. *...error description...*\n**IUVG-1101** | *GENERATION_MAX_RETRIES_REACHED* | Error while generating IUV. Reached the maximum number of internal automatic attempts [*...content...*] to generate a unique IUV for creditor institution [*...content...*]. Please, try again later.\n**IUVG-1102** | *GENERATION_AUXDIGIT_ALGORITHM_INVALID_PATTERN* | Error while generating IUV. The IUV code's section generated by timestamp in milliseconds is not correctly composited of 13 digits.\n", "termsOfService": "https://www.pagopa.gov.it/", "title": "IUV Generator", - "version": "0.2.9-2-fix-infra-pipeline" + "version": "0.2.10" }, "servers": [ { diff --git a/pom.xml b/pom.xml index 28085c4..587c9ed 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ it.gov.pagopa iuvgenerator - 0.2.9-2-fix-infra-pipeline + 0.2.10 pagoPA IUV Generator A service that permits to generate unique IUV codes for each creditor institution.