Auto version update to [19.7.1.1] [54419]

This commit is contained in:
robot-clickhouse 2019-04-19 00:01:42 +03:00
parent b0b369b30f
commit ee8f3e1384
5 changed files with 10 additions and 10 deletions

View File

@ -1,11 +1,11 @@
# This strings autochanged from release_lib.sh:
set(VERSION_REVISION 54418)
set(VERSION_REVISION 54419)
set(VERSION_MAJOR 19)
set(VERSION_MINOR 6)
set(VERSION_MINOR 7)
set(VERSION_PATCH 1)
set(VERSION_GITHASH 30d3496c36cf3945c9828ac0b7cf7d1774a9f845)
set(VERSION_DESCRIBE v19.6.1.1-testing)
set(VERSION_STRING 19.6.1.1)
set(VERSION_GITHASH b0b369b30f04a5026d1da5c7d3fd5998d6de1fe4)
set(VERSION_DESCRIBE v19.7.1.1-testing)
set(VERSION_STRING 19.7.1.1)
# end of autochange
set(VERSION_EXTRA "" CACHE STRING "")

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
clickhouse (19.6.1.1) unstable; urgency=low
clickhouse (19.7.1.1) unstable; urgency=low
* Modified source code
-- clickhouse-release <clickhouse-release@yandex-team.ru> Tue, 02 Apr 2019 19:28:15 +300
-- clickhouse-release <clickhouse-release@yandex-team.ru> Fri, 19 Apr 2019 00:01:38 +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.6.1.*
ARG version=19.7.1.*
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.6.1.*
ARG version=19.7.1.*
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.6.1.*
ARG version=19.7.1.*
RUN apt-get update && \
apt-get install -y apt-transport-https dirmngr && \