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 3 | April 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v623841) | [Install](https://sourcegraph.com/docs/admin/deploy) |
| 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) |
Expand Down
44 changes: 37 additions & 7 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.2 Patch 3

## v6.2.3841

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

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

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

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

### Features

#### Source

- Graphql: add databaseID field to repository graphql field `(PR #4999)`
- The `repository` graphql API now supports fetchinig the `databaseID` field. Backport cac91705f82f1221766f1576cdadd0b5c2c7502a from #4953

### Reverts

There were no reverts for this release

#### Others

- [backport 6.2] perforce: Don't drop rules for proxy catchalls (#4978) `(PR #4993)`

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


# 6.2 Patch 2

## v6.2.2553
Expand All @@ -20,8 +50,8 @@ This page documents all notable changes to Sourcegraph. For more detailed change

#### 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
- 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
Expand Down Expand Up @@ -67,15 +97,15 @@ This page documents all notable changes to Sourcegraph. For more detailed change

#### Source

- create graphql endpoint for viewing sub repo perms for a repository `(PR #4572)`
- Create graphql endpoint for viewing sub repo perms for a repository `(PR #4572)`
- Backport 34dd46a20d9d9d3a52abaaeaa845b968bf781435 from #4528

### Fix

#### Others

- use internal actor for symbols archive fetching and downgrade error `(PR #4539)`
- fetch user by username for Bitbucket Server `(PR #4514)`
- Use internal actor for symbols archive fetching and downgrade error `(PR #4539)`
- Fetch user by username for Bitbucket Server `(PR #4514)`
- Fixes an issue where we OAuth would fail for Bitbucket Server users with special characters in their usernames
Backport 28317328924ae0139edacc3711d169b37179c31f from #4490

Expand All @@ -92,7 +122,7 @@ This page documents all notable changes to Sourcegraph. For more detailed change

#### Others

- log output of p4 protects commands `(PR #4549)`
- Log output of p4 protects commands `(PR #4549)`

### Reverts

Expand All @@ -106,7 +136,7 @@ This page documents all notable changes to Sourcegraph. For more detailed change
- [backport 6.2.x] ci: Improve runtime of integration test suite (#4632) `(PR #4715)`
- (see original PR [https://github.com/sourcegraph/sourcegraph/pull/4632](https://github.com/sourcegraph/sourcegraph/pull/4632))
- [Backport 6.2.x] Prevent invalid Basic Auth header in webhook alert notifiers `(PR #4708)`
- fix(rel): prevent invalid authorization headers in webhook alert configurations when no credentials are provided Backport eefbf38fc2ba6024d028ba968dedf397235714d3 from #4635
- Fix(rel): prevent invalid authorization headers in webhook alert configurations when no credentials are provided Backport eefbf38fc2ba6024d028ba968dedf397235714d3 from #4635
- [Backport 6.2.x] perforce: Implement mode for subrepo that doesn't hide commits `(PR #4591)`
- [Backport 6.2.x] perforce: Add test to cover nested subdirs `(PR #4569)`

Expand Down