Skip to content

Commit

Permalink
chore: update version to 1.7.1 (#15625)
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjw806 committed Mar 12, 2024
1 parent bbdb49d commit 3a545de
Show file tree
Hide file tree
Showing 9 changed files with 59 additions and 59 deletions.
102 changes: 51 additions & 51 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ exclude = ["e2e_test/udf/wasm", "lints"]
resolver = "2"

[workspace.package]
version = "1.7.0"
version = "1.7.1"
edition = "2021"
homepage = "https://github.com/risingwavelabs/risingwave"
keywords = ["sql", "database", "streaming"]
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-distributed.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
version: "3"
x-image: &image
image: ${RW_IMAGE:-risingwavelabs/risingwave:v1.7.0}
image: ${RW_IMAGE:-risingwavelabs/risingwave:v1.7.1}
services:
compactor-0:
<<: *image
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-with-azblob.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
version: "3"
x-image: &image
image: ${RW_IMAGE:-risingwavelabs/risingwave:v1.7.0}
image: ${RW_IMAGE:-risingwavelabs/risingwave:v1.7.1}
services:
risingwave-standalone:
<<: *image
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-with-gcs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
version: "3"
x-image: &image
image: ${RW_IMAGE:-risingwavelabs/risingwave:v1.7.0}
image: ${RW_IMAGE:-risingwavelabs/risingwave:v1.7.1}
services:
risingwave-standalone:
<<: *image
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-with-obs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
version: "3"
x-image: &image
image: ${RW_IMAGE:-risingwavelabs/risingwave:v1.7.0}
image: ${RW_IMAGE:-risingwavelabs/risingwave:v1.7.1}
services:
risingwave-standalone:
<<: *image
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-with-oss.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
version: "3"
x-image: &image
image: ${RW_IMAGE:-risingwavelabs/risingwave:v1.7.0}
image: ${RW_IMAGE:-risingwavelabs/risingwave:v1.7.1}
services:
risingwave-standalone:
<<: *image
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-with-s3.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
version: "3"
x-image: &image
image: ${RW_IMAGE:-risingwavelabs/risingwave:v1.7.0}
image: ${RW_IMAGE:-risingwavelabs/risingwave:v1.7.1}
services:
risingwave-standalone:
<<: *image
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
version: "3"
x-image: &image
image: ${RW_IMAGE:-risingwavelabs/risingwave:v1.7.0}
image: ${RW_IMAGE:-risingwavelabs/risingwave:v1.7.1}
services:
risingwave-standalone:
<<: *image
Expand Down

0 comments on commit 3a545de

Please sign in to comment.