chore(deps): update ghcr.io/risingwavelabs/risingwave docker tag to v2.2.0 #10821
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.1.3
->v2.2.0
Release Notes
risingwavelabs/risingwave (ghcr.io/risingwavelabs/risingwave)
v2.2.0
Compare Source
release v2.2.0
Main changes
SQL features
EXPLAIN FORMAT JSON
. https://github.com/risingwavelabs/risingwave/pull/19041EXPLAIN FORMAT (XML | YAML)
. https://github.com/risingwavelabs/risingwave/pull/19400ALTER...SWAP WITH...
syntax for tables, materialized views, views, sources, sinks, and subscriptions. https://github.com/risingwavelabs/risingwave/pull/19172ALTER SECRET
. https://github.com/risingwavelabs/risingwave/pull/19495SQL functions & operators:
rw_internal_table_info
. https://github.com/risingwavelabs/risingwave/pull/19642rw_rate_limit
. https://github.com/risingwavelabs/risingwave/pull/19466Connectors
postgres_sink
in Rust. https://github.com/risingwavelabs/risingwave/pull/19328mysql_query
TVF. https://github.com/risingwavelabs/risingwave/pull/19071stream_switch_jdbc_pg_to_native
to switch fromconnector='jdbc'
toconnector='postgres'
for JDBC Postgres sinks. https://github.com/risingwavelabs/risingwave/pull/19703Ref
insideRef
, except circular dependency, for Avro encoding. [#19601][https://github.com/risingwavelabs/risingwave/pull/19601](https://redirect.github.com/risingwavelabs/risingwave/pull/19601)1) [#19701][https://github.com/risingwavelabs/risingwave/pull/19701](https://redirect.github.com/risingwavelabs/risingwave/pull/19701)1) [#19746][https://github.com/risingwavelabs/risingwave/pull/19746](https://redirect.github.com/risingwavelabs/risingwave/pull/19746)6)messages_as_jsonb
for source’s Protobuf encoding when creating a source or table. https://github.com/risingwavelabs/risingwave/pull/19935_rw_timestamp
system column for tables. https://github.com/risingwavelabs/risingwave/pull/19232catalog.credential
,catalog.scope
,catalog.oauth2-server-uri
, orcatalog.token
. https://github.com/risingwavelabs/risingwave/pull/19406commit_checkpoint_interval
when creating Iceberg engine tables. The default value is60
. https://github.com/risingwavelabs/risingwave/pull/19738INCLUDE parititon
when creating MQTT sources to include which topic each message is from. https://github.com/risingwavelabs/risingwave/pull/19017INCLUDE subject
when creating NATS sources. https://github.com/risingwavelabs/risingwave/pull/19708biggquery.credentials
. https://github.com/risingwavelabs/risingwave/pull/19798Installation and deployment
Cluster configuration changes
batch_expr_strict_mode
to control if the query fails or fills the table withNULL
values during expression evaluation failures. https://github.com/risingwavelabs/risingwave/pull/19562backfill_rate_limit
to configure source backfill. https://github.com/risingwavelabs/risingwave/pull/19445dml_rate_limit
. https://github.com/risingwavelabs/risingwave/pull/19679Assets
docker run -it --pull=always -p 4566:4566 -p 5691:5691 risingwavelabs/risingwave:v2.2.0-standalone single_node
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.