diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 888486c..0b63acc 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopareceiptpdfnotifier description: Microservice description type: application -version: 0.84.0 -appVersion: 0.12.1 +version: 0.85.0 +appVersion: 0.12.2 dependencies: - name: microservice-chart version: 2.4.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index f87325b..9040665 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-receipt-pdf-notifier - tag: "0.12.1" + tag: "0.12.2" pullPolicy: Always # https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs livenessProbe: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 867dd9e..798df25 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-receipt-pdf-notifier - tag: "0.12.1" + tag: "0.12.2" pullPolicy: Always # https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs livenessProbe: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index a4f8278..efc3bcc 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-receipt-pdf-notifier - tag: "0.12.1" + tag: "0.12.2" pullPolicy: Always # https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs livenessProbe: diff --git a/openapi/openapi-spec.yml b/openapi/openapi-spec.yml index ed52178..6293e09 100644 --- a/openapi/openapi-spec.yml +++ b/openapi/openapi-spec.yml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 0.12.1 + version: 0.12.2 title: IO API for Public Administration Services contact: name: PagoPA S.p.A. @@ -104,6 +104,7 @@ info: + * A required `subject`: a short description of the topic. @@ -196,6 +197,7 @@ info: + * Headings @@ -277,6 +279,7 @@ info: + 1. Call [getProfile](#operation/getProfile): if the profile does not exist diff --git a/pom.xml b/pom.xml index 29315f2..653971c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ it.gov.pagopa.project pagopa-receipt-pdf-notifier - 0.12.1 + 0.12.2 jar pagopa-receipt-pdf-notifier