diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 487a877..b98b5e2 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.36.0 -appVersion: 0.2.10 +version: 0.37.0 +appVersion: 0.2.11 dependencies: - name: microservice-chart version: 2.8.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 1c58f47..cb02d68 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.2.10" + tag: "0.2.11" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 3742c05..30f1d46 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.2.10" + tag: "0.2.11" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index b09b145..b4873dc 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.2.10" + tag: "0.2.11" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index 48f8f41..e2abe9e 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "title": "platform-authorizer-config", "description": "A microservice that provides a set of APIs to manage authorization records for the Authorizer system.", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.2.10" + "version": "0.2.11" }, "servers": [ { diff --git a/openapi/openapi_core.json b/openapi/openapi_core.json index aa38477..344dbeb 100644 --- a/openapi/openapi_core.json +++ b/openapi/openapi_core.json @@ -4,7 +4,7 @@ "title": "platform-authorizer-config", "description": "A microservice that provides a set of APIs to manage authorization records for the Authorizer system.", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.2.10" + "version": "0.2.11" }, "servers": [ { diff --git a/openapi/openapi_enrolledci.json b/openapi/openapi_enrolledci.json index 296e6e8..ec49bf6 100644 --- a/openapi/openapi_enrolledci.json +++ b/openapi/openapi_enrolledci.json @@ -4,7 +4,7 @@ "title": "platform-authorizer-config", "description": "A microservice that provides a set of APIs to manage authorization records for the Authorizer system.", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.2.10" + "version": "0.2.11" }, "servers": [ { diff --git a/pom.xml b/pom.xml index 76bc5b6..5a50d47 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ it.gov.pagopa platform-authorizer-config - 0.2.10 + 0.2.11 pagopa-platform-authorizer-config A microservice that provides a set of APIs to manage authorization records for the Authorizer system.