From 76a96ce621af72b1752df087a69125ca67d05698 Mon Sep 17 00:00:00 2001 From: proton-robot Date: Fri, 6 Sep 2024 03:13:38 +0000 Subject: [PATCH] Auto version update to [1.5.17] [21] --- cmake/autogenerated_versions.txt | 10 +++++----- debian/changelog | 4 ++-- docker/client/Dockerfile | 2 +- docker/server/Dockerfile | 2 +- docker/test/Dockerfile | 2 +- .../System/StorageSystemContributors.generated.cpp | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cmake/autogenerated_versions.txt b/cmake/autogenerated_versions.txt index 16bcf0ea86c..1d4058f8dd3 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 20) +SET(VERSION_REVISION 21) SET(VERSION_MAJOR 1) SET(VERSION_MINOR 5) -SET(VERSION_PATCH 16) -SET(VERSION_GITHASH 7a56aa8510f918f6ac7ef65855a0c92147982dc8) -SET(VERSION_DESCRIBE v1.5.16) -SET(VERSION_STRING 1.5.16) +SET(VERSION_PATCH 17) +SET(VERSION_GITHASH 28f6a63c831eef38a2197ab58775a19d1bcf49b4) +SET(VERSION_DESCRIBE v1.5.17) +SET(VERSION_STRING 1.5.17) # end of autochange diff --git a/debian/changelog b/debian/changelog index a6d3ee1787c..cc7b22f71d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -proton (1.5.16) unstable; urgency=low +proton (1.5.17) unstable; urgency=low * Modified source code - -- proton-robot Tue, 13 Aug 2024 15:53:24 +0000 + -- proton-robot Fri, 06 Sep 2024 03:13:35 +0000 diff --git a/docker/client/Dockerfile b/docker/client/Dockerfile index 5be1f231831..035f3b13569 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.5.16 +ARG version=1.5.17 RUN apt-get update \ diff --git a/docker/server/Dockerfile b/docker/server/Dockerfile index 3f94a996a0d..f3d69b07a62 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.5.16 +ARG version=1.5.17 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 7ebffeaa797..ebd495efd4e 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.5.16 +ARG version=1.5.17 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 3e4ec027a60..4f5b8d12eb0 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[] { - "Lisen", + "Qijun Niu", nullptr};