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

This commit is contained in:
robot-clickhouse 2023-07-08 23:14:02 +00:00
parent 508a9c1800
commit 45d36b736a
5 changed files with 30 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,25 @@
---
sidebar_position: 1
sidebar_label: 2023
---
# 2023 Changelog
### ClickHouse release v23.6.2.18-stable (89f39a7ccfe) FIXME as compared to v23.6.1.1524-stable (d1c7e13d088)
#### Build/Testing/Packaging Improvement
* Backported in [#51888](https://github.com/ClickHouse/ClickHouse/issues/51888): Update cargo dependencies. [#51721](https://github.com/ClickHouse/ClickHouse/pull/51721) ([Raúl Marín](https://github.com/Algunenano)).
#### Bug Fix (user-visible misbehavior in an official stable release)
* Fix reading from empty column in `parseSipHashKey` [#51804](https://github.com/ClickHouse/ClickHouse/pull/51804) ([Nikita Taranov](https://github.com/nickitat)).
* Allow parametric UDFs [#51964](https://github.com/ClickHouse/ClickHouse/pull/51964) ([Alexey Milovidov](https://github.com/alexey-milovidov)).
#### NOT FOR CHANGELOG / INSIGNIFICANT
* Remove the usage of Analyzer setting in the client [#51578](https://github.com/ClickHouse/ClickHouse/pull/51578) ([Alexey Milovidov](https://github.com/alexey-milovidov)).
* Fix 02116_tuple_element with Analyzer [#51669](https://github.com/ClickHouse/ClickHouse/pull/51669) ([Robert Schulze](https://github.com/rschu1ze)).
* Fix SQLLogic docker images [#51719](https://github.com/ClickHouse/ClickHouse/pull/51719) ([Antonio Andelic](https://github.com/antonio2368)).
* Fix source image for sqllogic [#51728](https://github.com/ClickHouse/ClickHouse/pull/51728) ([Mikhail f. Shiryaev](https://github.com/Felixoid)).
* Pin for docker-ce [#51743](https://github.com/ClickHouse/ClickHouse/pull/51743) ([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