Auto version update to [20.4.1.1] [54434]

This commit is contained in:
robot-clickhouse 2020-03-12 16:07:08 +03:00
parent fea24d0f98
commit 6a4e022a3b
6 changed files with 13 additions and 9 deletions

View File

@ -1,11 +1,11 @@
# This strings autochanged from release_lib.sh:
set(VERSION_REVISION 54433)
set(VERSION_REVISION 54434)
set(VERSION_MAJOR 20)
set(VERSION_MINOR 3)
set(VERSION_MINOR 4)
set(VERSION_PATCH 1)
set(VERSION_GITHASH 05da1bff8b5826608d05618dab984cdf8f96e679)
set(VERSION_DESCRIBE v20.3.1.2621-prestable)
set(VERSION_STRING 20.3.1.2621)
set(VERSION_DESCRIBE v20.4.1.1-prestable)
set(VERSION_STRING 20.4.1.1)
# end of autochange
set(VERSION_EXTRA "" CACHE STRING "")

View File

@ -100,6 +100,7 @@ const char * auto_contributors[] {
"Carbyn",
"Chen Yufei",
"Ciprian Hacman",
"Clement Rodriguez",
"Clément Rodriguez",
"Colum",
"Constantin S. Pan",
@ -159,6 +160,7 @@ const char * auto_contributors[] {
"Hamoon",
"Hasnat",
"Hiroaki Nakamura",
"Hui Wang",
"Igor",
"Igor Hatarist",
"Igor Mineev",
@ -497,6 +499,7 @@ const char * auto_contributors[] {
"maxulan",
"memo",
"meo",
"mergify[bot]",
"mf5137",
"mfridental",
"miha-g",
@ -545,6 +548,7 @@ const char * auto_contributors[] {
"tavplubix",
"topvisor",
"tyrionhuang",
"unegare",
"unknown",
"urgordeadbeef",
"velom",

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
clickhouse (20.3.1.1) unstable; urgency=low
clickhouse (20.4.1.1) unstable; urgency=low
* Modified source code
-- clickhouse-release <clickhouse-release@yandex-team.ru> Sat, 22 Feb 2020 00:35:30 +0300
-- clickhouse-release <clickhouse-release@yandex-team.ru> Thu, 12 Mar 2020 16:07:04 +0300

View File

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