Update version_date.tsv and changelogs after v23.5.3.24-stable

This commit is contained in:
robot-clickhouse 2023-06-17 13:58:31 +00:00
parent c2e4a7714f
commit 3e880fe1bd
5 changed files with 33 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.5.2.7"
ARG VERSION="23.5.3.24"
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.5.2.7"
ARG VERSION="23.5.3.24"
ARG PACKAGES="clickhouse-client clickhouse-server clickhouse-common-static"
# user/group precreated explicitly with fixed uid/gid on purpose.

View File

@ -22,7 +22,7 @@ RUN sed -i "s|http://archive.ubuntu.com|${apt_archive}|g" /etc/apt/sources.list
ARG REPO_CHANNEL="stable"
ARG REPOSITORY="deb https://packages.clickhouse.com/deb ${REPO_CHANNEL} main"
ARG VERSION="23.5.2.7"
ARG VERSION="23.5.3.24"
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: 2023
---
# 2023 Changelog
### ClickHouse release v23.5.3.24-stable (76f54616d3b) FIXME as compared to v23.5.2.7-stable (5751aa1ab9f)
#### Bug Fix (user-visible misbehavior in an official stable release)
* Fix Log family table return wrong rows count after truncate [#50585](https://github.com/ClickHouse/ClickHouse/pull/50585) ([flynn](https://github.com/ucasfl)).
* Fix bug in `uniqExact` parallel merging [#50590](https://github.com/ClickHouse/ClickHouse/pull/50590) ([Nikita Taranov](https://github.com/nickitat)).
* Revert recent grace hash join changes [#50699](https://github.com/ClickHouse/ClickHouse/pull/50699) ([vdimir](https://github.com/vdimir)).
* Avoid storing logs in Keeper containing unknown operation [#50751](https://github.com/ClickHouse/ClickHouse/pull/50751) ([Antonio Andelic](https://github.com/antonio2368)).
* Add compat setting for non-const timezones [#50834](https://github.com/ClickHouse/ClickHouse/pull/50834) ([Robert Schulze](https://github.com/rschu1ze)).
* Fix iceberg V2 optional metadata parsing [#50974](https://github.com/ClickHouse/ClickHouse/pull/50974) ([Kseniia Sumarokova](https://github.com/kssenii)).
* Fix subtly broken copy-on-write of ColumnLowCardinality dictionary [#51064](https://github.com/ClickHouse/ClickHouse/pull/51064) ([Michael Kolupaev](https://github.com/al13n321)).
* Generate safe IVs [#51086](https://github.com/ClickHouse/ClickHouse/pull/51086) ([Salvatore Mesoraca](https://github.com/aiven-sal)).
#### NOT FOR CHANGELOG / INSIGNIFICANT
* Don't mark a part as broken on `Poco::TimeoutException` [#50811](https://github.com/ClickHouse/ClickHouse/pull/50811) ([Alexander Tokmakov](https://github.com/tavplubix)).
* Fix a versions' tweak for tagged commits, improve version_helper [#51035](https://github.com/ClickHouse/ClickHouse/pull/51035) ([Mikhail f. Shiryaev](https://github.com/Felixoid)).
* Sqlancer has changed master to main [#51060](https://github.com/ClickHouse/ClickHouse/pull/51060) ([Mikhail f. Shiryaev](https://github.com/Felixoid)).

View File

@ -1,8 +1,11 @@
v23.5.3.24-stable 2023-06-17
v23.5.2.7-stable 2023-06-10
v23.5.1.3174-stable 2023-06-09
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.4.17-lts 2023-06-17
v23.3.3.52-lts 2023-06-12
v23.3.2.37-lts 2023-04-22
v23.3.1.2823-lts 2023-03-31
@ -46,6 +49,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.19.10-lts 2023-06-17
v22.8.18.31-lts 2023-06-12
v22.8.17.17-lts 2023-04-22
v22.8.16.32-lts 2023-04-04

1 v23.5.2.7-stable v23.5.3.24-stable 2023-06-10 2023-06-17
1 v23.5.3.24-stable 2023-06-17
2 v23.5.2.7-stable v23.5.2.7-stable 2023-06-10 2023-06-10
3 v23.5.1.3174-stable v23.5.1.3174-stable 2023-06-09 2023-06-09
4 v23.4.4.16-stable 2023-06-17
5 v23.4.3.48-stable v23.4.3.48-stable 2023-06-12 2023-06-12
6 v23.4.2.11-stable v23.4.2.11-stable 2023-05-02 2023-05-02
7 v23.4.1.1943-stable v23.4.1.1943-stable 2023-04-27 2023-04-27
8 v23.3.4.17-lts 2023-06-17
9 v23.3.3.52-lts v23.3.3.52-lts 2023-06-12 2023-06-12
10 v23.3.2.37-lts v23.3.2.37-lts 2023-04-22 2023-04-22
11 v23.3.1.2823-lts v23.3.1.2823-lts 2023-03-31 2023-03-31
49 v22.9.3.18-stable v22.9.3.18-stable 2022-09-30 2022-09-30
50 v22.9.2.7-stable v22.9.2.7-stable 2022-09-23 2022-09-23
51 v22.9.1.2603-stable v22.9.1.2603-stable 2022-09-22 2022-09-22
52 v22.8.19.10-lts 2023-06-17
53 v22.8.18.31-lts v22.8.18.31-lts 2023-06-12 2023-06-12
54 v22.8.17.17-lts v22.8.17.17-lts 2023-04-22 2023-04-22
55 v22.8.16.32-lts v22.8.16.32-lts 2023-04-04 2023-04-04