From ff07214cae7b6553768cd8f65825f2f53fa01479 Mon Sep 17 00:00:00 2001 From: Pietro Tota <115724836+pietro-tota@users.noreply.github.com> Date: Wed, 19 Jul 2023 16:26:03 +0200 Subject: [PATCH 1/2] feat(dependencies): update commons version (#63) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index da57ce53..0532bb1a 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 17 3.0.0 4.0.0 - 0.19.0 + 0.19.2 2.28.0 0.8.8 3.10.1 From da810fc9c9e47e85c6900f11a147ef351b2a3086 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot <> Date: Wed, 19 Jul 2023 14:34:07 +0000 Subject: [PATCH 2/2] Bump version [skip ci] --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 2 +- helm/values-prod.yaml | 2 +- helm/values-uat.yaml | 2 +- pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 0a5e573f..f43a4c2f 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-ecommerce-transactions-scheduler-service description: Microservice that perform scheduled operations on pending transactions type: application -version: 0.3.0 -appVersion: 0.3.0 +version: 0.3.1 +appVersion: 0.3.1 dependencies: - name: microservice-chart version: 2.3.1 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index a3d354a9..e6ea8cfc 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "pagopaecommercetxschedulerservice-microservice-chart" image: repository: pagopadcommonacr.azurecr.io/pagopaecommercetransactionsschedulerservice - tag: "0.3.0" + tag: "0.3.1" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 87c550e7..9b76c6db 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -42,7 +42,7 @@ microservice-chart: OTEL_EXPORTER_OTLP_HEADERS: elastic-otel-token-header image: repository: pagopapcommonacr.azurecr.io/pagopaecommercetransactionsschedulerservice - tag: "0.3.0" + tag: "0.3.1" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 675e6f19..1afcfe96 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -41,7 +41,7 @@ microservice-chart: OTEL_EXPORTER_OTLP_HEADERS: elastic-otel-token-header image: repository: pagopaucommonacr.azurecr.io/pagopaecommercetransactionsschedulerservice - tag: "0.3.0" + tag: "0.3.1" pullPolicy: Always livenessProbe: httpGet: diff --git a/pom.xml b/pom.xml index 0532bb1a..79375636 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ it.pagopa.ecommerce pagopa-ecommerce-transactions-scheduler-service - 0.3.0 + 0.3.1 pagopa-ecommerce-transactions-scheduler-service pagoPA ecommerce microservice to check perform scheduled operations on transactions such as analyze pending transactions