From 8b7d84f69b1d8bc98ed90861e04f167a6a231d8d Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Thu, 4 Sep 2025 23:57:51 +0200 Subject: [PATCH 1/2] Changelog for v6.7.2720 --- docs/technical-changelog.mdx | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index 5b978aa35..94f16b27b 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -4,6 +4,32 @@ This page documents all notable changes to Sourcegraph. For more detailed change {/* CHANGELOG_START */} +# 6.7 Patch 6 + +## v6.7.2720 + +- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.7.2720) + +- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.7.2720) + +- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.7.2720) + +- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.7.2720) + +### Fix + +#### Cody + +- add reasoning to GPT-5 models `(PR #7223)` + - Fixed model configuration to include reasoning parameter. + +### Reverts + + There were no reverts for this release + +{/* RSS={"version":"v6.7.2720", "releasedAt": "2025-09-04"} */} + + # 6.7 Patch 4 ## v6.7.2518 From 641d2149a0b80ac8f011d5717b4398c04780a6ac Mon Sep 17 00:00:00 2001 From: Jacob Pleiness Date: Thu, 4 Sep 2025 18:06:44 -0400 Subject: [PATCH 2/2] fix up changelog --- docs/releases.mdx | 3 +++ docs/technical-changelog.mdx | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/releases.mdx b/docs/releases.mdx index 6e03d10c3..872323272 100644 --- a/docs/releases.mdx +++ b/docs/releases.mdx @@ -12,6 +12,9 @@ Currently supported versions of Sourcegraph: | **Release** | **General Availability Date** | **Supported** | **Release Notes** | **Install** | |--------------|-------------------------------|---------------|--------------------------------------------------------------------|------------------------------------------------------| +| 6.7 Patch 5 | September 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v672720) | [Install](https://sourcegraph.com/docs/admin/deploy) | +| 6.7 Patch 4 | September 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v672518) | [Install](https://sourcegraph.com/docs/admin/deploy) | +| 6.7 Patch 3 | August 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v671104) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 6.7 Patch 2 | August 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v67375) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 6.7 Patch 1 | August 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v67229) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 6.7 Patch 0 | August 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v670) | [Install](https://sourcegraph.com/docs/admin/deploy) | diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index 94f16b27b..3828fec83 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -4,7 +4,7 @@ This page documents all notable changes to Sourcegraph. For more detailed change {/* CHANGELOG_START */} -# 6.7 Patch 6 +# 6.7 Patch 5 ## v6.7.2720 @@ -20,7 +20,7 @@ This page documents all notable changes to Sourcegraph. For more detailed change #### Cody -- add reasoning to GPT-5 models `(PR #7223)` +- Add reasoning to GPT-5 models `(PR #7223)` - Fixed model configuration to include reasoning parameter. ### Reverts @@ -54,7 +54,7 @@ This page documents all notable changes to Sourcegraph. For more detailed change #### Source -- pass noSignIn field in Gerrit auth provider correctly `(PR #7206)` +- Pass noSignIn field in Gerrit auth provider correctly `(PR #7206)` - Update account connection modal display logic `(PR #7177)` ### Reverts