Update version_date.tsv and changelogs after v22.8.20.11-lts

This commit is contained in:
robot-clickhouse 2023-07-08 23:17:41 +00:00
parent 508a9c1800
commit c968fe808f
5 changed files with 25 additions and 3 deletions

View File

@ -32,7 +32,7 @@ RUN arch=${TARGETARCH:-amd64} \
esac
ARG REPOSITORY="https://s3.amazonaws.com/clickhouse-builds/22.4/31c367d3cd3aefd316778601ff6565119fe36682/package_release"
ARG VERSION="23.6.1.1524"
ARG VERSION="23.6.2.18"
ARG PACKAGES="clickhouse-keeper"
# user/group precreated explicitly with fixed uid/gid on purpose.

View File

@ -33,7 +33,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.6.1.1524"
ARG VERSION="23.6.2.18"
ARG PACKAGES="clickhouse-client clickhouse-server clickhouse-common-static"
# user/group precreated explicitly with fixed uid/gid on purpose.

View File

@ -23,7 +23,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.6.1.1524"
ARG VERSION="23.6.2.18"
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,20 @@
---
sidebar_position: 1
sidebar_label: 2023
---
# 2023 Changelog
### ClickHouse release v22.8.20.11-lts (c9ca79e24e8) FIXME as compared to v22.8.19.10-lts (989bc2fe8b0)
#### Bug Fix (user-visible misbehavior in an official stable release)
* Fix broken index analysis when binary operator contains a null constant argument [#50177](https://github.com/ClickHouse/ClickHouse/pull/50177) ([Amos Bird](https://github.com/amosbird)).
* Fix incorrect constant folding [#50536](https://github.com/ClickHouse/ClickHouse/pull/50536) ([Alexey Milovidov](https://github.com/alexey-milovidov)).
* Fix fuzzer failure in ActionsDAG [#51301](https://github.com/ClickHouse/ClickHouse/pull/51301) ([Alexey Milovidov](https://github.com/alexey-milovidov)).
* Fix segfault in MathUnary [#51499](https://github.com/ClickHouse/ClickHouse/pull/51499) ([Ilya Yatsishin](https://github.com/qoega)).
#### NOT FOR CHANGELOG / INSIGNIFICANT
* Decoupled commits from [#51180](https://github.com/ClickHouse/ClickHouse/issues/51180) for backports [#51561](https://github.com/ClickHouse/ClickHouse/pull/51561) ([Mikhail f. Shiryaev](https://github.com/Felixoid)).

View File

@ -1,3 +1,4 @@
v23.6.2.18-stable 2023-07-09
v23.6.1.1524-stable 2023-06-30
v23.5.4.25-stable 2023-06-29
v23.5.3.24-stable 2023-06-17
@ -55,6 +56,7 @@ v22.9.4.32-stable 2022-10-26
v22.9.3.18-stable 2022-09-30
v22.9.2.7-stable 2022-09-23
v22.9.1.2603-stable 2022-09-22
v22.8.20.11-lts 2023-07-09
v22.8.19.10-lts 2023-06-17
v22.8.18.31-lts 2023-06-12
v22.8.17.17-lts 2023-04-22

1 v23.6.1.1524-stable v23.6.2.18-stable 2023-06-30 2023-07-09
1 v23.6.2.18-stable 2023-07-09
2 v23.6.1.1524-stable v23.6.1.1524-stable 2023-06-30 2023-06-30
3 v23.5.4.25-stable v23.5.4.25-stable 2023-06-29 2023-06-29
4 v23.5.3.24-stable v23.5.3.24-stable 2023-06-17 2023-06-17
56 v22.9.3.18-stable v22.9.3.18-stable 2022-09-30 2022-09-30
57 v22.9.2.7-stable v22.9.2.7-stable 2022-09-23 2022-09-23
58 v22.9.1.2603-stable v22.9.1.2603-stable 2022-09-22 2022-09-22
59 v22.8.20.11-lts 2023-07-09
60 v22.8.19.10-lts v22.8.19.10-lts 2023-06-17 2023-06-17
61 v22.8.18.31-lts v22.8.18.31-lts 2023-06-12 2023-06-12
62 v22.8.17.17-lts v22.8.17.17-lts 2023-04-22 2023-04-22