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
1 change: 1 addition & 0 deletions docs/releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Currently supported versions of Sourcegraph:

| **Release** | **General Availability Date** | **Supported** | **Release Notes** | **Install** |
| ------------ | ----------------------------- | ------------- | ------------------------------------------------------------------ | ---------------------------------------------------- |
| 6.8 Patch 1 | September 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v682313) | [Install](https://sourcegraph.com/docs/admin/deploy) |
| 6.8 Patch 0 | September 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v680) | [Install](https://sourcegraph.com/docs/admin/deploy) |
| 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) |
Expand Down
30 changes: 30 additions & 0 deletions docs/technical-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,36 @@ This page documents all notable changes to Sourcegraph. For more detailed change

{/* CHANGELOG_START */}

# 6.8 Patch 1

## v6.8.2313

- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.8.2313)

- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.8.2313)

- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.8.2313)

- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.8.2313)

### Reverts

There were no reverts for this release

### Uncategorized

#### Others

- [Backport 6.8.x] Handle user soft delete errors in prompts resolver gracefully `(PR #7452)`
- Backport 4f2e3577235575b45573182254c9cf250e37d86d from #7439
- [Backport 6.8.x] Update Cody Web to 0.36.0 `(PR #7451)`
- Update Cody Web to 0.36.0
Backport 05d5faee1fe8f7f0785a928684c694d228558bdb from #7448
- [Backport 6.8.x] Use median value for sorting insight series `(PR #7375)`

{/* RSS={"version":"v6.8.2313", "releasedAt": "2025-10-01"} */}


# 6.8 Patch 0

## v6.8.0
Expand Down