Merge pull request #57224 from ClickHouse/auto/v23.9.6.20-stable

Update version_date.tsv and changelogs after v23.9.6.20-stable
This commit is contained in:
Alexey Milovidov 2023-11-25 20:20:39 +01:00 committed by GitHub
commit 2fe032d47e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 35 additions and 3 deletions

View File

@ -34,7 +34,7 @@ RUN arch=${TARGETARCH:-amd64} \
# lts / testing / prestable / etc
ARG REPO_CHANNEL="stable"
ARG REPOSITORY="https://packages.clickhouse.com/tgz/${REPO_CHANNEL}"
ARG VERSION="23.10.4.25"
ARG VERSION="23.10.5.20"
ARG PACKAGES="clickhouse-keeper"
# user/group precreated explicitly with fixed uid/gid on purpose.

View File

@ -32,7 +32,7 @@ RUN arch=${TARGETARCH:-amd64} \
# lts / testing / prestable / etc
ARG REPO_CHANNEL="stable"
ARG REPOSITORY="https://packages.clickhouse.com/tgz/${REPO_CHANNEL}"
ARG VERSION="23.10.4.25"
ARG VERSION="23.10.5.20"
ARG PACKAGES="clickhouse-client clickhouse-server clickhouse-common-static"
# user/group precreated explicitly with fixed uid/gid on purpose.

View File

@ -30,7 +30,7 @@ RUN sed -i "s|http://archive.ubuntu.com|${apt_archive}|g" /etc/apt/sources.list
ARG REPO_CHANNEL="stable"
ARG REPOSITORY="deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb ${REPO_CHANNEL} main"
ARG VERSION="23.10.4.25"
ARG VERSION="23.10.5.20"
ARG PACKAGES="clickhouse-client clickhouse-server clickhouse-common-static"
# set non-empty deb_location_url url to create a docker image

View File

