From 378860a9e6c02b77861c76d0588cf722747638fa Mon Sep 17 00:00:00 2001 From: risingwave-ci <113648949+risingwave-ci@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:56:57 +0800 Subject: [PATCH] chore: release risingwave-operator v0.7.2 (#108) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: arkbriar <8898435+arkbriar@users.noreply.github.com> --- charts/risingwave-operator/Chart.yaml | 4 ++-- .../crds/risingwave-operator.crds.yaml | 13 +++++++++++++ charts/risingwave-operator/values.yaml | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/charts/risingwave-operator/Chart.yaml b/charts/risingwave-operator/Chart.yaml index 42de8f6..923353a 100644 --- a/charts/risingwave-operator/Chart.yaml +++ b/charts/risingwave-operator/Chart.yaml @@ -7,13 +7,13 @@ 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.1.16 +version: 0.1.17 # 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.7.1" +appVersion: "v0.7.2" home: https://www.risingwave.com icon: https://avatars.githubusercontent.com/u/77175557?s=48&v=4 diff --git a/charts/risingwave-operator/crds/risingwave-operator.crds.yaml b/charts/risingwave-operator/crds/risingwave-operator.crds.yaml index c24ca05..aa0fc39 100644 --- a/charts/risingwave-operator/crds/risingwave-operator.crds.yaml +++ b/charts/risingwave-operator/crds/risingwave-operator.crds.yaml @@ -30348,6 +30348,11 @@ spec: type: boolean type: object type: object + enableAdvertisingWithIP: + description: |- + Flag to control whether to enable advertising with IP. If enabled, the meta and compute nodes will be advertised + with their IP addresses. This is useful when one wants to avoid the DNS resolution overhead and latency. + type: boolean enableDefaultServiceMonitor: description: |- Flag to indicate if a default ServiceMonitor (from Prometheus operator) should be created by the controller. @@ -30556,6 +30561,14 @@ spec: - path type: object type: object + standaloneMode: + default: 0 + description: |- + StandaloneMode determines which style of command-line args should be used for the standalone mode. + 0 - auto detect by image version, 1 - the old standalone mode, 2 - standalone mode V2 (single-node). + This is only for backward compatibility and will be deprecated in the future. + format: int32 + type: integer stateStore: default: memory: true diff --git a/charts/risingwave-operator/values.yaml b/charts/risingwave-operator/values.yaml index 6776320..05f158c 100644 --- a/charts/risingwave-operator/values.yaml +++ b/charts/risingwave-operator/values.yaml @@ -61,7 +61,7 @@ serviceAccount: image: registry: docker.risingwave.com repository: risingwavelabs/risingwave-operator - tag: "v0.7.1" + tag: "v0.7.2" digest: "" ## @param image.pullPolicy Image pull policy ## Specify a imagePullPolicy