diff --git a/cmake/autogenerated_versions.txt b/cmake/autogenerated_versions.txt index 29ccf0cc41c..37f51ecd4a3 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 2) +SET(VERSION_REVISION 3) SET(VERSION_MAJOR 1) SET(VERSION_MINOR 4) -SET(VERSION_PATCH 1) -SET(VERSION_GITHASH 184f09f831989170e72cb0b881c918b36005e7a5) -SET(VERSION_DESCRIBE v1.4.1) -SET(VERSION_STRING 1.4.1) +SET(VERSION_PATCH 2) +SET(VERSION_GITHASH ec89390888e1238c6b4f6887dead2097fba8522f) +SET(VERSION_DESCRIBE v1.4.2) +SET(VERSION_STRING 1.4.2) # end of autochange diff --git a/debian/changelog b/debian/changelog index f937de275bd..9bd12d76eeb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -proton (1.4.1) unstable; urgency=low +proton (1.4.2) unstable; urgency=low * Modified source code - -- proton-robot Sun, 21 Jan 2024 20:57:00 +0000 + -- proton-robot Sat, 03 Feb 2024 19:35:58 +0000 diff --git a/docker/client/Dockerfile b/docker/client/Dockerfile index 07863e6eb56..61f26681d2f 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.4.1 +ARG version=1.4.2 RUN apt-get update \ diff --git a/docker/server/Dockerfile b/docker/server/Dockerfile index 1b48fa00824..fe20f04b77d 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.4.1 +ARG version=1.4.2 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 97f265e7c33..82ca754c461 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.4.1 +ARG version=1.4.2 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 f43a3131efe..f7fbe8b1b45 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[] { - "Jove Zhong", + "Gimi Liang", nullptr};