From 97602ef4ddf344ca22e113cc11f645816aa33695 Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Wed, 8 Jan 2025 21:16:22 +0200 Subject: [PATCH 1/2] Changelog for v5.11.3601 --- docs/technical-changelog.mdx | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index 709187374..0886fe285 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -4,6 +4,31 @@ This page documents all notable changes to Sourcegraph. For more detailed change {/* CHANGELOG_START */} +# 5.11 Patch 2 + +## v5.11.3601 + +- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v5.11.3601) + +- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v5.11.3601) + +- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v5.11.3601) + +- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v5.11.3601) + +### Features + +#### Code Intelligence + +- Make syntactic indexing write partial index to disk already GZIP compressed `(PR #2646)` + +### Reverts + + There were no reverts for this release + +{/* RSS={"version":"v5.11.3601", "releasedAt": "2025-01-08"} */} + + # 5.11 Patch 1 ## v5.11.2732 From 76b5863e119ea29a7feca74002dfc00c4e7dfcd0 Mon Sep 17 00:00:00 2001 From: Anish Lakhwara Date: Wed, 8 Jan 2025 11:26:28 -0800 Subject: [PATCH 2/2] Update releases.mdx --- docs/releases.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/releases.mdx b/docs/releases.mdx index e18451750..cb0ca5bfe 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** | |--------------|-------------------------------|---------------|--------------------------------------------------------------------|------------------------------------------------------| +| 5.11 Patch 2 | January 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v5113601) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 5.11 Patch 1 | January 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v5112732) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 5.11 Patch 0 | December 2024 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v5110) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 5.10 Patch 3 | December 2024 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v5103940) | [Install](https://sourcegraph.com/docs/admin/deploy) |