From c2ba1c6df2af72c63d4b0ff4fbf2b6f631f03edc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 20:46:06 -0300 Subject: [PATCH] Release v0.12.0 (#57) --- charts/cloud-native-postgresql/Chart.yaml | 4 +- .../templates/crds/crds.yaml | 95 ++++++++++++++++--- 2 files changed, 85 insertions(+), 14 deletions(-) diff --git a/charts/cloud-native-postgresql/Chart.yaml b/charts/cloud-native-postgresql/Chart.yaml index cbf0a1e..0750d9f 100644 --- a/charts/cloud-native-postgresql/Chart.yaml +++ b/charts/cloud-native-postgresql/Chart.yaml @@ -17,12 +17,12 @@ name: cloud-native-postgresql 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.11.0" +version: "0.12.0" # 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.13.0" +appVersion: "1.14.0" sources: - https://github.com/EnterpriseDB/cloud-native-postgresql-helm keywords: diff --git a/charts/cloud-native-postgresql/templates/crds/crds.yaml b/charts/cloud-native-postgresql/templates/crds/crds.yaml index 6b7e779..7166d3c 100644 --- a/charts/cloud-native-postgresql/templates/crds/crds.yaml +++ b/charts/cloud-native-postgresql/templates/crds/crds.yaml @@ -173,6 +173,29 @@ spec: error: description: The detected error type: string + googleCredentials: + description: The credentials to use to upload data to Google Cloud + Storage + properties: + applicationCredentials: + description: The secret containing the Google Cloud Storage JSON + file with the credentials + properties: + key: + description: The key to select + type: string + name: + description: Name of the referent. + type: string + required: + - key + - name + type: object + gkeEnvironment: + description: If set to true, will presume that it's running inside + a GKE environment, default to false. + type: boolean + type: object instanceID: description: Information to identify the instance where the backup has been taken from @@ -203,6 +226,10 @@ spec: - key - name type: object + inheritFromIAMRole: + description: Use the role based authentication without providing + explicitly the keys. + type: boolean secretAccessKey: description: The reference to the secret access key properties: @@ -216,9 +243,6 @@ spec: - key - name type: object - required: - - accessKeyId - - secretAccessKey type: object serverName: description: The server name on S3, the cluster name is used if this @@ -1001,7 +1025,7 @@ spec: description: The configuration for the barman-cloud tool suite properties: azureCredentials: - description: The credentials to use to upload data in Azure + description: The credentials to use to upload data to Azure Blob Storage properties: connectionString: @@ -1124,6 +1148,29 @@ spec: description: Endpoint to be used to upload data to the cloud, overriding the automatic endpoint discovery type: string + googleCredentials: + description: The credentials to use to upload data to Google + Cloud Storage + properties: + applicationCredentials: + description: The secret containing the Google Cloud Storage + JSON file with the credentials + properties: + key: + description: The key to select + type: string + name: + description: Name of the referent. + type: string + required: + - key + - name + type: object + gkeEnvironment: + description: If set to true, will presume that it's running + inside a GKE environment, default to false. + type: boolean + type: object historyTags: additionalProperties: type: string @@ -1146,6 +1193,10 @@ spec: - key - name type: object + inheritFromIAMRole: + description: Use the role based authentication without + providing explicitly the keys. + type: boolean secretAccessKey: description: The reference to the secret access key properties: @@ -1159,9 +1210,6 @@ spec: - key - name type: object - required: - - accessKeyId - - secretAccessKey type: object serverName: description: The server name on S3, the cluster name is used @@ -1454,7 +1502,7 @@ spec: description: The configuration for the barman-cloud tool suite properties: azureCredentials: - description: The credentials to use to upload data in Azure + description: The credentials to use to upload data to Azure Blob Storage properties: connectionString: @@ -1577,6 +1625,29 @@ spec: description: Endpoint to be used to upload data to the cloud, overriding the automatic endpoint discovery type: string + googleCredentials: + description: The credentials to use to upload data to Google + Cloud Storage + properties: + applicationCredentials: + description: The secret containing the Google Cloud + Storage JSON file with the credentials + properties: + key: + description: The key to select + type: string + name: + description: Name of the referent. + type: string + required: + - key + - name + type: object + gkeEnvironment: + description: If set to true, will presume that it's + running inside a GKE environment, default to false. + type: boolean + type: object historyTags: additionalProperties: type: string @@ -1599,6 +1670,10 @@ spec: - key - name type: object + inheritFromIAMRole: + description: Use the role based authentication without + providing explicitly the keys. + type: boolean secretAccessKey: description: The reference to the secret access key properties: @@ -1612,9 +1687,6 @@ spec: - key - name type: object - required: - - accessKeyId - - secretAccessKey type: object serverName: description: The server name on S3, the cluster name is @@ -1759,7 +1831,6 @@ spec: and digests for deterministic and repeatable deployments (`:@sha256:`) type: string imagePullPolicy: - default: IfNotPresent description: 'Image pull policy. One of `Always`, `Never` or `IfNotPresent`. If not defined, it defaults to `IfNotPresent`. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images'