diff --git a/docs/releases.mdx b/docs/releases.mdx index d7de0c0bb..0d31fc435 100644 --- a/docs/releases.mdx +++ b/docs/releases.mdx @@ -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) | diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index 7858cff9a..eca46ff46 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -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