Auto version update to [20.2.1.1] [54432]

This commit is contained in:
robot-clickhouse 2020-01-13 22:21:08 +03:00
parent c03e1f3e28
commit e8e820cfd4
6 changed files with 33 additions and 9 deletions

View File

@ -1,11 +1,11 @@
# This strings autochanged from release_lib.sh:
set(VERSION_REVISION 54431)
set(VERSION_REVISION 54432)
set(VERSION_MAJOR 20)
set(VERSION_MINOR 1)
set(VERSION_MINOR 2)
set(VERSION_PATCH 1)
set(VERSION_GITHASH 4b9acaaa9099e71c36e5c818031149c5cba2bbdb)
set(VERSION_DESCRIBE v20.1.1.2109-prestable)
set(VERSION_STRING 20.1.1.2109)
set(VERSION_DESCRIBE v20.2.1.1-prestable)
set(VERSION_STRING 20.2.1.1)
# end of autochange
set(VERSION_EXTRA "" CACHE STRING "")

View File

@ -109,6 +109,7 @@ const char * auto_contributors[] {
"Derek Perkins",
"Ding Xiang Fei",
"Dmitrii Kovalkov",
"Dmitrii Raev",
"Dmitry Bilunov",
"Dmitry Galuza",
"Dmitry Luhtionov",
@ -118,6 +119,7 @@ const char * auto_contributors[] {
"Dmitry Rubashkin",
"Dmitry S..ky / skype: dvska-at-skype",
"Doge",
"Dr. Strange Looker",
"Eldar Zaitov",
"Elena Baskakova",
"Elghazal Ahmed",
@ -176,10 +178,12 @@ const char * auto_contributors[] {
"Ivan Zhukov",
"JaosnHsieh",
"Jason",
"Javi santana bot",
"Jean Baptiste Favre",
"Jonatas Freitas",
"Karl Pietrzak",
"Keiji Yoshida",
"Kiran",
"Kirill Danshin",
"Kirill Malev",
"Kirill Shvakov",
@ -187,6 +191,7 @@ const char * auto_contributors[] {
"KochetovNicolai",
"Konstantin Grabar",
"Konstantin Lebedev",
"Konstantin Malanchev",
"Konstantin Podshumok",
"Korviakov Andrey",
"Leonardo Cecchi",
@ -210,6 +215,7 @@ const char * auto_contributors[] {
"Marti Raudsepp",
"Martijn Bakker",
"Masha",
"Matwey V. Kornilov",
"Max",
"Max Akhmedov",
"Max Vetrov",
@ -220,6 +226,7 @@ const char * auto_contributors[] {
"Maxim Kuznetsov",
"Maxim Nikulin",
"Maxim Sabyanin",
"Maxim Ulanovskiy",
"MaximAL",
"MeiK",
"Metehan Çetinkaya",
@ -234,6 +241,7 @@ const char * auto_contributors[] {
"Mikhail Fandyushin",
"Mikhail Filimonov",
"Mikhail Korotov",
"Mikhail Nacharov",
"Mikhail Salosin",
"Mikhail Surin",
"Mikhail f. Shiryaev",
@ -277,6 +285,7 @@ const char * auto_contributors[] {
"Persiyanov Dmitriy Andreevich",
"Pervakov Grigory",
"Philippe Ombredanne",
"Pradeep Chhetri",
"Quid37",
"Rafael David Tinoco",
"Ramazan Polat",
@ -288,6 +297,7 @@ const char * auto_contributors[] {
"Roman Nozdrin",
"Roman Peshkurov",
"Roman Tsisyk",
"Ruslan",
"Sabyanin Maxim",
"SaltTan",
"Samuel Chou",
@ -298,8 +308,10 @@ const char * auto_contributors[] {
"Sergei Tsetlin (rekub)",
"Sergey Elantsev",
"Sergey Fedorov",
"Sergey Kononenko",
"Sergey Lazarev",
"Sergey Magidovich",
"Sergey Shtykov",
"Sergey V. Galtsev",
"Sergey Zaikin",
"Sergi Vladykin",
@ -358,6 +370,7 @@ const char * auto_contributors[] {
"William Shallum",
"Winter Zhang",
"Yangkuan Liu",
"Yatsishin Ilya",
"Yegor Andreenko",
"Yiğit Konur",
"Yuri Dyachenko",
@ -406,6 +419,7 @@ const char * auto_contributors[] {
"decaseal",
"dependabot[bot]",
"dimarub2000",
"dinosaur",
"dmitrii",
"dmitriiut",
"dmitry kuzmin",
@ -448,19 +462,24 @@ const char * auto_contributors[] {
"liu-bov",
"liuyangkuan",
"liuyimin",
"liyang",
"lomberts",
"luc1ph3r",
"maiha",
"malkfilipp",
"maqroll",
"maxim",
"maxkuzn",
"maxulan",
"memo",
"meo",
"mf5137",
"mfridental",
"miha-g",
"millb",
"morty",
"moscas",
"nagorny",
"never lee",
"nicelulu",
"nonexistence",
@ -495,17 +514,22 @@ const char * auto_contributors[] {
"sundyli",
"svladykin",
"tai",
"taiyang-li",
"tavplubix",
"topvisor",
"tyrionhuang",
"unknown",
"urgordeadbeef",
"velom",
"vicdashkov",
"vinity",
"vxider",
"vzakaznikov",
"wangchao",
"zamulla",
"zhang2014",
"zhangxiao018",
"zhen ni",
"zhukai",
"Šimon Podlipský",
"Артем Стрельцов",

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
clickhouse (19.19.1.1) unstable; urgency=low
clickhouse (20.2.1.1) unstable; urgency=low
* Modified source code
-- clickhouse-release <clickhouse-release@yandex-team.ru> Fri, 06 Dec 2019 17:21:55 +0300
-- clickhouse-release <clickhouse-release@yandex-team.ru> Mon, 13 Jan 2020 22:21:05 +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.19.1.*
ARG version=20.2.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.19.1.*
ARG version=20.2.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.19.1.*
ARG version=20.2.1.*
RUN apt-get update && \
apt-get install -y apt-transport-https dirmngr && \