From cfb1e2bfe45a4970e31df2fc3393134767824bf8 Mon Sep 17 00:00:00 2001 From: proton-robot Date: Fri, 10 Nov 2023 22:59:47 +0000 Subject: [PATCH] Auto version update to [1.3.19] [1] --- cmake/autogenerated_versions.txt | 8 ++++---- debian/changelog | 4 ++-- docker/client/Dockerfile | 2 +- docker/server/Dockerfile | 2 +- docker/test/Dockerfile | 2 +- .../System/StorageSystemContributors.generated.cpp | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cmake/autogenerated_versions.txt b/cmake/autogenerated_versions.txt index fb1da248384..f9b884c2ac4 100644 --- a/cmake/autogenerated_versions.txt +++ b/cmake/autogenerated_versions.txt @@ -5,8 +5,8 @@ SET(VERSION_REVISION 1) SET(VERSION_MAJOR 1) SET(VERSION_MINOR 3) -SET(VERSION_PATCH 18) -SET(VERSION_GITHASH 6bb0da93cd895c7f3d8415d164aaa25b9fadc835) -SET(VERSION_DESCRIBE v1.3.18) -SET(VERSION_STRING 1.3.18) +SET(VERSION_PATCH 19) +SET(VERSION_GITHASH 4436e3295c009924ec76fdeb53e2a5977122d2ef) +SET(VERSION_DESCRIBE v1.3.19) +SET(VERSION_STRING 1.3.19) # end of autochange diff --git a/debian/changelog b/debian/changelog index 3c62a001798..a442790c987 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -proton (1.3.18) unstable; urgency=low +proton (1.3.19) unstable; urgency=low * Modified source code - -- proton-robot Mon, 30 Oct 2023 14:48:57 +0000 + -- proton-robot Fri, 10 Nov 2023 22:59:44 +0000 diff --git a/docker/client/Dockerfile b/docker/client/Dockerfile index 35d21aed7f4..e701f0fc782 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.3.18 +ARG version=1.3.19 RUN apt-get update \ diff --git a/docker/server/Dockerfile b/docker/server/Dockerfile index 6bc4d75663d..ba1256979cb 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.3.18 +ARG version=1.3.19 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 f5bbfe5bba0..4f5474f1c87 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.3.18 +ARG version=1.3.19 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 f7fbe8b1b45..413db5695d4 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[] { - "Gimi Liang", + "Haohang", nullptr};