Auto version update to [19.1.2] [54413]

This commit is contained in:
robot-clickhouse 2019-01-21 12:48:35 +03:00
parent 0728519b2d
commit dfe0a734cd
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 1)
set(VERSION_GITHASH 4e7747117123f5a1b027a64865844b4faa10447d)
set(VERSION_DESCRIBE v19.1.1-testing)
set(VERSION_STRING 19.1.1)
set(VERSION_PATCH 2)
set(VERSION_GITHASH 0728519b2ddd94f3c59fa79fd9ac97ffda4e605d)
set(VERSION_DESCRIBE v19.1.2-testing)
set(VERSION_STRING 19.1.2)
# end of autochange
set(VERSION_EXTRA "" CACHE STRING "")

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
clickhouse (19.1.1) unstable; urgency=low
clickhouse (19.1.2) unstable; urgency=low
* Modified source code
-- <root@yandex-team.ru> Wed, 16 Jan 2019 14:04:37 +0300
-- <root@yandex-team.ru> Mon, 21 Jan 2019 12:48:35 +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.1
ARG version=19.1.2
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.1
ARG version=19.1.2
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.1
ARG version=19.1.2
RUN apt-get update && \
apt-get install -y apt-transport-https dirmngr && \