From 496922992c7d5bc6b529d2e509084d9ff48e727c Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Tue, 17 Oct 2023 21:36:33 +0000 Subject: [PATCH] Bump to version 0.8.0 --- 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 05af32b..68fa9d0 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopareceiptpdfnotifier description: Microservice description type: application -version: 0.60.0 -appVersion: 0.7.7 +version: 0.61.0 +appVersion: 0.8.0 dependencies: - name: microservice-chart version: 2.4.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 3845916..c80ef46 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.7.7" + tag: "0.8.0" 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 d08669e..7db3c6f 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.7.7" + tag: "0.8.0" 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 94bc789..c5f7999 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.7.7" + tag: "0.8.0" 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 be12070..a75da1f 100644 --- a/openapi/openapi-spec.yml +++ b/openapi/openapi-spec.yml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 0.7.7 + version: 0.8.0 title: IO API for Public Administration Services contact: name: PagoPA S.p.A. @@ -80,6 +80,7 @@ info: + * A required `subject`: a short description of the topic. @@ -148,6 +149,7 @@ info: + * Headings @@ -205,6 +207,7 @@ info: + 1. Call [getProfile](#operation/getProfile): if the profile does not exist diff --git a/pom.xml b/pom.xml index 4813cfd..4ed67fe 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ it.gov.pagopa.project pagopa-receipt-pdf-notifier - 0.7.7 + 0.8.0 jar pagopa-receipt-pdf-notifier