Auto version update to [19.1.6] [54413]

This commit is contained in:
robot-clickhouse 2019-01-24 00:17:07 +03:00
parent f73b337a93
commit 51dd2198f0
5 changed files with 9 additions and 9 deletions

View File

@ -2,10 +2,10 @@
set(VERSION_REVISION 54413)
set(VERSION_MAJOR 19)
set(VERSION_MINOR 1)
set(VERSION_PATCH 5)
set(VERSION_GITHASH 2a7e7364c139b3c97f54f38ca6ea76ab4fa61e4b)
set(VERSION_DESCRIBE v19.1.5-testing)
set(VERSION_STRING 19.1.5)
set(VERSION_PATCH 6)
set(VERSION_GITHASH f73b337a93d534671b2187660398b8573fc1d464)
set(VERSION_DESCRIBE v19.1.6-testing)
set(VERSION_STRING 19.1.6)
# end of autochange
set(VERSION_EXTRA "" CACHE STRING "")

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
clickhouse (19.1.5) unstable; urgency=low
clickhouse (19.1.6) unstable; urgency=low
* Modified source code
-- <root@yandex-team.ru> Tue, 22 Jan 2019 22:18:30 +0300
-- <root@yandex-team.ru> Thu, 24 Jan 2019 00:17:07 +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.1.5
ARG version=19.1.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.1.5
ARG version=19.1.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.1.5
ARG version=19.1.6
RUN apt-get update && \
apt-get install -y apt-transport-https dirmngr && \