Auto version update to [21.8.7.1] [54453]

This commit is contained in:
robot-clickhouse 2021-09-17 23:24:46 +03:00
parent aa4d8418e7
commit 9598457e7b
5 changed files with 8 additions and 8 deletions

View File

@ -5,8 +5,8 @@
SET(VERSION_REVISION 54453)
SET(VERSION_MAJOR 21)
SET(VERSION_MINOR 8)
SET(VERSION_PATCH 6)
SET(VERSION_PATCH 7)
SET(VERSION_GITHASH bb686f5a60c6b46572c7106c52ea09ddf2954357)
SET(VERSION_DESCRIBE v21.8.6.15-lts)
SET(VERSION_STRING 21.8.6.15)
SET(VERSION_DESCRIBE v21.8.7.1-lts)
SET(VERSION_STRING 21.8.7.1)
# end of autochange

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
clickhouse (21.8.6.1) unstable; urgency=low
clickhouse (21.8.7.1) unstable; urgency=low
* Modified source code
-- clickhouse-release <clickhouse-release@yandex-team.ru> Thu, 02 Sep 2021 18:22:05 +0300
-- clickhouse-release <clickhouse-release@yandex-team.ru> Fri, 17 Sep 2021 23:24:43 +0300

View File

@ -1,7 +1,7 @@
FROM ubuntu:18.04
ARG repository="deb https://repo.clickhouse.tech/deb/stable/ main/"
ARG version=21.8.6.*
ARG version=21.8.7.*
RUN sed -i 's|http://archive|http://ru.archive|g' /etc/apt/sources.list

View File

@ -1,7 +1,7 @@
FROM ubuntu:20.04
ARG repository="deb https://repo.clickhouse.tech/deb/stable/ main/"
ARG version=21.8.6.*
ARG version=21.8.7.*
ARG gosu_ver=1.10
# set non-empty deb_location_url url to create a docker image

View File

@ -1,7 +1,7 @@
FROM ubuntu:18.04
ARG repository="deb https://repo.clickhouse.tech/deb/stable/ main/"
ARG version=21.8.6.*
ARG version=21.8.7.*
RUN apt-get update && \
apt-get install -y apt-transport-https dirmngr && \