From 7fd051ae21d65dab8779816f22e9efd94f89bbe7 Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Tue, 3 Jun 2025 23:09:18 +0200 Subject: [PATCH 1/2] Changelog for v6.4.1203 --- docs/technical-changelog.mdx | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index cd38e2093..23ef467b0 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -4,6 +4,38 @@ This page documents all notable changes to Sourcegraph. For more detailed change {/* CHANGELOG_START */} +# 6.4 Patch 2 + +## v6.4.1203 + +- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.4.1203) + +- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.4.1203) + +- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.4.1203) + +- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.4.1203) + +### Fix + +#### Release + +- verify glibc version in postgresql images `(PR #5735)` + - release: add container test to verify `glibc` version does not get unintentionally upgraded in PostgreSQL container images` Backport 68a8d54c9e8fd0a3ff0286d0141f07372209f19a from #5670 + +### Reverts + + There were no reverts for this release + +### Uncategorized + +#### Others + +- Backport executor PRs `(PR #5725)` + +{/* RSS={"version":"v6.4.1203", "releasedAt": "2025-06-03"} */} + + # 6.4 Patch 0 ## v6.4.0 From 6d6213d3614abc000ad562ddd84beebb0e21d911 Mon Sep 17 00:00:00 2001 From: Jacob Pleiness Date: Tue, 3 Jun 2025 18:18:54 -0400 Subject: [PATCH 2/2] update changelog and release page --- docs/releases.mdx | 1 + docs/technical-changelog.mdx | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/releases.mdx b/docs/releases.mdx index 831f24d94..c6b97e729 100644 --- a/docs/releases.mdx +++ b/docs/releases.mdx @@ -12,6 +12,7 @@ Currently supported versions of Sourcegraph: | **Release** | **General Availability Date** | **Supported** | **Release Notes** | **Install** | |--------------|-------------------------------|---------------|--------------------------------------------------------------------|------------------------------------------------------| +| 6.4 Patch 1 | June 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v641203) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 6.4 Patch 0 | May 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v640) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 6.3 Patch 2 | May 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v634167) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 6.3 Patch 1 | May 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v632692) | [Install](https://sourcegraph.com/docs/admin/deploy) | diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index 23ef467b0..74ebf0aa3 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -4,7 +4,7 @@ This page documents all notable changes to Sourcegraph. For more detailed change {/* CHANGELOG_START */} -# 6.4 Patch 2 +# 6.4 Patch 1 ## v6.4.1203 @@ -20,8 +20,8 @@ This page documents all notable changes to Sourcegraph. For more detailed change #### Release -- verify glibc version in postgresql images `(PR #5735)` - - release: add container test to verify `glibc` version does not get unintentionally upgraded in PostgreSQL container images` Backport 68a8d54c9e8fd0a3ff0286d0141f07372209f19a from #5670 +- Verify glibc version in postgresql images `(PR #5735)` + - Release: add container test to verify `glibc` version does not get unintentionally upgraded in PostgreSQL container images` ### Reverts