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) | 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