From f4a72914cb547d43529c4f8c873a0713b9d8806b Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Fri, 1 Sep 2023 11:24:00 +0000 Subject: [PATCH] Bump to version 0.1.0 [skip ci] --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 4 ++-- helm/values-prod.yaml | 4 ++-- helm/values-uat.yaml | 4 ++-- openapi/openapi_core.json | 2 +- openapi/openapi_enrolledci.json | 2 +- pom.xml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 68bc968..b14e5b6 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-platform-authorizer-config description: Microservice that provides a set of APIs to manage authorization records for the Authorizer system. type: application -version: 0.19.0 -appVersion: 0.0.3 +version: 0.20.0 +appVersion: 0.1.0 dependencies: - name: microservice-chart version: 1.21.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 47a975e..652e8c6 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-platform-authorizer-config - tag: "0.0.3" + tag: "0.1.0" pullPolicy: Always livenessProbe: httpGet: @@ -112,7 +112,7 @@ microservice-chart: create: false image: repository: ghcr.io/pagopa/pagopa-platform-authorizer-config - tag: "0.0.3" + tag: "0.1.0" pullPolicy: Always envConfig: {} envSecret: {} diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 2d707f2..6e5d10d 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-platform-authorizer-config - tag: "0.0.3" + tag: "0.1.0" pullPolicy: Always livenessProbe: httpGet: @@ -112,7 +112,7 @@ microservice-chart: create: true image: repository: ghcr.io/pagopa/pagopa-platform-authorizer-config - tag: "0.0.3" + tag: "0.1.0" pullPolicy: Always envConfig: {} envSecret: {} diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index dc9100f..bd234aa 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-platform-authorizer-config - tag: "0.0.3" + tag: "0.1.0" pullPolicy: Always livenessProbe: httpGet: @@ -112,7 +112,7 @@ microservice-chart: create: true image: repository: ghcr.io/pagopa/pagopa-platform-authorizer-config - tag: "0.0.3" + tag: "0.1.0" pullPolicy: Always envConfig: {} envSecret: {} diff --git a/openapi/openapi_core.json b/openapi/openapi_core.json index 9b59f90..e59d82d 100644 --- a/openapi/openapi_core.json +++ b/openapi/openapi_core.json @@ -4,7 +4,7 @@ "title": "@project.artifactId@", "description": "@project.description@", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.0.3" + "version": "0.1.0" }, "servers": [ { diff --git a/openapi/openapi_enrolledci.json b/openapi/openapi_enrolledci.json index e385cde..8c0f6d4 100644 --- a/openapi/openapi_enrolledci.json +++ b/openapi/openapi_enrolledci.json @@ -4,7 +4,7 @@ "title": "@project.artifactId@", "description": "@project.description@", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.0.3" + "version": "0.1.0" }, "servers": [ { diff --git a/pom.xml b/pom.xml index 66991af..652dbec 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ it.gov.pagopa platform-authorizer-config - 0.0.3 + 0.1.0 pagopa-platform-authorizer-config A microservice that provides a set of APIs to manage authorization records for the Authorizer system.