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 5b978aa35..3828fec83 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 5 + +## 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 @@ -28,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