Skip to content

Commit c990c3e

Browse files
Bump to version 1.1.0-4-PAGOPA-2696 [skip ci]
1 parent cd878bd commit c990c3e

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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.47.0"
6-
appVersion: "1.1.0-3-PAGOPA-2696"
5+
version: "0.48.0"
6+
appVersion: "1.1.0-4-PAGOPA-2696"
77
dependencies:
88
- name: microservice-chart
99
version: 7.1.1

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.0-3-PAGOPA-2696'
5+
tag: '1.1.0-4-PAGOPA-2696'
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.0-3-PAGOPA-2696'
5+
tag: '1.1.0-4-PAGOPA-2696'
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.0-3-PAGOPA-2696'
5+
tag: '1.1.0-4-PAGOPA-2696'
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
@@ -204,7 +204,7 @@
204204
"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-0400** | *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-0404** | *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-1404** | *FLOW_NOT_FOUND_CLIENT* | No flow found | An error occurred during the search of flow. The needed <br>flow was not found\n**FDR-1401** | *UNAUTHORIZED_CLIENT* | An unexpected error has occurred. Please contact support | An error occurred while invoking external services\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-0400** | *BAD_REQUEST* | Bad request | A generic 'Bad Request' error is occurred during request <br>validation\n**FDR-0401** | *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-0402** | *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-0403** | *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-0404** | *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-0405** | *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-0406** | *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",
205205
"termsOfService": "https://www.pagopa.gov.it/",
206206
"title": "Fdr technical support - Api",
207-
"version": "1.1.0-3-PAGOPA-2696"
207+
"version": "1.1.0-4-PAGOPA-2696"
208208
},
209209
"servers": [
210210
{

openapi/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ info:
154154
**FDR-0406** | *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
155155
termsOfService: https://www.pagopa.gov.it/
156156
title: Fdr technical support - Api
157-
version: 1.1.0-3-PAGOPA-2696
157+
version: 1.1.0-4-PAGOPA-2696
158158
servers:
159159
- url: http://localhost:8080
160160
description: Localhost base URL

pom.xml

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

66
<groupId>it.gov.pagopa</groupId>
77
<artifactId>fdr-techical-support</artifactId>
8-
<version>1.1.0-3-PAGOPA-2696</version>
8+
<version>1.1.0-4-PAGOPA-2696</version>
99

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

0 commit comments

Comments
 (0)