Auto version update to [18.14.0] [54409]

This commit is contained in:
robot-clickhouse 2018-09-24 20:52:21 +03:00
parent f09970ff70
commit ca465cd20b
5 changed files with 10 additions and 10 deletions

View File

@ -1,11 +1,11 @@
# This strings autochanged from release_lib.sh: # This strings autochanged from release_lib.sh:
set(VERSION_REVISION 54408 CACHE STRING "") set(VERSION_REVISION 54409 CACHE STRING "")
set(VERSION_MAJOR 18 CACHE STRING "") set(VERSION_MAJOR 18 CACHE STRING "")
set(VERSION_MINOR 13 CACHE STRING "") set(VERSION_MINOR 14 CACHE STRING "")
set(VERSION_PATCH 0 CACHE STRING "") set(VERSION_PATCH 0 CACHE STRING "")
set(VERSION_GITHASH 9613b980735b68ad7732cd0ce94ed3b115b76683 CACHE STRING "") set(VERSION_GITHASH f09970ff704a32c41ae207e3db152541800dc580 CACHE STRING "")
set(VERSION_DESCRIBE v18.13.0-testing CACHE STRING "") set(VERSION_DESCRIBE v18.14.0-testing CACHE STRING "")
set(VERSION_STRING 18.13.0 CACHE STRING "") set(VERSION_STRING 18.14.0 CACHE STRING "")
# 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 (18.13.0) unstable; urgency=low clickhouse (18.14.0) unstable; urgency=low
* Modified source code * Modified source code
-- <root@yandex-team.ru> Mon, 17 Sep 2018 09:05:31 +0300 -- <root@yandex-team.ru> Mon, 24 Sep 2018 20:52:21 +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=18.13.0 ARG version=18.14.0
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=18.13.0 ARG version=18.14.0
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=18.13.0 ARG version=18.14.0
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y apt-transport-https dirmngr && \ apt-get install -y apt-transport-https dirmngr && \