diff --git a/cmake/autogenerated_versions.txt b/cmake/autogenerated_versions.txt index 0f85d434350c..b79e759db3e7 100644 --- a/cmake/autogenerated_versions.txt +++ b/cmake/autogenerated_versions.txt @@ -7,9 +7,9 @@ SET(VERSION_MAJOR 22) SET(VERSION_MINOR 8) SET(VERSION_PATCH 15) -SET(VERSION_TWEAK 24) +SET(VERSION_TWEAK 25) SET(VERSION_FLAVOUR altinitystable) -SET(VERSION_DESCRIBE v22.8.15.24.altinitystable) -SET(VERSION_STRING 22.8.15.24.altinitystable) -# end of autochange \ No newline at end of file +SET(VERSION_DESCRIBE v22.8.15.25.altinitystable) +SET(VERSION_STRING 22.8.15.25.altinitystable) +# end of autochange diff --git a/docker/packager/binary/Dockerfile b/docker/packager/binary/Dockerfile index 818472a52d55..edad920313c4 100644 --- a/docker/packager/binary/Dockerfile +++ b/docker/packager/binary/Dockerfile @@ -53,7 +53,7 @@ RUN arch=${TARGETARCH:-amd64} \ && dpkg -i /tmp/nfpm.deb \ && rm /tmp/nfpm.deb -ARG GO_VERSION=1.18.3 +ARG GO_VERSION=1.19.8 # We need go for clickhouse-diagnostics RUN arch=${TARGETARCH:-amd64} \ && curl -Lo /tmp/go.tgz "https://go.dev/dl/go${GO_VERSION}.linux-${arch}.tar.gz" \ diff --git a/packages/clickhouse-common-static.yaml b/packages/clickhouse-common-static.yaml index 3167e78dbc3e..429d3fbcb678 100644 --- a/packages/clickhouse-common-static.yaml +++ b/packages/clickhouse-common-static.yaml @@ -33,8 +33,9 @@ deb: contents: - src: root/usr/bin/clickhouse dst: /usr/bin/clickhouse -- src: root/usr/bin/clickhouse-diagnostics - dst: /usr/bin/clickhouse-diagnostics +# Excluded due to CVEs in go runtime that popup constantly +# - src: root/usr/bin/clickhouse-diagnostics +# dst: /usr/bin/clickhouse-diagnostics - src: root/usr/bin/clickhouse-extract-from-config dst: /usr/bin/clickhouse-extract-from-config - src: root/usr/bin/clickhouse-library-bridge