Skip to content

Commit

Permalink
Bump to version 0.6.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed Aug 30, 2023
1 parent 63e1a10 commit 0617dc5
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: pagopa-api-cache-chart
description: Microservice that handles calculation for pagoPA Advanced Fees Management
type: application
version: 0.1.0
version: 0.2.0
dependencies:
- name: microservice-chart
version: 3.0.0
Expand All @@ -24,4 +24,4 @@ dependencies:
repository: "https://pagopa.github.io/aks-microservice-chart-blueprint"
alias: oracleprod
condition: oracleprod.enabled
appVersion: 0.6.0-10-PAGOPA-1135-sviluppo-migrazione-api-config-cache
appVersion: 0.6.1
4 changes: 2 additions & 2 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ oracleprod:
DB_CONFIG_PASSWORD: "oracle-db-cfg-prod-password"
microservice-chart:
image:
tag: 0.6.0-10-PAGOPA-1135-sviluppo-migrazione-api-config-cache
tag: 0.6.1
canaryDelivery:
deployment:
image:
tag: 0.6.0-10-PAGOPA-1135-sviluppo-migrazione-api-config-cache
tag: 0.6.1
4 changes: 2 additions & 2 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ oracleprod:
DB_CONFIG_PASSWORD: "oracle-db-cfg-password"
microservice-chart:
image:
tag: 0.6.0-10-PAGOPA-1135-sviluppo-migrazione-api-config-cache
tag: 0.6.1
canaryDelivery:
deployment:
image:
tag: 0.6.0-10-PAGOPA-1135-sviluppo-migrazione-api-config-cache
tag: 0.6.1
4 changes: 2 additions & 2 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ oracleprod:
enabled: false
microservice-chart:
image:
tag: 0.6.0-10-PAGOPA-1135-sviluppo-migrazione-api-config-cache
tag: 0.6.1
canaryDelivery:
deployment:
image:
tag: 0.6.0-10-PAGOPA-1135-sviluppo-migrazione-api-config-cache
tag: 0.6.1
2 changes: 1 addition & 1 deletion openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "API-Config Cacher",
"description": "Generate cache for regarding Nodo dei Pagamenti configuration",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "0.6.0-10-PAGOPA-1135-sviluppo-migrazione-api-config-cache"
"version": "0.6.1"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi_fdrv1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "API-Config Cacher",
"description": "Generate cache for regarding Nodo dei Pagamenti configuration",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "0.6.0-10-PAGOPA-1135-sviluppo-migrazione-api-config-cache"
"version": "0.6.1"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi_nodev1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "API-Config Cacher",
"description": "Generate cache for regarding Nodo dei Pagamenti configuration",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "0.6.0-10-PAGOPA-1135-sviluppo-migrazione-api-config-cache"
"version": "0.6.1"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi_verifierv1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "API-Config Cacher",
"description": "Generate cache for regarding Nodo dei Pagamenti configuration",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "0.6.0-10-PAGOPA-1135-sviluppo-migrazione-api-config-cache"
"version": "0.6.1"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>it.gov.pagopa.api-config</groupId>
<artifactId>cache</artifactId>
<version>0.6.0-10-PAGOPA-1135-sviluppo-migrazione-api-config-cache</version>
<version>0.6.1</version>
<name>API-Config Cacher</name>
<description>Generate cache for regarding Nodo dei Pagamenti configuration</description>

Expand Down

0 comments on commit 0617dc5

Please sign in to comment.