From dcb683f4b9e88970548cf11383416818d0e82ec8 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Wed, 4 Oct 2023 07:30:23 +0000 Subject: [PATCH] Bump to version 1.2.0 [skip ci] --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 2 +- helm/values-prod.yaml | 2 +- helm/values-uat.yaml | 2 +- openapi/openapi.json | 2 +- pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 2a41259..3738615 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-tech-support-api description: Technical support api type: application -version: "0.34.0" -appVersion: "1.1.0" +version: "0.35.0" +appVersion: "1.2.0" dependencies: - name: microservice-chart version: 3.0.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index ccf3741..91dda6e 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -2,7 +2,7 @@ microservice-chart: namespace: "nodo" image: repository: ghcr.io/pagopa/pagopa-node-technical-support-worker - tag: '1.1.0' + tag: '1.2.0' readinessProbe: httpGet: path: /q/health/ready diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 523bfaf..b39b8f3 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -2,7 +2,7 @@ microservice-chart: namespace: "nodo" image: repository: ghcr.io/pagopa/pagopa-node-technical-support-worker - tag: '1.1.0' + tag: '1.2.0' readinessProbe: httpGet: path: /q/health/ready diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 99a047c..47c6670 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -2,7 +2,7 @@ microservice-chart: namespace: "nodo" image: repository: ghcr.io/pagopa/pagopa-node-technical-support-worker - tag: '1.1.0' + tag: '1.2.0' readinessProbe: httpGet: path: /q/health/ready diff --git a/openapi/openapi.json b/openapi/openapi.json index 0683adf..a63abe3 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Node technical support - API (DEV)", "termsOfService": "https://www.pagopa.gov.it/", - "version": "1.1.0" + "version": "1.2.0" }, "servers": [ { diff --git a/pom.xml b/pom.xml index 320691b..5d6cc1f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 it.gov.pagopa node-techical-support-worker - 1.1.0 + 1.2.0 3.11.0 1.18.26