Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release risingwave-operator v0.7.2 #108

Merged
merged 1 commit into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/risingwave-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 13 additions & 0 deletions charts/risingwave-operator/crds/risingwave-operator.crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/risingwave-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down