Auto version update to [19.11.0] [54423]

This commit is contained in:
chertus 2019-06-21 18:47:02 +03:00
parent badb6ab831
commit 29700fd5e9
6 changed files with 14 additions and 12 deletions

View File

@ -1,11 +1,11 @@
# This strings autochanged from release_lib.sh:
set(VERSION_REVISION 54422)
set(VERSION_REVISION 54423)
set(VERSION_MAJOR 19)
set(VERSION_MINOR 10)
set(VERSION_PATCH 1)
set(VERSION_GITHASH 864a5830f5b5fa67c6b7126e8f2615d03ee890ce)
set(VERSION_DESCRIBE v19.10.1.1-prestable)
set(VERSION_STRING 19.10.1.1)
set(VERSION_MINOR 11)
set(VERSION_PATCH 0)
set(VERSION_GITHASH badb6ab8310ed94e20f43ac9a9a227f7a2590009)
set(VERSION_DESCRIBE v19.11.0-testing)
set(VERSION_STRING 19.11.0)
# end of autochange
set(VERSION_EXTRA "" CACHE STRING "")

View File

@ -1,4 +1,4 @@
// autogenerated by ./StorageSystemContributors.sh
// autogenerated by dbms/src/Storages/System/StorageSystemContributors.sh
const char * auto_contributors[] {
"0xflotus",
"821008736@qq.com",
@ -55,6 +55,7 @@ const char * auto_contributors[] {
"Anton Zhabolenko",
"Arsen Hakobyan",
"Artem Andreenko",
"Artem Konovalov",
"Artem Zuikov",
"Artemeey",
"Artemkin Pavel",
@ -306,6 +307,7 @@ const char * auto_contributors[] {
"aprudaev",
"artpaul",
"avsharapov",
"benamazing",
"bgranvea",
"blazerer",
"bseng",

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
clickhouse (19.10.1.1) unstable; urgency=low
clickhouse (19.11.0) unstable; urgency=low
* Modified source code
-- clickhouse-release <clickhouse-release@yandex-team.ru> Fri, 14 Jun 2019 17:04:02 +0300
-- chertus <chertus@yandex-team.ru> Fri, 21 Jun 2019 18:47:02 +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.10.1.*
ARG version=19.11.0
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.10.1.*
ARG version=19.11.0
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.10.1.*
ARG version=19.11.0
RUN apt-get update && \
apt-get install -y apt-transport-https dirmngr && \