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 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) |
| 6.1 Patch 4 | March 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v614020) | [Install](https://sourcegraph.com/docs/admin/deploy) |
Expand Down
62 changes: 62 additions & 0 deletions docs/technical-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,68 @@ This page documents all notable changes to Sourcegraph. For more detailed change

{/* CHANGELOG_START */}

# 6.2 Patch 1

## v6.2.1106

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

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

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

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

### Features

#### Source

- 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)`
- Fixes an issue where we OAuth would fail for Bitbucket Server users with special characters in their usernames
Backport 28317328924ae0139edacc3711d169b37179c31f from #4490

### Chore

#### Release

- [backport 6.2.x] Update jaeger-all-in-one `(PR #4611)`
- Update jaeger-all-in-one to 1.67.0

#### Security

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

#### Others

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

### Reverts

- Revert "Revert "[Backport 6.2.x] fix(agents): filter out empty diagnostic paths"" `(PR #4427)`
- Revert "Revert "[Backport 6.2.x] fix(agents): make reviews and diagnostics pages order by -created_at"" `(PR #4428)`

### Uncategorized

#### Others

- [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
- [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)`

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


# 6.2 Patch 0

## v6.2.0
Expand Down
Loading