From 03dffc94e56988cacdab08590a79b2c5dcc7b239 Mon Sep 17 00:00:00 2001 From: proton-robot Date: Thu, 18 Jul 2024 05:07:53 +0000 Subject: [PATCH] Auto version update to [1.5.14] [18] --- cmake/autogenerated_versions.txt | 10 +++++----- debian/changelog | 4 ++-- docker/client/Dockerfile | 2 +- docker/server/Dockerfile | 2 +- docker/test/Dockerfile | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cmake/autogenerated_versions.txt b/cmake/autogenerated_versions.txt index 8464c8d0e9..f43ca37d94 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 17) +SET(VERSION_REVISION 18) SET(VERSION_MAJOR 1) SET(VERSION_MINOR 5) -SET(VERSION_PATCH 13) -SET(VERSION_GITHASH 8570684116cd22dfab55d204f8402cd28015dc70) -SET(VERSION_DESCRIBE v1.5.13) -SET(VERSION_STRING 1.5.13) +SET(VERSION_PATCH 14) +SET(VERSION_GITHASH 243ba9dd75eaca26323f0c39f66c401ed17bed0d) +SET(VERSION_DESCRIBE v1.5.14) +SET(VERSION_STRING 1.5.14) # end of autochange diff --git a/debian/changelog b/debian/changelog index 72e5b6c60c..4ac01df79c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -proton (1.5.13) unstable; urgency=low +proton (1.5.14) unstable; urgency=low * Modified source code - -- proton-robot Fri, 12 Jul 2024 08:40:42 +0000 + -- proton-robot Thu, 18 Jul 2024 05:07:51 +0000 diff --git a/docker/client/Dockerfile b/docker/client/Dockerfile index ae6fa964aa..aab902c9a0 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.13 +ARG version=1.5.14 RUN apt-get update \ diff --git a/docker/server/Dockerfile b/docker/server/Dockerfile index f315cf0615..4fa7f95c7b 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.13 +ARG version=1.5.14 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 10fd07a2bd..8539419ad1 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.13 +ARG version=1.5.14 RUN apt-get update && \ apt-get install -y apt-transport-https dirmngr && \