File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# NOTE: has nothing common with DBMS_TCP_PROTOCOL_VERSION,
4
4
# only DBMS_TCP_PROTOCOL_VERSION should be incremented on protocol changes.
5
- SET(VERSION_REVISION 35 )
5
+ SET(VERSION_REVISION 36 )
6
6
SET(VERSION_MAJOR 1)
7
7
SET(VERSION_MINOR 6)
8
- SET(VERSION_PATCH 13 )
9
- SET(VERSION_GITHASH 1da246fb691f00c7c190042e598f1133f41ecbbc )
10
- SET(VERSION_DESCRIBE v1.6.13 )
11
- SET(VERSION_STRING 1.6.13 )
8
+ SET(VERSION_PATCH 14 )
9
+ SET(VERSION_GITHASH 85912cb3d6a3e8e5ca3290e91c81f718b2bfd692 )
10
+ SET(VERSION_DESCRIBE v1.6.14 )
11
+ SET(VERSION_STRING 1.6.14 )
12
12
# end of autochange
Original file line number Diff line number Diff line change 1
- proton (1.6.13 ) unstable; urgency=low
1
+ proton (1.6.14 ) unstable; urgency=low
2
2
3
3
* Modified source code
4
4
5
- -- proton-robot <root@timeplus.io> Fri, 07 Mar 2025 18:38:34 +0000
5
+ -- proton-robot <root@timeplus.io> Sat, 08 Mar 2025 03:15:02 +0000
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG apt_archive="http://archive.ubuntu.com"
5
5
RUN sed -i "s|http://archive.ubuntu.com|$apt_archive|g" /etc/apt/sources.list
6
6
7
7
ARG repository="deb https://repo.clickhouse.com/deb/stable/ main/"
8
- ARG version=1.6.13
8
+ ARG version=1.6.14
9
9
10
10
11
11
RUN apt-get update \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM ubuntu:20.04
3
3
# FIXME, XXX, timeplus deb repo
4
4
# ARG repository="deb https://repo.timeplus/deb/stable/ main/"
5
5
ARG repository=""
6
- ARG version=1.6.13
6
+ ARG version=1.6.14
7
7
ARG gosu_ver=1.10
8
8
9
9
# set non-empty deb_location_url url to create a docker image
Original file line number Diff line number Diff line change 1
1
FROM ubuntu:18.04
2
2
3
3
ARG repository="deb https://repo.clickhouse.com/deb/stable/ main/"
4
- ARG version=1.6.13
4
+ ARG version=1.6.14
5
5
6
6
RUN apt-get update && \
7
7
apt-get install -y apt-transport-https dirmngr && \
You can’t perform that action at this time.
0 commit comments