Merge pull request #50844 from ClickHouse/auto/v23.5.2.7-stable

Update version_date.tsv and changelogs after v23.5.2.7-stable
This commit is contained in:
alesapin 2023-06-11 11:10:18 +02:00 committed by GitHub
commit 29e2dc4919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 22 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.1.3174"
ARG VERSION="23.5.2.7"
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.1.3174"
ARG VERSION="23.5.2.7"
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.1.3174"
ARG VERSION="23.5.2.7"
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,18 @@
---
sidebar_position: 1
sidebar_label: 2023
---
# 2023 Changelog
### ClickHouse release v23.5.2.7-stable (5751aa1ab9f) FIXME as compared to v23.5.1.3174-stable (2fec796e73e)
#### Bug Fix (user-visible misbehavior in an official stable release)
* Do not read all the columns from right GLOBAL JOIN table. [#50721](https://github.com/ClickHouse/ClickHouse/pull/50721) ([Nikolai Kochetov](https://github.com/KochetovNicolai)).
#### NOT FOR CHANGELOG / INSIGNIFICANT
* Fix build for aarch64 (temporary disable azure) [#50770](https://github.com/ClickHouse/ClickHouse/pull/50770) ([alesapin](https://github.com/alesapin)).
* Rename azure_blob_storage to azureBlobStorage [#50812](https://github.com/ClickHouse/ClickHouse/pull/50812) ([SmitaRKulkarni](https://github.com/SmitaRKulkarni)).

View File

@ -1,3 +1,4 @@
v23.5.2.7-stable 2023-06-10
v23.5.1.3174-stable 2023-06-09
v23.4.2.11-stable 2023-05-02
v23.4.1.1943-stable 2023-04-27

1 v23.5.1.3174-stable v23.5.2.7-stable 2023-06-09 2023-06-10
1 v23.5.2.7-stable 2023-06-10
2 v23.5.1.3174-stable v23.5.1.3174-stable 2023-06-09 2023-06-09
3 v23.4.2.11-stable v23.4.2.11-stable 2023-05-02 2023-05-02
4 v23.4.1.1943-stable v23.4.1.1943-stable 2023-04-27 2023-04-27