diff --git a/cmake/autogenerated_versions.txt b/cmake/autogenerated_versions.txt index 1f6865b6e0..0c1f3b5b9d 100644 --- a/cmake/autogenerated_versions.txt +++ b/cmake/autogenerated_versions.txt @@ -2,11 +2,11 @@ # NOTE: has nothing common with DBMS_TCP_PROTOCOL_VERSION, # only DBMS_TCP_PROTOCOL_VERSION should be incremented on protocol changes. -SET(VERSION_REVISION 26) +SET(VERSION_REVISION 27) SET(VERSION_MAJOR 1) SET(VERSION_MINOR 6) -SET(VERSION_PATCH 4) -SET(VERSION_GITHASH cf5f846dde2f6dbc60e69bc193f659ea6a16f58e) -SET(VERSION_DESCRIBE v1.6.4) -SET(VERSION_STRING 1.6.4) +SET(VERSION_PATCH 5) +SET(VERSION_GITHASH dccb20ff777b20f7ec63c9d2aa7a02de2949a76a) +SET(VERSION_DESCRIBE v1.6.5) +SET(VERSION_STRING 1.6.5) # end of autochange diff --git a/debian/changelog b/debian/changelog index 79f0399c8c..1b5887c0ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -proton (1.6.4) unstable; urgency=low +proton (1.6.5) unstable; urgency=low * Modified source code - -- proton-robot Wed, 04 Dec 2024 09:43:41 +0000 + -- proton-robot Mon, 09 Dec 2024 14:20:15 +0000 diff --git a/docker/client/Dockerfile b/docker/client/Dockerfile index c7650e3a73..219198b5f1 100644 --- a/docker/client/Dockerfile +++ b/docker/client/Dockerfile @@ -5,7 +5,7 @@ ARG apt_archive="http://archive.ubuntu.com" RUN sed -i "s|http://archive.ubuntu.com|$apt_archive|g" /etc/apt/sources.list ARG repository="deb https://repo.clickhouse.com/deb/stable/ main/" -ARG version=1.6.4 +ARG version=1.6.5 RUN apt-get update \ diff --git a/docker/server/Dockerfile b/docker/server/Dockerfile index cbe884a921..82e896b8e2 100644 --- a/docker/server/Dockerfile +++ b/docker/server/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:20.04 # FIXME, XXX, timeplus deb repo # ARG repository="deb https://repo.timeplus/deb/stable/ main/" ARG repository="" -ARG version=1.6.4 +ARG version=1.6.5 ARG gosu_ver=1.10 # set non-empty deb_location_url url to create a docker image diff --git a/docker/test/Dockerfile b/docker/test/Dockerfile index 4743ab8f62..b3a30d28ba 100644 --- a/docker/test/Dockerfile +++ b/docker/test/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:18.04 ARG repository="deb https://repo.clickhouse.com/deb/stable/ main/" -ARG version=1.6.4 +ARG version=1.6.5 RUN apt-get update && \ apt-get install -y apt-transport-https dirmngr && \ diff --git a/src/Storages/System/StorageSystemContributors.generated.cpp b/src/Storages/System/StorageSystemContributors.generated.cpp index ad031dbfbb..4f5b8d12eb 100644 --- a/src/Storages/System/StorageSystemContributors.generated.cpp +++ b/src/Storages/System/StorageSystemContributors.generated.cpp @@ -1,4 +1,4 @@ // autogenerated by src/Storages/System/StorageSystemContributors.sh const char * auto_contributors[] { - "yun", + "Qijun Niu", nullptr};