Auto version update to [19.14.4.1] [54425]

This commit is contained in:
robot-clickhouse 2019-09-10 20:49:38 +03:00
parent f38d2483f8
commit 7797dee7f1
5 changed files with 8 additions and 8 deletions

View File

@ -2,10 +2,10 @@
set(VERSION_REVISION 54425) set(VERSION_REVISION 54425)
set(VERSION_MAJOR 19) set(VERSION_MAJOR 19)
set(VERSION_MINOR 14) set(VERSION_MINOR 14)
set(VERSION_PATCH 3) set(VERSION_PATCH 4)
set(VERSION_GITHASH 94788f7702248692d796aaf08b38376707aae74f) set(VERSION_GITHASH 94788f7702248692d796aaf08b38376707aae74f)
set(VERSION_DESCRIBE v19.14.3.3-stable) set(VERSION_DESCRIBE v19.14.4.1-stable)
set(VERSION_STRING 19.14.3.3) set(VERSION_STRING 19.14.4.1)
# end of autochange # end of autochange
set(VERSION_EXTRA "" CACHE STRING "") set(VERSION_EXTRA "" CACHE STRING "")

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
clickhouse (19.14.3.1) unstable; urgency=low clickhouse (19.14.4.1) unstable; urgency=low
* Modified source code * Modified source code
-- clickhouse-release <clickhouse-release@yandex-team.ru> Tue, 10 Sep 2019 13:32:34 +0300 -- clickhouse-release <clickhouse-release@yandex-team.ru> Tue, 10 Sep 2019 20:49:34 +0300

View File

@ -1,7 +1,7 @@
FROM ubuntu:18.04 FROM ubuntu:18.04
ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/" ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
ARG version=19.14.3.* ARG version=19.14.4.*
RUN apt-get update \ RUN apt-get update \
&& apt-get install --yes --no-install-recommends \ && apt-get install --yes --no-install-recommends \

View File

@ -1,7 +1,7 @@
FROM ubuntu:18.04 FROM ubuntu:18.04
ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/" ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
ARG version=19.14.3.* ARG version=19.14.4.*
ARG gosu_ver=1.10 ARG gosu_ver=1.10
RUN apt-get update \ RUN apt-get update \

View File

@ -1,7 +1,7 @@
FROM ubuntu:18.04 FROM ubuntu:18.04
ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/" ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
ARG version=19.14.3.* ARG version=19.14.4.*
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y apt-transport-https dirmngr && \ apt-get install -y apt-transport-https dirmngr && \