From b235817d2820a19cfe9d190a5c71bb77cd0e5fcf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 11:34:26 +0200 Subject: [PATCH] Release v0.2.0 (#100) installs release 0.6.0 of the PG4K-PGD operator Signed-off-by: Jaime Silvela --------- Signed-off-by: Jaime Silvela Co-authored-by: Jaime Silvela --- .../Chart.yaml | 4 +- .../README.md | 2 +- .../templates/crds/crds.yaml | 143 ++++++++++++++++-- 3 files changed, 134 insertions(+), 15 deletions(-) diff --git a/charts/edb-postgres-distributed-for-kubernetes/Chart.yaml b/charts/edb-postgres-distributed-for-kubernetes/Chart.yaml index 4e885d6..20a1d1c 100644 --- a/charts/edb-postgres-distributed-for-kubernetes/Chart.yaml +++ b/charts/edb-postgres-distributed-for-kubernetes/Chart.yaml @@ -17,12 +17,12 @@ name: edb-postgres-distributed-for-kubernetes description: EDB Postgres Distributed for Kubernetes Helm Chart icon: https://www.enterprisedb.com/themes/custom/edb_bootstrap_sass/edb-logo-disc-dark-2.svg type: application -version: "0.1.0" +version: "0.2.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: "0.5.0" +appVersion: "0.6.0" dependencies: - name: "cert-manager" diff --git a/charts/edb-postgres-distributed-for-kubernetes/README.md b/charts/edb-postgres-distributed-for-kubernetes/README.md index dfc67c5..f719349 100644 --- a/charts/edb-postgres-distributed-for-kubernetes/README.md +++ b/charts/edb-postgres-distributed-for-kubernetes/README.md @@ -1,6 +1,6 @@ # edb-postgres-distributed-for-kubernetes -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0](https://img.shields.io/badge/AppVersion-0.5.0-informational?style=flat-square) +![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.0](https://img.shields.io/badge/AppVersion-0.6.0-informational?style=flat-square) EDB Postgres Distributed for Kubernetes Helm Chart diff --git a/charts/edb-postgres-distributed-for-kubernetes/templates/crds/crds.yaml b/charts/edb-postgres-distributed-for-kubernetes/templates/crds/crds.yaml index d6037d1..f02cc6e 100644 --- a/charts/edb-postgres-distributed-for-kubernetes/templates/crds/crds.yaml +++ b/charts/edb-postgres-distributed-for-kubernetes/templates/crds/crds.yaml @@ -106,6 +106,10 @@ spec: jsonPath: .status.phase name: Phase type: string + - description: Additional details about the phase + jsonPath: .status.phaseDetails + name: Phase Details + type: string - jsonPath: .metadata.creationTimestamp name: Age type: date @@ -417,12 +421,12 @@ spec: pattern: ^[1-9][0-9]*[dwm]$ type: string target: - default: primary + default: prefer-standby description: The policy to decide which instance should perform backups. Available options are empty string, which will - default to `primary` policy, `primary` to have backups run - always on primary instances, `prefer-standby` to have backups - run preferably on the most updated standby, if available. + default to `prefer-standby` policy, `primary` to have backups + run always on primary instances, `prefer-standby` to have + backups run preferably on the most updated standby, if available. enum: - primary - prefer-standby @@ -468,10 +472,10 @@ spec: target: description: The policy to decide which instance should perform this backup. If empty, it defaults to `cluster.spec.backup.target`. - Available options are empty string, which will default to - `primary` policy, `primary` to have backups run always on - primary instances, `prefer-standby` to have backups run - preferably on the most updated standby, if available. + Available options are empty string, `primary` and `prefer-standby`. + `primary` to have backups run always on primary instances, + `prefer-standby` to have backups run preferably on the most + updated standby, if available. enum: - primary - prefer-standby @@ -1575,6 +1579,29 @@ spec: enabled: description: True if we want to have TDE enabled type: boolean + passphraseCommand: + description: PassphraseCommand is the command executed + to get the passphrase that will be passed to the + OpenSSL command to encrypt and decrypt + properties: + key: + description: The key of the secret to select from. Must + be a valid secret key. + type: string + name: + description: 'Name of the referent. More info: + https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + TODO: Add other useful fields. apiVersion, kind, + uid?' + type: string + optional: + description: Specify whether the Secret or its + key must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic secretKeyRef: description: Reference to the secret that contains the encryption key @@ -1597,6 +1624,50 @@ spec: - key type: object x-kubernetes-map-type: atomic + unwrapCommand: + description: UnwrapCommand is the decryption command + provided by the user + properties: + key: + description: The key of the secret to select from. Must + be a valid secret key. + type: string + name: + description: 'Name of the referent. More info: + https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + TODO: Add other useful fields. apiVersion, kind, + uid?' + type: string + optional: + description: Specify whether the Secret or its + key must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + wrapCommand: + description: WrapCommand is the encrypt command provided + by the user + properties: + key: + description: The key of the secret to select from. Must + be a valid secret key. + type: string + name: + description: 'Name of the referent. More info: + https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + TODO: Add other useful fields. apiVersion, kind, + uid?' + type: string + optional: + description: Specify whether the Secret or its + key must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic type: object type: object ldap: @@ -1722,7 +1793,8 @@ spec: description: "Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container. \n This is an alpha field and requires enabling the DynamicResourceAllocation - feature gate. \n This field is immutable." + feature gate. \n This field is immutable. It can only be + set for containers." items: description: ResourceClaim references one entry in PodSpec.ResourceClaims. properties: @@ -1914,7 +1986,8 @@ spec: defined in spec.resourceClaims, that are used by this container. \n This is an alpha field and requires enabling the DynamicResourceAllocation feature gate. - \n This field is immutable." + \n This field is immutable. It can only be set for + containers." items: description: ResourceClaim references one entry in PodSpec.ResourceClaims. @@ -2157,7 +2230,8 @@ spec: defined in spec.resourceClaims, that are used by this container. \n This is an alpha field and requires enabling the DynamicResourceAllocation feature gate. - \n This field is immutable." + \n This field is immutable. It can only be set for + containers." items: description: ResourceClaim references one entry in PodSpec.ResourceClaims. @@ -4286,6 +4360,12 @@ spec: required: - tls type: object + failingFinalizerTimeLimitSeconds: + default: 300 + description: The amount of seconds for the finalizer to start correctly, + measured from the deletion timestamp + format: int32 + type: integer imageName: description: Name of the container image, supporting both tags (`:`) and digests for deterministic and repeatable deployments (`:@sha256:`) @@ -4350,6 +4430,30 @@ spec: to a PostgreSQL cluster type: object type: array + discoveryJob: + default: + delay: 10 + retries: 30 + timeout: 300 + description: DiscoveryJob the configuration of the PGD Discovery + job + properties: + delay: + default: 10 + description: Delay amount of time to sleep between retries, + measured in seconds + type: integer + retries: + default: 30 + description: Retries how many times the operation should be + retried + type: integer + timeout: + default: 300 + description: Timeout amount of time given to the operation + to succeed, measured in seconds + type: integer + type: object globalRouting: description: GlobalRouting is true when global routing is enabled, and in this case the proxies will be created in the parent group @@ -4374,9 +4478,17 @@ spec: type: string minItems: 1 type: array + type: + default: always + description: The type of SQLMutation + enum: + - always + - beforeSubgroupRaft + type: string required: - exec - isApplied + - type type: object type: array nodeGroupSettings: @@ -5401,7 +5513,8 @@ spec: description: "Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container. \n This is an alpha field and requires enabling the DynamicResourceAllocation - feature gate. \n This field is immutable." + feature gate. \n This field is immutable. It can only be + set for containers." items: description: ResourceClaim references one entry in PodSpec.ResourceClaims. properties: @@ -6056,6 +6169,9 @@ spec: node_group_name: description: NodeGroupName is the name of the joined group type: string + node_kind_name: + description: 'The kind of node: witness or data' + type: string node_name: description: Name of the node type: string @@ -6072,6 +6188,9 @@ spec: phase: description: The initialization phase of this cluster type: string + phaseDetails: + description: The details of the current phase + type: string restore: description: The status of the restore process properties: