From bee5153b52615bc9f16d7d136c93b1fbf7f5116b Mon Sep 17 00:00:00 2001 From: DevOps Bot Date: Mon, 29 Sep 2025 15:08:13 +0000 Subject: [PATCH] feat: upgrade PeerDB release version to --- .env.template | 2 +- peerdb-catalog/Chart.yaml | 4 ++-- peerdb-catalog/README.md | 2 +- peerdb/Chart.yaml | 4 ++-- peerdb/README.md | 4 ++-- peerdb/values.yaml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.env.template b/.env.template index 04a4c96..9fef19b 100644 --- a/.env.template +++ b/.env.template @@ -27,7 +27,7 @@ TEMPORAL_SSL_MODE=false # Should be false if using in-cluster catalog, set true # PEERDB SETTINGS # env variables for peerdb deployment -PEERDB_VERSION=stable-v0.34.2 +PEERDB_VERSION=stable-v0.34.3 # name of the database that will be used by peerdb. PEERDB_CATALOG_DATABASE=peerdb_catalog_db PEERDB_CATALOG_CREDS_SECRET_NAME=catalog-db-manual-creds diff --git a/peerdb-catalog/Chart.yaml b/peerdb-catalog/Chart.yaml index d5a8375..2128301 100644 --- a/peerdb-catalog/Chart.yaml +++ b/peerdb-catalog/Chart.yaml @@ -13,12 +13,12 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.9.2 +version: 0.9.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.34.2" +appVersion: "v0.34.3" maintainers: - name: PeerDB Inc. url: https://peerdb.io/ diff --git a/peerdb-catalog/README.md b/peerdb-catalog/README.md index 249949e..bfc5963 100644 --- a/peerdb-catalog/README.md +++ b/peerdb-catalog/README.md @@ -1,6 +1,6 @@ # peerdb-catalog -![Version: 0.9.2](https://img.shields.io/badge/Version-0.9.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.34.2](https://img.shields.io/badge/AppVersion-v0.34.2-informational?style=flat-square) +![Version: 0.9.3](https://img.shields.io/badge/Version-0.9.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.34.3](https://img.shields.io/badge/AppVersion-v0.34.3-informational?style=flat-square) A Helm chart for Kubernetes diff --git a/peerdb/Chart.yaml b/peerdb/Chart.yaml index 39e870b..cd783c2 100644 --- a/peerdb/Chart.yaml +++ b/peerdb/Chart.yaml @@ -25,9 +25,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.9.2 +version: 0.9.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.34.2" +appVersion: "v0.34.3" diff --git a/peerdb/README.md b/peerdb/README.md index 8235772..5e41e7b 100644 --- a/peerdb/README.md +++ b/peerdb/README.md @@ -1,6 +1,6 @@ # peerdb -![Version: 0.9.2](https://img.shields.io/badge/Version-0.9.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.34.2](https://img.shields.io/badge/AppVersion-v0.34.2-informational?style=flat-square) +![Version: 0.9.3](https://img.shields.io/badge/Version-0.9.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.34.3](https://img.shields.io/badge/AppVersion-v0.34.3-informational?style=flat-square) Install PeerDB along with Temporal. @@ -181,7 +181,7 @@ Install PeerDB along with Temporal. | peerdb.service.port | int | `9900` | | | peerdb.service.targetPort | int | `9900` | | | peerdb.service.type | string | `"ClusterIP"` | | -| peerdb.version | string | `"stable-v0.34.2"` | This version is overridden by .env file if the install_peerdb.sh script is being used In that case, either update the .env file or override it via values.customer.yaml when installing | +| peerdb.version | string | `"stable-v0.34.3"` | This version is overridden by .env file if the install_peerdb.sh script is being used In that case, either update the .env file or override it via values.customer.yaml when installing | | peerdbUI.credentials.nexauthExistingSecret | string | `""` | Use this existing secret for nexauth_secret. Must have `UI_NEXTAUTH_SECRET` key. | | peerdbUI.credentials.nexauth_secret | string | `""` | | | peerdbUI.credentials.password | string | `"_PEERDB_PASSWORD_"` | | diff --git a/peerdb/values.yaml b/peerdb/values.yaml index aca6a83..fe2f9ac 100644 --- a/peerdb/values.yaml +++ b/peerdb/values.yaml @@ -304,7 +304,7 @@ peerdb: replicaCount: 4 # -- This version is overridden by .env file if the install_peerdb.sh script is being used # In that case, either update the .env file or override it via values.customer.yaml when installing - version: stable-v0.34.2 + version: stable-v0.34.3 image: repository: ghcr.io/peerdb-io/peerdb-server pullPolicy: Always