Auto version update to [19.14.6.1] [54425]

This commit is contained in:
robot-clickhouse 2019-09-18 17:53:53 +03:00
parent c5a328cbfa
commit 33c50a7328
5 changed files with 8 additions and 8 deletions

View File

@ -2,10 +2,10 @@
set(VERSION_REVISION 54425)
set(VERSION_MAJOR 19)
set(VERSION_MINOR 14)
set(VERSION_PATCH 5)
set(VERSION_PATCH 6)
set(VERSION_GITHASH c6464f2813c7d5cb939af11759d05705ba0f15ee)
set(VERSION_DESCRIBE v19.14.5.10-prestable)
set(VERSION_STRING 19.14.5.10)
set(VERSION_DESCRIBE v19.14.6.1-prestable)
set(VERSION_STRING 19.14.6.1)
# end of autochange
set(VERSION_EXTRA "" CACHE STRING "")

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
clickhouse (19.14.5.1) unstable; urgency=low
clickhouse (19.14.6.1) unstable; urgency=low
* Modified source code
-- clickhouse-release <clickhouse-release@yandex-team.ru> Sat, 14 Sep 2019 01:44:03 +0300
-- clickhouse-release <clickhouse-release@yandex-team.ru> Wed, 18 Sep 2019 17:53:49 +0300

View File

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

View File

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

View File

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