From 6131a67c041a1bea7a728b8a36db130df44b687a Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Sat, 18 Jan 2025 00:44:22 +0200 Subject: [PATCH 1/2] Changelog for v5.11.5234 --- docs/technical-changelog.mdx | 38 ++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index 62061e48f..bc1aebb08 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -4,6 +4,44 @@ This page documents all notable changes to Sourcegraph. For more detailed change {/* CHANGELOG_START */} +# 5.11 Patch 4 + +## v5.11.5234 + +- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v5.11.5234) + +- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v5.11.5234) + +- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v5.11.5234) + +- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v5.11.5234) + +### Features + +#### Perforce + +- Use depot name for label cache `(PR #2805)` + +### Fix + +#### Source + +- Possible Perforce changelists are now converted to their respective git commit during ResolveRevision `(PR #2825)` + +### Reverts + + There were no reverts for this release + +### Uncategorized + +#### Others + +- [Manual Backport]: update shellcheck to 0.10.0 `(PR #2838)` + - NA + +{/* RSS={"version":"v5.11.5234", "releasedAt": "2025-01-17"} */} + + # 5.11 Patch 3 ## v5.11.4013 From 69d2902848ca04b4d9c43d8dd1709ca39a87ace4 Mon Sep 17 00:00:00 2001 From: Anish Lakhwara Date: Fri, 17 Jan 2025 14:53:44 -0800 Subject: [PATCH 2/2] Add release 5.11.5234 --- docs/releases.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/releases.mdx b/docs/releases.mdx index b315870dc..66f99197a 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 4 | January 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v5114013) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 5.11 Patch 3 | January 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v5114013) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 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) |