Auto version update to [18.14.13] [54409]

This commit is contained in:
robot-clickhouse 2018-11-07 14:39:52 +03:00
parent 1d8ce3ccc4
commit 5e86adf026
5 changed files with 9 additions and 9 deletions

View File

@ -2,10 +2,10 @@
set(VERSION_REVISION 54409 CACHE STRING "")
set(VERSION_MAJOR 18 CACHE STRING "")
set(VERSION_MINOR 14 CACHE STRING "")
set(VERSION_PATCH 12 CACHE STRING "")
set(VERSION_GITHASH c9acca8d51de94282cb9dc1efef0b01e0d074bb2 CACHE STRING "")
set(VERSION_DESCRIBE v18.14.12-testing CACHE STRING "")
set(VERSION_STRING 18.14.12 CACHE STRING "")
set(VERSION_PATCH 13 CACHE STRING "")
set(VERSION_GITHASH 1d8ce3ccc44cfe8a7207ed3274ad8f58779cd518 CACHE STRING "")
set(VERSION_DESCRIBE v18.14.13-testing CACHE STRING "")
set(VERSION_STRING 18.14.13 CACHE STRING "")
# end of autochange
set(VERSION_EXTRA "" CACHE STRING "")

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
clickhouse (18.14.12) unstable; urgency=low
clickhouse (18.14.13) unstable; urgency=low
* Modified source code
-- <root@yandex-team.ru> Thu, 01 Nov 2018 14:48:16 +0300
-- <root@yandex-team.ru> Wed, 07 Nov 2018 14:39:51 +0300

View File

@ -1,7 +1,7 @@
FROM ubuntu:18.04
ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
ARG version=18.14.12
ARG version=18.14.13
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=18.14.12
ARG version=18.14.13
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=18.14.12
ARG version=18.14.13
RUN apt-get update && \
apt-get install -y apt-transport-https dirmngr && \