From 5999d167971a11ee239df89e665511c4c1ce460d Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Mon, 15 Jul 2024 13:15:37 +0000 Subject: [PATCH] Bump to version 0.2.9 [skip ci] --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 2 +- helm/values-prod.yaml | 10 +++++----- helm/values-uat.yaml | 10 +++++----- openapi/openapi.json | 2 +- pom.xml | 2 +- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index cf67a67..a028eb3 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.10.0 -appVersion: 0.2.8 +version: 0.11.0 +appVersion: 0.2.9 dependencies: - name: microservice-chart version: 3.0.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 2feaa58..048fb00 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.8" + tag: "0.2.9" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 7c53553..74bafe3 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.8" + tag: "0.2.9" pullPolicy: Always livenessProbe: httpGet: @@ -34,9 +34,9 @@ microservice-chart: servicePort: 8080 serviceAccount: create: false - annotations: { } + annotations: {} name: "" - podAnnotations: { } + podAnnotations: {} podSecurityContext: seccompProfile: type: RuntimeDefault @@ -87,8 +87,8 @@ microservice-chart: tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d" tmpVolumeMount: create: true - nodeSelector: { } - tolerations: [ ] + nodeSelector: {} + tolerations: [] affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 0f9d017..d3dd841 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.8" + tag: "0.2.9" pullPolicy: Always livenessProbe: httpGet: @@ -34,9 +34,9 @@ microservice-chart: servicePort: 8080 serviceAccount: create: false - annotations: { } + annotations: {} name: "" - podAnnotations: { } + podAnnotations: {} podSecurityContext: seccompProfile: type: RuntimeDefault @@ -87,8 +87,8 @@ microservice-chart: tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d" tmpVolumeMount: create: true - nodeSelector: { } - tolerations: [ ] + nodeSelector: {} + tolerations: [] affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: diff --git a/openapi/openapi.json b/openapi/openapi.json index ff5f18a..50431eb 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.8" + "version": "0.2.9" }, "servers": [ { diff --git a/pom.xml b/pom.xml index 400fe6c..e352ca1 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ it.gov.pagopa iuvgenerator - 0.2.8 + 0.2.9 pagoPA IUV Generator A service that permits to generate unique IUV codes for each creditor institution.