From 82ebbffb011a8eac1a9f122c4aca97d053fe22cb Mon Sep 17 00:00:00 2001 From: Anish Lakhwara Date: Thu, 22 May 2025 19:01:35 -0700 Subject: [PATCH 1/3] Changelog for v6.3.4167 --- docs/technical-changelog.mdx | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index 4f8d0c4b4..1244a0bb8 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 */} +# 6.3 Patch 2 + +## v6.3.4167 + +- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.3.4167) + +- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.3.4167) + +- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.3.4167) + +- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.3.4167) + +### Reverts + + There were no reverts for this release + +### Uncategorized + +#### Others + +- [Backport 6.3.x] cody-gateway-config: allow Enterprise tier, rename misleading method `(PR #5541)` + +{/* RSS={"version":"v6.3.4167", "releasedAt": "2025-05-23"} */} + + # 6.3 Patch 1 ## v6.3.2692 From 502a430efb70498905b11798582afe1a1a0944bd Mon Sep 17 00:00:00 2001 From: Anish Lakhwara Date: Thu, 22 May 2025 19:09:43 -0700 Subject: [PATCH 2/3] mention claude 4 --- docs/technical-changelog.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index 1244a0bb8..5ce90f129 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -24,6 +24,7 @@ This page documents all notable changes to Sourcegraph. For more detailed change #### Others +- Claude 4 Available - [Backport 6.3.x] cody-gateway-config: allow Enterprise tier, rename misleading method `(PR #5541)` {/* RSS={"version":"v6.3.4167", "releasedAt": "2025-05-23"} */} From 09564b6cd14d082c6a764b2b286f6fdf21163d4f Mon Sep 17 00:00:00 2001 From: Anish Lakhwara Date: Fri, 23 May 2025 10:11:52 -0700 Subject: [PATCH 3/3] add to releases.mdx --- docs/releases.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/releases.mdx b/docs/releases.mdx index eb382f469..fbff554bf 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.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) | | 6.3 Patch 0 | April 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v630) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 6.2 Patch 3 | April 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v623841) | [Install](https://sourcegraph.com/docs/admin/deploy) |