Skip to content

Commit 76c1d9a

Browse files
committed
Auto version update to [1.6.9] [31]
1 parent 0860399 commit 76c1d9a

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

cmake/autogenerated_versions.txt

+5-5
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 30)
5+
SET(VERSION_REVISION 31)
66
SET(VERSION_MAJOR 1)
77
SET(VERSION_MINOR 6)
8-
SET(VERSION_PATCH 8)
9-
SET(VERSION_GITHASH 279c3d7269356b84e06255bc37ea5102f872d533)
10-
SET(VERSION_DESCRIBE v1.6.8)
11-
SET(VERSION_STRING 1.6.8)
8+
SET(VERSION_PATCH 9)
9+
SET(VERSION_GITHASH 0860399c6f24d47b1b66907f2cd8f2ff6bab465f)
10+
SET(VERSION_DESCRIBE v1.6.9)
11+
SET(VERSION_STRING 1.6.9)
1212
# end of autochange

debian/changelog

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
proton (1.6.8) unstable; urgency=low
1+
proton (1.6.9) unstable; urgency=low
22

33
* Modified source code
44

5-
-- proton-robot <root@timeplus.io> Fri, 03 Jan 2025 19:24:15 +0000
5+
-- proton-robot <root@timeplus.io> Fri, 17 Jan 2025 18:06:01 +0000

docker/client/Dockerfile

+1-1
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.6.8
8+
ARG version=1.6.9
99

1010

1111
RUN apt-get update \

docker/server/Dockerfile

+1-1
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.6.8
6+
ARG version=1.6.9
77
ARG gosu_ver=1.10
88

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

docker/test/Dockerfile

+1-1
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.6.8
4+
ARG version=1.6.9
55

66
RUN apt-get update && \
77
apt-get install -y apt-transport-https dirmngr && \

0 commit comments

Comments
 (0)