@ -0,0 +1,28 @@
---
sidebar_position: 1
sidebar_label: 2023
---
# 2023 Changelog
### ClickHouse release v23.9.6.20-stable (cf7e84bb8cf) FIXME as compared to v23.9.5.29-stable (f8554c1a1ff)
#### Improvement
* Backported in [#56930](https://github.com/ClickHouse/ClickHouse/issues/56930): There was a potential vulnerability in previous ClickHouse versions: if a user has connected and unsuccessfully tried to authenticate with the "interserver secret" method, the server didn't terminate the connection immediately but continued to receive and ignore the leftover packets from the client. While these packets are ignored, they are still parsed, and if they use a compression method with another known vulnerability, it will lead to exploitation of it without authentication. This issue was found with [ClickHouse Bug Bounty Program](https://github.com/ClickHouse/ClickHouse/issues/38986) by https://twitter.com/malacupa. [#56794](https://github.com/ClickHouse/ClickHouse/pull/56794) ([Alexey Milovidov](https://github.com/alexey-milovidov)).
#### Build/Testing/Packaging Improvement
* Backported in [#57022](https://github.com/ClickHouse/ClickHouse/issues/57022): There was an attempt to have the proper listing in [#44311](https://github.com/ClickHouse/ClickHouse/issues/44311), but the fix itself was in the wrong place, so it's still broken. See an [example](https://github.com/ClickHouse/ClickHouse/actions/runs/6897342568/job/18781001022#step:8:25). [#56989](https://github.com/ClickHouse/ClickHouse/pull/56989) ([Mikhail f. Shiryaev](https://github.com/Felixoid)).
#### Bug Fix (user-visible misbehavior in an official stable release)
* Fix ON CLUSTER queries without database on initial node [#56484](https://github.com/ClickHouse/ClickHouse/pull/56484) ([Nikolay Degterinsky](https://github.com/evillique)).
* Fix buffer overflow in Gorilla codec [#57107](https://github.com/ClickHouse/ClickHouse/pull/57107) ([Nikolay Degterinsky](https://github.com/evillique)).
* Close interserver connection on any exception before authentication [#57142](https://github.com/ClickHouse/ClickHouse/pull/57142) ([Antonio Andelic](https://github.com/antonio2368)).
#### NOT FOR CHANGELOG / INSIGNIFICANT
* Fix client suggestions for user without grants [#56234](https://github.com/ClickHouse/ClickHouse/pull/56234) ([Nikolay Degterinsky](https://github.com/evillique)).
* Fix pygithub [#56778](https://github.com/ClickHouse/ClickHouse/pull/56778) ([Mikhail f. Shiryaev](https://github.com/Felixoid)).
* Avoid dependencies with no fixed versions [#56914](https://github.com/ClickHouse/ClickHouse/pull/56914) ([Alexey Milovidov](https://github.com/alexey-milovidov)).
* Tiny improvement security [#57171](https://github.com/ClickHouse/ClickHouse/pull/57171) ([Mikhail f. Shiryaev](https://github.com/Felixoid)).

View File

@ -1,12 +1,15 @@
v23.10.5.20-stable 2023-11-25
v23.10.4.25-stable 2023-11-17
v23.10.3.5-stable 2023-11-10
v23.10.2.13-stable 2023-11-08
v23.10.1.1976-stable 2023-11-02
v23.9.6.20-stable 2023-11-25
v23.9.5.29-stable 2023-11-17
v23.9.4.11-stable 2023-11-08
v23.9.3.12-stable 2023-10-31
v23.9.2.56-stable 2023-10-19
v23.9.1.1854-stable 2023-09-29
v23.8.8.20-lts 2023-11-25
v23.8.7.24-lts 2023-11-17
v23.8.6.16-lts 2023-11-08
v23.8.5.16-lts 2023-10-31
@ -34,6 +37,7 @@ v23.4.4.16-stable 2023-06-17
v23.4.3.48-stable 2023-06-12
v23.4.2.11-stable 2023-05-02
v23.4.1.1943-stable 2023-04-27
v23.3.18.15-lts 2023-11-25
v23.3.17.13-lts 2023-11-17
v23.3.16.7-lts 2023-11-08
v23.3.15.29-lts 2023-10-31

1 v23.10.4.25-stable v23.10.5.20-stable 2023-11-17 2023-11-25
1 v23.10.5.20-stable 2023-11-25
2 v23.10.4.25-stable v23.10.4.25-stable 2023-11-17 2023-11-17
3 v23.10.3.5-stable v23.10.3.5-stable 2023-11-10 2023-11-10
4 v23.10.2.13-stable v23.10.2.13-stable 2023-11-08 2023-11-08
5 v23.10.1.1976-stable v23.10.1.1976-stable 2023-11-02 2023-11-02
6 v23.9.6.20-stable 2023-11-25
7 v23.9.5.29-stable v23.9.5.29-stable 2023-11-17 2023-11-17
8 v23.9.4.11-stable v23.9.4.11-stable 2023-11-08 2023-11-08
9 v23.9.3.12-stable v23.9.3.12-stable 2023-10-31 2023-10-31
10 v23.9.2.56-stable v23.9.2.56-stable 2023-10-19 2023-10-19
11 v23.9.1.1854-stable v23.9.1.1854-stable 2023-09-29 2023-09-29
12 v23.8.8.20-lts 2023-11-25
13 v23.8.7.24-lts v23.8.7.24-lts 2023-11-17 2023-11-17
14 v23.8.6.16-lts v23.8.6.16-lts 2023-11-08 2023-11-08
15 v23.8.5.16-lts v23.8.5.16-lts 2023-10-31 2023-10-31
37 v23.4.3.48-stable v23.4.3.48-stable 2023-06-12 2023-06-12
38 v23.4.2.11-stable v23.4.2.11-stable 2023-05-02 2023-05-02
39 v23.4.1.1943-stable v23.4.1.1943-stable 2023-04-27 2023-04-27
40 v23.3.18.15-lts 2023-11-25
41 v23.3.17.13-lts v23.3.17.13-lts 2023-11-17 2023-11-17
42 v23.3.16.7-lts v23.3.16.7-lts 2023-11-08 2023-11-08
43 v23.3.15.29-lts v23.3.15.29-lts 2023-10-31 2023-10-31