Skip to content

Commit 6130c17

Browse files
Changelog for v6.2.2553 (#1088)
This is an automated changelog update for v6.2.2553 --------- Co-authored-by: Warren Gifford <[email protected]>
1 parent 3045df0 commit 6130c17

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-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.2 Patch 2 | April 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v622553) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1516
| 6.2 Patch 1 | April 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v621106) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1617
| 6.2 Patch 0 | April 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v620) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1718
| 6.1 Patch 5 | March 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v615633) | [Install](https://sourcegraph.com/docs/admin/deploy) |

docs/technical-changelog.mdx

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

55
{/* CHANGELOG_START */}
66

7+
# 6.2 Patch 2
8+
9+
## v6.2.2553
10+
11+
- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.2.2553)
12+
13+
- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.2.2553)
14+
15+
- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.2.2553)
16+
17+
- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.2.2553)
18+
19+
### Features
20+
21+
#### Source
22+
23+
- create different proxy interpretation modes for sub repo ip perms matching `(PR #4745)`
24+
- authz: Add Perforce IP rule interpretation modes (`unified` (default), `directOnly`, `proxyOnly`) in site configuration via `rulesInterpretationMode` field to provide more predictable sub-repo permissions behavior
25+
Backport 774ac0c653371b0acbae62e233764dc6729fddf3 from #4713
26+
27+
### Fix
28+
29+
#### Cody
30+
31+
- Add new bedrock fields to legacy completions config `(PR #4940)`
32+
- Backport 0d9f70dd54a4c20621fe7404d3c7598e60264f59 from #4771
33+
34+
### Chore
35+
36+
#### Security
37+
38+
- [6.2.x] Auto-update all packages in Sourcegraph container images `(PR #4723)`
39+
40+
### Reverts
41+
42+
There were no reverts for this release
43+
44+
### Uncategorized
45+
46+
#### Others
47+
48+
- [Backport 6.2.x] completions/azureopenai: reasoning and API version configuration `(PR #4936)`
49+
- [backport 6.2.x] repoupdater: Initialize subrepoperms (#4756) `(PR #4760)`
50+
51+
{/* RSS={"version":"v6.2.2553", "releasedAt": "2025-04-16"} */}
52+
53+
754
# 6.2 Patch 1
855

956
## v6.2.1106

0 commit comments

Comments
 (0)