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 @@ -12,6 +12,7 @@ Currently supported versions of Sourcegraph:

| **Release** | **General Availability Date** | **Supported** | **Release Notes** | **Install** |
|--------------|-------------------------------|---------------|--------------------------------------------------------------------|------------------------------------------------------|
| 6.2 Patch 2 | April 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v622553) | [Install](https://sourcegraph.com/docs/admin/deploy) |
| 6.2 Patch 1 | April 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v621106) | [Install](https://sourcegraph.com/docs/admin/deploy) |
| 6.2 Patch 0 | April 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v620) | [Install](https://sourcegraph.com/docs/admin/deploy) |
| 6.1 Patch 5 | March 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v615633) | [Install](https://sourcegraph.com/docs/admin/deploy) |
Expand Down
47 changes: 47 additions & 0 deletions docs/technical-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,53 @@ This page documents all notable changes to Sourcegraph. For more detailed change

{/* CHANGELOG_START */}

# 6.2 Patch 2

## v6.2.2553

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

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

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

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

### Features

#### Source

- create different proxy interpretation modes for sub repo ip perms matching `(PR #4745)`
- 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
Backport 774ac0c653371b0acbae62e233764dc6729fddf3 from #4713

### Fix

#### Cody

- Add new bedrock fields to legacy completions config `(PR #4940)`
- Backport 0d9f70dd54a4c20621fe7404d3c7598e60264f59 from #4771

### Chore

#### Security

- [6.2.x] Auto-update all packages in Sourcegraph container images `(PR #4723)`

### Reverts

There were no reverts for this release

### Uncategorized

#### Others

- [Backport 6.2.x] completions/azureopenai: reasoning and API version configuration `(PR #4936)`
- [backport 6.2.x] repoupdater: Initialize subrepoperms (#4756) `(PR #4760)`

{/* RSS={"version":"v6.2.2553", "releasedAt": "2025-04-16"} */}


# 6.2 Patch 1

## v6.2.1106
Expand Down
Loading