Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
28 changes: 27 additions & 1 deletion docs/technical-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down