Skip to content

Commit 76a96ce

Browse files
committed
Auto version update to [1.5.17] [21]
1 parent 28f6a63 commit 76a96ce

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

cmake/autogenerated_versions.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
# NOTE: has nothing common with DBMS_TCP_PROTOCOL_VERSION,
44
# only DBMS_TCP_PROTOCOL_VERSION should be incremented on protocol changes.
5-
SET(VERSION_REVISION 20)
5+
SET(VERSION_REVISION 21)
66
SET(VERSION_MAJOR 1)
77
SET(VERSION_MINOR 5)
8-
SET(VERSION_PATCH 16)
9-
SET(VERSION_GITHASH 7a56aa8510f918f6ac7ef65855a0c92147982dc8)
10-
SET(VERSION_DESCRIBE v1.5.16)
11-
SET(VERSION_STRING 1.5.16)
8+
SET(VERSION_PATCH 17)
9+
SET(VERSION_GITHASH 28f6a63c831eef38a2197ab58775a19d1bcf49b4)
10+
SET(VERSION_DESCRIBE v1.5.17)
11+
SET(VERSION_STRING 1.5.17)
1212
# end of autochange

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
proton (1.5.16) unstable; urgency=low
1+
proton (1.5.17) unstable; urgency=low
22

33
* Modified source code
44

5-
-- proton-robot <root@timeplus.io> Tue, 13 Aug 2024 15:53:24 +0000
5+
-- proton-robot <root@timeplus.io> Fri, 06 Sep 2024 03:13:35 +0000

docker/client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG apt_archive="http://archive.ubuntu.com"
55
RUN sed -i "s|http://archive.ubuntu.com|$apt_archive|g" /etc/apt/sources.list
66

77
ARG repository="deb https://repo.clickhouse.com/deb/stable/ main/"
8-
ARG version=1.5.16
8+
ARG version=1.5.17
99

1010

1111
RUN apt-get update \

docker/server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ubuntu:20.04
33
# FIXME, XXX, timeplus deb repo
44
# ARG repository="deb https://repo.timeplus/deb/stable/ main/"
55
ARG repository=""
6-
ARG version=1.5.16
6+
ARG version=1.5.17
77
ARG gosu_ver=1.10
88

99
# set non-empty deb_location_url url to create a docker image

docker/test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:18.04
22

33
ARG repository="deb https://repo.clickhouse.com/deb/stable/ main/"
4-
ARG version=1.5.16
4+
ARG version=1.5.17
55

66
RUN apt-get update && \
77
apt-get install -y apt-transport-https dirmngr && \
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// autogenerated by src/Storages/System/StorageSystemContributors.sh
22
const char * auto_contributors[] {
3-
"Lisen",
3+
"Qijun Niu",
44
nullptr};

0 commit comments

Comments
 (0)