Skip to content

Commit 2787db3

Browse files
Bump to version 1.1.3 [skip ci]
1 parent 5ed1ec2 commit 2787db3

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: pagopa-fdr-tech-support-api
33
description: Technical support api
44
type: application
5-
version: "0.55.0"
6-
appVersion: "1.1.2-3-PAGOPA-2700-fd-r-3-assistenza-aggiunta-filtri-api"
5+
version: "0.56.0"
6+
appVersion: "1.1.3"
77
dependencies:
88
- name: microservice-chart
99
version: 7.5.0

helm/values-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ microservice-chart:
22
namespace: "fdr"
33
image:
44
repository: ghcr.io/pagopa/pagopa-fdr-technical-support
5-
tag: '1.1.2-3-PAGOPA-2700-fd-r-3-assistenza-aggiunta-filtri-api'
5+
tag: '1.1.3'
66
readinessProbe:
77
httpGet:
88
path: /q/health/ready

helm/values-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ microservice-chart:
22
namespace: "fdr"
33
image:
44
repository: ghcr.io/pagopa/pagopa-fdr-technical-support
5-
tag: '1.1.2-3-PAGOPA-2700-fd-r-3-assistenza-aggiunta-filtri-api'
5+
tag: '1.1.3'
66
readinessProbe:
77
httpGet:
88
path: /q/health/ready

helm/values-uat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ microservice-chart:
22
namespace: "fdr"
33
image:
44
repository: ghcr.io/pagopa/pagopa-fdr-technical-support
5-
tag: '1.1.2-3-PAGOPA-2700-fd-r-3-assistenza-aggiunta-filtri-api'
5+
tag: '1.1.3'
66
readinessProbe:
77
httpGet:
88
path: /q/health/ready

openapi/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
"description": "Technical support API for FDR (aka \"Flussi di Rendicontazione\")\n\n## OPERATIONAL ERROR CODES\n\n<details><summary>Details</summary>\nNAME | CODE | ERROR MESSAGE TEMPLATE | DESCRIPTION\n- | - | - | -\n**FDR-0500** | *ERROR* | An unexpected error has occurred. Please contact support | An error occurred during computation. This could be <br>caused by an applicative error and it is probably required <br>to open an issue.\n**FDR-1000** | *BAD_REQUEST* | Bad request | A generic 'Bad Request' error is occurred during request <br>validation\n**FDR-1001** | *DATE_BAD_REQUEST* | Bad request | An error occurred while validating the provided dates. <br>Date from and date to must be either null o filled <br>in, if present, date from must be less than date to\n**FDR-1002** | *BAD_REQUEST_INPUT_JSON* | Bad request. Field [%] is equals to [%] but this is <br>not a valid value. | A generic error occurred during execution of request <br>syntactic validation\n**FDR-1003** | *BAD_REQUEST_INPUT_JSON_INSTANT* | Bad request. Field [%] is equals to [%] but it is expected <br>to be in ISO-8601 format [yyyy-MM-ddTHH:mm:ssZ] (example: <br>[2025-01-01T12:00:00.123000Z]. | An error occurred during execution of request syntactic <br>validation, in particular regarding the analysis of <br>date values\n**FDR-1004** | *BAD_REQUEST_INPUT_JSON_ENUM* | Bad request. Field [%] is equals to [%] but it is expected <br>to be one of the following values: [%]. | An error occurred during execution of request syntactic <br>validation, in particular regarding the analysis of <br>enumerative values\n**FDR-1005** | *BAD_REQUEST_INPUT_JSON_DESERIALIZE_<br>ERROR* | Bad request. Field [%] generate a deserialization error. <br>Please, set the correct value. | An error occurred during execution of deserialization <br>of request from a JSON string\n**FDR-1006** | *BAD_REQUEST_INPUT_JSON_NON_VALID_<br>FORMAT* | Bad request. The format of JSON request is not valid. | An error occurred during execution of analysis of JSON <br>request, in particular regarding its format\n**FDR-1007** | *INVALID_FILE_TYPE* | Invalid file type specified. | An error occurred while validating the provided file <br>type. The file must be of type xml or json\n**FDR-2000** | *FLOW_NOT_FOUND* | No flow found | An error occurred during the search of flow. The needed <br>flow does not exists in current environment\n**FDR-3000** | *UNAUTHORIZED_CLIENT* | An unexpected error has occurred. Please contact support | An error occurred while invoking external services\n",
184184
"termsOfService": "https://www.pagopa.gov.it/",
185185
"title": "Fdr technical support - Api (TEST)",
186-
"version": "1.1.2-3-PAGOPA-2700-fd-r-3-assistenza-aggiunta-filtri-api"
186+
"version": "1.1.3"
187187
},
188188
"servers": [
189189
{

openapi/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ info:
138138
**FDR-3000** | *UNAUTHORIZED_CLIENT* | An unexpected error has occurred. Please contact support | An error occurred while invoking external services
139139
termsOfService: https://www.pagopa.gov.it/
140140
title: Fdr technical support - Api (TEST)
141-
version: 1.1.2-3-PAGOPA-2700-fd-r-3-assistenza-aggiunta-filtri-api
141+
version: 1.1.3
142142
servers:
143143
- url: http://localhost:8080
144144
description: Localhost base URL

openapi/openapi_infra.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
"info": {
183183
"termsOfService": "https://www.pagopa.gov.it/",
184184
"title": "Fdr technical support - Api (TEST)",
185-
"version": "1.1.2-3-PAGOPA-2700-fd-r-3-assistenza-aggiunta-filtri-api"
185+
"version": "1.1.3"
186186
},
187187
"servers": [
188188
{

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>it.gov.pagopa</groupId>
88
<artifactId>fdr-techical-support</artifactId>
9-
<version>1.1.2-3-PAGOPA-2700-fd-r-3-assistenza-aggiunta-filtri-api</version>
9+
<version>1.1.3</version>
1010

1111
<properties>
1212
<compiler-plugin.version>3.12.1</compiler-plugin.version>

0 commit comments

Comments
 (0)