File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ Currently supported versions of Sourcegraph:
12
12
13
13
| ** Release** | ** General Availability Date** | ** Supported** | ** Release Notes** | ** Install** |
14
14
| --------------| -------------------------------| ---------------| --------------------------------------------------------------------| ------------------------------------------------------|
15
+ | 6.7 Patch 5 | September 2025 | ✅ | [ Notes] ( https://sourcegraph.com/docs/technical-changelog#v672720 ) | [ Install] ( https://sourcegraph.com/docs/admin/deploy ) |
16
+ | 6.7 Patch 4 | September 2025 | ✅ | [ Notes] ( https://sourcegraph.com/docs/technical-changelog#v672518 ) | [ Install] ( https://sourcegraph.com/docs/admin/deploy ) |
17
+ | 6.7 Patch 3 | August 2025 | ✅ | [ Notes] ( https://sourcegraph.com/docs/technical-changelog#v671104 ) | [ Install] ( https://sourcegraph.com/docs/admin/deploy ) |
15
18
| 6.7 Patch 2 | August 2025 | ✅ | [ Notes] ( https://sourcegraph.com/docs/technical-changelog#v67375 ) | [ Install] ( https://sourcegraph.com/docs/admin/deploy ) |
16
19
| 6.7 Patch 1 | August 2025 | ✅ | [ Notes] ( https://sourcegraph.com/docs/technical-changelog#v67229 ) | [ Install] ( https://sourcegraph.com/docs/admin/deploy ) |
17
20
| 6.7 Patch 0 | August 2025 | ✅ | [ Notes] ( https://sourcegraph.com/docs/technical-changelog#v670 ) | [ Install] ( https://sourcegraph.com/docs/admin/deploy ) |
Original file line number Diff line number Diff line change @@ -4,6 +4,32 @@ This page documents all notable changes to Sourcegraph. For more detailed change
4
4
5
5
{/* CHANGELOG_START */}
6
6
7
+ # 6.7 Patch 5
8
+
9
+ ## v6.7.2720
10
+
11
+ - [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.7.2720)
12
+
13
+ - [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.7.2720)
14
+
15
+ - [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.7.2720)
16
+
17
+ - [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.7.2720)
18
+
19
+ ### Fix
20
+
21
+ #### Cody
22
+
23
+ - Add reasoning to GPT-5 models `(PR #7223)`
24
+ - Fixed model configuration to include reasoning parameter.
25
+
26
+ ### Reverts
27
+
28
+ There were no reverts for this release
29
+
30
+ {/* RSS={"version":"v6.7.2720", "releasedAt": "2025-09-04"} */}
31
+
32
+
7
33
# 6.7 Patch 4
8
34
9
35
## v6.7.2518
@@ -28,7 +54,7 @@ This page documents all notable changes to Sourcegraph. For more detailed change
28
54
29
55
#### Source
30
56
31
- - pass noSignIn field in Gerrit auth provider correctly `(PR #7206)`
57
+ - Pass noSignIn field in Gerrit auth provider correctly `(PR #7206)`
32
58
- Update account connection modal display logic `(PR #7177)`
33
59
34
60
### Reverts
You can’t perform that action at this time.
0 commit comments