Skip to content

Commit 3bcdd3c

Browse files
Changelog for v6.7.229 (#1334)
This is an automated changelog update for v6.7.229 --------- Co-authored-by: Anish Lakhwara <[email protected]>
1 parent bc4f9dd commit 3bcdd3c

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

docs/releases.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Currently supported versions of Sourcegraph:
1212

1313
| **Release** | **General Availability Date** | **Supported** | **Release Notes** | **Install** |
1414
|--------------|-------------------------------|---------------|--------------------------------------------------------------------|------------------------------------------------------|
15+
| 6.7 Patch 1 | August 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v67229) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1516
| 6.7 Patch 0 | August 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v670) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1617
| 6.6 Patch 2 | August 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v662517) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1718
| 6.6 Patch 1 | June 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v66868) | [Install](https://sourcegraph.com/docs/admin/deploy) |

docs/technical-changelog.mdx

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@ This page documents all notable changes to Sourcegraph. For more detailed change
44

55
{/* CHANGELOG_START */}
66

7+
# 6.7 Patch 1
8+
9+
## v6.7.229
10+
11+
- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.7.229)
12+
13+
- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.7.229)
14+
15+
- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.7.229)
16+
17+
- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.7.229)
18+
19+
### Fix
20+
21+
#### Cody
22+
23+
- add reasoning to GPT-5 models `(PR #7107)`
24+
- Fixed OpenAI GPT-5 reasoning model to use correct temperature and top_p parameters. These models now default to 0 for both parameters, allowing OpenAI to use its optimized defaults for reasoning tasks. Backport 59a57c27d8c27a665d596b4324f85177914758a3 from #7092
25+
- Include `UseLegacyCompletions` in the config conversion layer `(PR #7089)`
26+
- Addresses `422 Unprocessable Entity` errors due to Cody client using `/v1/chat/completions` instead of the legacy `/v1/completions`.
27+
Backport 231d6ebe20ec8e327fc9695f4df5e6039bb8208e from #7054
28+
29+
### Reverts
30+
31+
There were no reverts for this release
32+
33+
{/* RSS={"version":"v6.7.229", "releasedAt": "2025-08-22"} */}
34+
35+
736
# 6.7 Patch 0
837

938
## v6.7.0

0 commit comments

Comments
 (0)