From 7fae1b52b178ab95c8bb3119b417e65b0451687a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 10:52:17 +0200 Subject: [PATCH] Release v0.7.2 (#36) Updated to CNP 1.9.2 Co-authored-by: Philippe Scorsolini --- charts/cloud-native-postgresql/Chart.yaml | 4 ++-- charts/cloud-native-postgresql/README.md | 4 ++-- .../templates/crds/crds.yaml | 14 ++++++++++++++ charts/cloud-native-postgresql/values.yaml | 2 +- 4 files changed, 19 insertions(+), 5 deletions(-) diff --git a/charts/cloud-native-postgresql/Chart.yaml b/charts/cloud-native-postgresql/Chart.yaml index 40bf399..f1a76a2 100644 --- a/charts/cloud-native-postgresql/Chart.yaml +++ b/charts/cloud-native-postgresql/Chart.yaml @@ -18,13 +18,13 @@ description: Cloud Native Postgresql Helm Chart icon: https://www.enterprisedb.com/themes/custom/edb_bootstrap_sass/edb-logo-disc-dark-2.svg type: application -version: "0.7.1" +version: "0.7.2" # 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: "1.9.1" +appVersion: "1.9.2" sources: - https://github.com/EnterpriseDB/cloud-native-postgresql-helm diff --git a/charts/cloud-native-postgresql/README.md b/charts/cloud-native-postgresql/README.md index a9acfad..fa6f9ba 100644 --- a/charts/cloud-native-postgresql/README.md +++ b/charts/cloud-native-postgresql/README.md @@ -1,6 +1,6 @@ # cloud-native-postgresql -![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.1](https://img.shields.io/badge/AppVersion-1.9.1-informational?style=flat-square) +![Version: 0.7.2](https://img.shields.io/badge/Version-0.7.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.2](https://img.shields.io/badge/AppVersion-1.9.2-informational?style=flat-square) Cloud Native Postgresql Helm Chart @@ -30,7 +30,7 @@ Cloud Native Postgresql Helm Chart | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"quay.io/enterprisedb/cloud-native-postgresql"` | | -| image.tag | string | `"1.9.1"` | Overrides the image tag whose default is the chart appVersion. | +| image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. | | imagePullSecrets | list | `[]` | | | nameOverride | string | `""` | | | nodeSelector | object | `{}` | Nodeselector for the operator to be installed | diff --git a/charts/cloud-native-postgresql/templates/crds/crds.yaml b/charts/cloud-native-postgresql/templates/crds/crds.yaml index 62c204e..fbf18b9 100644 --- a/charts/cloud-native-postgresql/templates/crds/crds.yaml +++ b/charts/cloud-native-postgresql/templates/crds/crds.yaml @@ -2307,6 +2307,10 @@ spec: currentPrimary: description: Current primary instance type: string + currentPrimaryTimestamp: + description: The timestamp when the last actual promotion to primary + has occurred + type: string danglingPVC: description: List of all the PVCs created by this cluster and still available which are not attached to a Pod @@ -2447,6 +2451,10 @@ spec: description: Target primary instance, this is different from the previous one during a switchover or a failover type: string + targetPrimaryTimestamp: + description: The timestamp when the last request for a new primary + has occurred + type: string writeService: description: Current write pod type: string @@ -4292,6 +4300,9 @@ spec: currentPrimary: description: Current primary instance type: string + currentPrimaryTimestamp: + description: The timestamp of the current primary + type: string danglingPVC: description: List of all the PVCs created by this cluster and still available which are not attached to a Pod @@ -4426,6 +4437,9 @@ spec: description: Target primary instance, this is different from the previous one during a switchover or a failover type: string + targetPrimaryTimestamp: + description: The timestamp of the target primary + type: string writeService: description: Current write pod type: string diff --git a/charts/cloud-native-postgresql/values.yaml b/charts/cloud-native-postgresql/values.yaml index b48ec36..8ed9951 100644 --- a/charts/cloud-native-postgresql/values.yaml +++ b/charts/cloud-native-postgresql/values.yaml @@ -22,7 +22,7 @@ image: repository: quay.io/enterprisedb/cloud-native-postgresql pullPolicy: IfNotPresent # -- Overrides the image tag whose default is the chart appVersion. - tag: "1.9.1" + tag: "" imagePullSecrets: [] nameOverride: ""