From f48595a1e909a1baab83c6dc713ba7cd2fc93014 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Tue, 17 Oct 2023 21:56:03 +0000 Subject: [PATCH] Bump to version 0.8.2 [skip ci] --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 2 +- helm/values-prod.yaml | 2 +- helm/values-uat.yaml | 2 +- openapi/openapi-spec.yml | 5 ++++- pom.xml | 2 +- 6 files changed, 10 insertions(+), 7 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index ff45343..42a9f5e 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopareceiptpdfnotifier description: Microservice description type: application -version: 0.62.0 -appVersion: 0.8.1 +version: 0.63.0 +appVersion: 0.8.2 dependencies: - name: microservice-chart version: 2.4.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 122c33a..a6516fc 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.8.1" + tag: "0.8.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 6f03505..9bbcd34 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.8.1" + tag: "0.8.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 6c9fa0b..a03a7bf 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.8.1" + tag: "0.8.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 c62e771..aa3f857 100644 --- a/openapi/openapi-spec.yml +++ b/openapi/openapi-spec.yml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 0.8.1 + version: 0.8.2 title: IO API for Public Administration Services contact: name: PagoPA S.p.A. @@ -82,6 +82,7 @@ info: + * A required `subject`: a short description of the topic. @@ -152,6 +153,7 @@ info: + * Headings @@ -211,6 +213,7 @@ info: + 1. Call [getProfile](#operation/getProfile): if the profile does not exist diff --git a/pom.xml b/pom.xml index 52c68ec..4531716 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ it.gov.pagopa.project pagopa-receipt-pdf-notifier - 0.8.1 + 0.8.2 jar pagopa-receipt-pdf-notifier