Update version_date.tsv and changelogs after v24.1.7.18-stable

This commit is contained in:
robot-clickhouse 2024-03-15 06:48:11 +00:00
parent 740b7ec4b7
commit 4e34887ab4
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="24.2.1.2248"
ARG VERSION="24.2.2.71"
ARG PACKAGES="clickhouse-keeper"
ARG DIRECT_DOWNLOAD_URLS=""

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="24.2.1.2248"
ARG VERSION="24.2.2.71"
ARG PACKAGES="clickhouse-client clickhouse-server clickhouse-common-static"
ARG DIRECT_DOWNLOAD_URLS=""

View File

@ -27,7 +27,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="24.2.1.2248"
ARG VERSION="24.2.2.71"
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,26 @@
---
sidebar_position: 1
sidebar_label: 2024
---
# 2024 Changelog
### ClickHouse release v24.1.7.18-stable (90925babd78) FIXME as compared to v24.1.6.52-stable (fa09f677bc9)
#### Bug Fix (user-visible misbehavior in an official stable release)
* Fix deadlock in parallel parsing when lots of rows are skipped due to errors [#60516](https://github.com/ClickHouse/ClickHouse/pull/60516) ([Kruglov Pavel](https://github.com/Avogar)).
* Fix_max_query_size_for_kql_compound_operator: [#60534](https://github.com/ClickHouse/ClickHouse/pull/60534) ([Yong Wang](https://github.com/kashwy)).
* Fix crash with different allow_experimental_analyzer value in subqueries [#60770](https://github.com/ClickHouse/ClickHouse/pull/60770) ([Dmitry Novik](https://github.com/novikd)).
* Fix Keeper reconfig for standalone binary [#61233](https://github.com/ClickHouse/ClickHouse/pull/61233) ([Antonio Andelic](https://github.com/antonio2368)).
#### CI Fix or Improvement (changelog entry is not required)
* Backported in [#61043](https://github.com/ClickHouse/ClickHouse/issues/61043): Debug and fix markreleaseready. [#60611](https://github.com/ClickHouse/ClickHouse/pull/60611) ([Mikhail f. Shiryaev](https://github.com/Felixoid)).
* Backported in [#61168](https://github.com/ClickHouse/ClickHouse/issues/61168): Just a preparation for the merge queue support. [#61099](https://github.com/ClickHouse/ClickHouse/pull/61099) ([Max K.](https://github.com/maxknv)).
* Backported in [#61192](https://github.com/ClickHouse/ClickHouse/issues/61192): ... [#61185](https://github.com/ClickHouse/ClickHouse/pull/61185) ([Max K.](https://github.com/maxknv)).
#### NOT FOR CHANGELOG / INSIGNIFICANT
* Cancel PipelineExecutor properly in case of exception in spawnThreads [#60499](https://github.com/ClickHouse/ClickHouse/pull/60499) ([Kruglov Pavel](https://github.com/Avogar)).

View File

@ -1,9 +1,13 @@
v24.2.2.71-stable 2024-03-15
v24.2.1.2248-stable 2024-02-29
v24.1.7.18-stable 2024-03-15
v24.1.6.52-stable 2024-03-07
v24.1.5.6-stable 2024-02-14
v24.1.4.20-stable 2024-02-14
v24.1.3.31-stable 2024-02-09
v24.1.2.5-stable 2024-02-02
v24.1.1.2048-stable 2024-01-30
v23.12.5.81-stable 2024-03-15
v23.12.4.15-stable 2024-02-09
v23.12.3.40-stable 2024-02-02
v23.12.2.59-stable 2024-01-05
@ -25,6 +29,7 @@ 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.11.28-lts 2024-03-15
v23.8.10.43-lts 2024-03-05
v23.8.9.54-lts 2024-01-05
v23.8.8.20-lts 2023-11-25
@ -55,6 +60,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.21.26-lts 2024-03-15
v23.3.20.27-lts 2024-03-05
v23.3.19.32-lts 2024-01-05
v23.3.18.15-lts 2023-11-25

1 v24.2.1.2248-stable v24.2.2.71-stable 2024-02-29 2024-03-15
1 v24.2.2.71-stable 2024-03-15
2 v24.2.1.2248-stable v24.2.1.2248-stable 2024-02-29 2024-02-29
3 v24.1.7.18-stable 2024-03-15
4 v24.1.6.52-stable 2024-03-07
5 v24.1.5.6-stable v24.1.5.6-stable 2024-02-14 2024-02-14
6 v24.1.4.20-stable v24.1.4.20-stable 2024-02-14 2024-02-14
7 v24.1.3.31-stable v24.1.3.31-stable 2024-02-09 2024-02-09
8 v24.1.2.5-stable v24.1.2.5-stable 2024-02-02 2024-02-02
9 v24.1.1.2048-stable v24.1.1.2048-stable 2024-01-30 2024-01-30
10 v23.12.5.81-stable 2024-03-15
11 v23.12.4.15-stable v23.12.4.15-stable 2024-02-09 2024-02-09
12 v23.12.3.40-stable v23.12.3.40-stable 2024-02-02 2024-02-02
13 v23.12.2.59-stable v23.12.2.59-stable 2024-01-05 2024-01-05
29 v23.9.3.12-stable v23.9.3.12-stable 2023-10-31 2023-10-31
30 v23.9.2.56-stable v23.9.2.56-stable 2023-10-19 2023-10-19
31 v23.9.1.1854-stable v23.9.1.1854-stable 2023-09-29 2023-09-29
32 v23.8.11.28-lts 2024-03-15
33 v23.8.10.43-lts v23.8.10.43-lts 2024-03-05 2024-03-05
34 v23.8.9.54-lts v23.8.9.54-lts 2024-01-05 2024-01-05
35 v23.8.8.20-lts v23.8.8.20-lts 2023-11-25 2023-11-25
60 v23.4.3.48-stable v23.4.3.48-stable 2023-06-12 2023-06-12
61 v23.4.2.11-stable v23.4.2.11-stable 2023-05-02 2023-05-02
62 v23.4.1.1943-stable v23.4.1.1943-stable 2023-04-27 2023-04-27
63 v23.3.21.26-lts 2024-03-15
64 v23.3.20.27-lts v23.3.20.27-lts 2024-03-05 2024-03-05
65 v23.3.19.32-lts v23.3.19.32-lts 2024-01-05 2024-01-05
66 v23.3.18.15-lts v23.3.18.15-lts 2023-11-25 2023-11-25