From 2ca7f13f54ace7a93013a2b76780d1fe83401406 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Tue, 18 Jul 2023 13:44:27 +0000 Subject: [PATCH] Bump to version 0.1.5 --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 4 ++-- helm/values-prod.yaml | 4 ++-- helm/values-uat.yaml | 4 ++-- openapi/openapi-spec.yml | 5 ++++- pom.xml | 2 +- 6 files changed, 13 insertions(+), 10 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index ab5f8d3..f5c46a8 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-functions-template description: Microservice description type: application -version: 0.23.0 -appVersion: 0.1.4 +version: 0.24.0 +appVersion: 0.1.5 dependencies: - name: microservice-chart version: 1.21.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 7942f5c..cc04b1c 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.1.4" + tag: "0.1.5" pullPolicy: Always # https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs livenessProbe: @@ -103,7 +103,7 @@ microservice-chart: create: true image: repository: ghcr.io/pagopa/pagopa-receipt-pdf-notifier - tag: "0.1.4" + tag: "0.1.5" pullPolicy: Always envConfig: envSecret: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 70b1e58..08889df 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.1.4" + tag: "0.1.5" pullPolicy: Always # https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs livenessProbe: @@ -103,7 +103,7 @@ microservice-chart: create: true image: repository: ghcr.io/pagopa/pagopa-receipt-pdf-notifier - tag: "0.1.4" + tag: "0.1.5" pullPolicy: Always envConfig: envSecret: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 2026e42..b73c50f 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.1.4" + tag: "0.1.5" pullPolicy: Always # https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs livenessProbe: @@ -103,7 +103,7 @@ microservice-chart: create: true image: repository: ghcr.io/pagopa/pagopa-receipt-pdf-notifier - tag: "0.1.4" + tag: "0.1.5" pullPolicy: Always envConfig: envSecret: diff --git a/openapi/openapi-spec.yml b/openapi/openapi-spec.yml index 8b4237a..2097488 100644 --- a/openapi/openapi-spec.yml +++ b/openapi/openapi-spec.yml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 0.1.4 + version: 0.1.5 title: IO API for Public Administration Services contact: name: PagoPA S.p.A. @@ -45,6 +45,7 @@ info: + * A required `subject`: a short description of the topic. * A required `markdown` body: a Markdown representation of the body (see below on what Markdown tags are allowed). @@ -76,6 +77,7 @@ info: + * Headings * Text stylings (bold, italic, etc...) * Lists (bullet and numbered) @@ -96,6 +98,7 @@ info: + 1. Call [getProfile](#operation/getProfile): if the profile does not exist (i.e. you get a 404 response) or if the recipient has opted-out from your service (the response contains `sender_allowed: false`), you diff --git a/pom.xml b/pom.xml index 9bd4a95..19b118c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ it.gov.pagopa.project pagopa-receipt-pdf-notifier - 0.1.4 + 0.1.5 jar pagopa-receipt-pdf-notifier