From 1c92a20693bf4250d7e87f7c6be004cfec2595c2 Mon Sep 17 00:00:00 2001 From: robot-clickhouse Date: Tue, 31 Oct 2023 01:00:58 +0000 Subject: [PATCH] Update version_date.tsv and changelogs after v23.9.3.12-stable --- docker/keeper/Dockerfile | 2 +- docker/server/Dockerfile.alpine | 2 +- docker/server/Dockerfile.ubuntu | 2 +- docs/changelogs/v23.9.3.12-stable.md | 20 ++++++++++++++++++++ utils/list-versions/version_date.tsv | 4 ++++ 5 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 docs/changelogs/v23.9.3.12-stable.md diff --git a/docker/keeper/Dockerfile b/docker/keeper/Dockerfile index 2a332771fff..e569fed5229 100644 --- a/docker/keeper/Dockerfile +++ b/docker/keeper/Dockerfile @@ -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="23.9.2.56" +ARG VERSION="23.9.3.12" ARG PACKAGES="clickhouse-keeper" # user/group precreated explicitly with fixed uid/gid on purpose. diff --git a/docker/server/Dockerfile.alpine b/docker/server/Dockerfile.alpine index 7f81d10fc2e..d3addcfdb0b 100644 --- a/docker/server/Dockerfile.alpine +++ b/docker/server/Dockerfile.alpine @@ -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="23.9.2.56" +ARG VERSION="23.9.3.12" ARG PACKAGES="clickhouse-client clickhouse-server clickhouse-common-static" # user/group precreated explicitly with fixed uid/gid on purpose. diff --git a/docker/server/Dockerfile.ubuntu b/docker/server/Dockerfile.ubuntu index 80a5c869daa..d285d5f66c8 100644 --- a/docker/server/Dockerfile.ubuntu +++ b/docker/server/Dockerfile.ubuntu @@ -30,7 +30,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.9.2.56" +ARG VERSION="23.9.3.12" ARG PACKAGES="clickhouse-client clickhouse-server clickhouse-common-static" # set non-empty deb_location_url url to create a docker image diff --git a/docs/changelogs/v23.9.3.12-stable.md b/docs/changelogs/v23.9.3.12-stable.md new file mode 100644 index 00000000000..0d2a12fdf92 --- /dev/null +++ b/docs/changelogs/v23.9.3.12-stable.md @@ -0,0 +1,20 @@ +--- +sidebar_position: 1 +sidebar_label: 2023 +--- + +# 2023 Changelog + +### ClickHouse release v23.9.3.12-stable (b7230b06563) FIXME as compared to v23.9.2.56-stable (a1bf3f1de55) + +#### Bug Fix (user-visible misbehavior in an official stable release) + +* Fix storage Iceberg files retrieval [#55144](https://github.com/ClickHouse/ClickHouse/pull/55144) ([Kseniia Sumarokova](https://github.com/kssenii)). +* Try to fix possible segfault in Native ORC input format [#55891](https://github.com/ClickHouse/ClickHouse/pull/55891) ([Kruglov Pavel](https://github.com/Avogar)). +* Fix window functions in case of sparse columns. [#55895](https://github.com/ClickHouse/ClickHouse/pull/55895) ([János Benjamin Antal](https://github.com/antaljanosbenjamin)). + +#### NOT FOR CHANGELOG / INSIGNIFICANT + +* Use `--filter` to reduce checkout time [#54857](https://github.com/ClickHouse/ClickHouse/pull/54857) ([Mikhail f. Shiryaev](https://github.com/Felixoid)). +* One final leftover in diff_urls of PRInfo [#55874](https://github.com/ClickHouse/ClickHouse/pull/55874) ([Mikhail f. Shiryaev](https://github.com/Felixoid)). + diff --git a/utils/list-versions/version_date.tsv b/utils/list-versions/version_date.tsv index df6aa706b4b..3d8034c83a7 100644 --- a/utils/list-versions/version_date.tsv +++ b/utils/list-versions/version_date.tsv @@ -1,9 +1,12 @@ +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.5.16-lts 2023-10-31 v23.8.4.69-lts 2023-10-19 v23.8.3.48-lts 2023-09-27 v23.8.2.7-lts 2023-09-04 v23.8.1.2992-lts 2023-09-01 +v23.7.6.111-stable 2023-10-31 v23.7.5.30-stable 2023-08-28 v23.7.4.5-stable 2023-08-08 v23.7.3.14-stable 2023-08-05 @@ -23,6 +26,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.15.29-lts 2023-10-31 v23.3.14.78-lts 2023-10-18 v23.3.13.6-lts 2023-09-05 v23.3.12.11-lts 2023-09-04