Skip to content

Commit

Permalink
[Enhancement] upgrade staros to v3.1-rc8 (#28152)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincai authored Jul 28, 2023
1 parent 2c446ea commit d85401d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/dockerfiles/dev-env/dev-env.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG predownload_thirdparty=false
ARG thirdparty_url=https://cdn-thirdparty.starrocks.com/starrocks-thirdparty-main-20230720.tar
ARG commit_id
# check thirdparty/starlet-artifacts-version.sh, to get the right tag
ARG starlet_tag=v3.1-rc7
ARG starlet_tag=v3.1-rc8
# build for which linux distro: centos7|ubuntu
ARG distro=ubuntu

Expand Down
4 changes: 2 additions & 2 deletions fe/fe-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -717,12 +717,12 @@ under the License.
<dependency>
<groupId>com.starrocks</groupId>
<artifactId>starclient</artifactId>
<version>3.1-rc7</version>
<version>3.1-rc8</version>
</dependency>
<dependency>
<groupId>com.starrocks</groupId>
<artifactId>starmanager</artifactId>
<version>3.1-rc7</version>
<version>3.1-rc8</version>
</dependency>

<!-- https://mvnrepository.com/artifact/io.opentelemetry/opentelemetry-api -->
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/starlet-artifacts-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# https://hub.docker.com/r/starrocks/starlet-artifacts-centos7/tags
#
# Update the following tag when STARLET releases a new version.
export STARLET_ARTIFACTS_TAG=v3.1-rc7
export STARLET_ARTIFACTS_TAG=v3.1-rc8

0 comments on commit d85401d

Please sign in to comment.