From ebc0b89b49ab6e73ad71dac3472d6f27bd4cf9f8 Mon Sep 17 00:00:00 2001 From: Jacob Pleiness Date: Wed, 14 May 2025 17:41:51 -0400 Subject: [PATCH 1/2] Changelog for v6.3.2692 --- docs/technical-changelog.mdx | 37 ++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index 88321d93e..55e4ee911 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -4,6 +4,43 @@ This page documents all notable changes to Sourcegraph. For more detailed change {/* CHANGELOG_START */} +# 6.3 Patch 1 + +## v6.3.2692 + +- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.3.2692) + +- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.3.2692) + +- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.3.2692) + +- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.3.2692) + +### Features + +#### Code Intelligence + +- Add env var to disable precise code intel `(PR #5357)` + +#### Tenant/Reconciler + +- ignore deleted workspaces when reporting instance status `(PR #5161)` + +### Reverts + + There were no reverts for this release + +### Uncategorized + +#### Others + +- [Backport 6.3.x] authz: Reduce updates on pending perms tables `(PR #5365)` +- [Backport 6.3.x] openaicompatible: support custom headers && pure inference through /chat/completions `(PR #5361)` +- [Backport 6.3.x] workspaces: clarify that deletion does not affect Sourcegraph Account `(PR #5273)` + +{/* RSS={"version":"v6.3.2692", "releasedAt": "2025-05-14"} */} + + # 6.3 Patch 0 ## v6.3.0 From 8f056e2cfaa32e65397fecdb3d5eb2cadc2e1be5 Mon Sep 17 00:00:00 2001 From: Jacob Pleiness Date: Wed, 14 May 2025 17:47:26 -0400 Subject: [PATCH 2/2] Fixup docs --- docs/releases.mdx | 1 + docs/technical-changelog.mdx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/releases.mdx b/docs/releases.mdx index 6ed9a9b3a..eb382f469 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 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) | | 6.2 Patch 2 | April 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v622553) | [Install](https://sourcegraph.com/docs/admin/deploy) | diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index 55e4ee911..4f8d0c4b4 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -24,7 +24,7 @@ This page documents all notable changes to Sourcegraph. For more detailed change #### Tenant/Reconciler -- ignore deleted workspaces when reporting instance status `(PR #5161)` +- Ignore deleted workspaces when reporting instance status `(PR #5161)` ### Reverts