Skip to content

Commit b40eeb3

Browse files
Changelog for v6.2.1106 (#1072)
This is an automated changelog update for v6.2.1106 --------- Co-authored-by: Warren Gifford <[email protected]>
1 parent 6d56a30 commit b40eeb3

File tree

2 files changed

+63
-0
lines changed

2 files changed

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

docs/technical-changelog.mdx

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

55
{/* CHANGELOG_START */}
66

7+
# 6.2 Patch 1
8+
9+
## v6.2.1106
10+
11+
- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.2.1106)
12+
13+
- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.2.1106)
14+
15+
- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.2.1106)
16+
17+
- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.2.1106)
18+
19+
### Features
20+
21+
#### Source
22+
23+
- create graphql endpoint for viewing sub repo perms for a repository `(PR #4572)`
24+
- Backport 34dd46a20d9d9d3a52abaaeaa845b968bf781435 from #4528
25+
26+
### Fix
27+
28+
#### Others
29+
30+
- use internal actor for symbols archive fetching and downgrade error `(PR #4539)`
31+
- fetch user by username for Bitbucket Server `(PR #4514)`
32+
- Fixes an issue where we OAuth would fail for Bitbucket Server users with special characters in their usernames
33+
Backport 28317328924ae0139edacc3711d169b37179c31f from #4490
34+
35+
### Chore
36+
37+
#### Release
38+
39+
- [backport 6.2.x] Update jaeger-all-in-one `(PR #4611)`
40+
- Update jaeger-all-in-one to 1.67.0
41+
42+
#### Security
43+
44+
- [6.2.x] Auto-update all packages in Sourcegraph container images `(PR #4601)`
45+
46+
#### Others
47+
48+
- log output of p4 protects commands `(PR #4549)`
49+
50+
### Reverts
51+
52+
- Revert "Revert "[Backport 6.2.x] fix(agents): filter out empty diagnostic paths"" `(PR #4427)`
53+
- Revert "Revert "[Backport 6.2.x] fix(agents): make reviews and diagnostics pages order by -created_at"" `(PR #4428)`
54+
55+
### Uncategorized
56+
57+
#### Others
58+
59+
- [backport 6.2.x] ci: Improve runtime of integration test suite (#4632) `(PR #4715)`
60+
- (see original PR [https://github.com/sourcegraph/sourcegraph/pull/4632](https://github.com/sourcegraph/sourcegraph/pull/4632))
61+
- [Backport 6.2.x] Prevent invalid Basic Auth header in webhook alert notifiers `(PR #4708)`
62+
- fix(rel): prevent invalid authorization headers in webhook alert configurations when no credentials are provided Backport eefbf38fc2ba6024d028ba968dedf397235714d3 from #4635
63+
- [Backport 6.2.x] perforce: Implement mode for subrepo that doesn't hide commits `(PR #4591)`
64+
- [Backport 6.2.x] perforce: Add test to cover nested subdirs `(PR #4569)`
65+
66+
{/* RSS={"version":"v6.2.1106", "releasedAt": "2025-04-08"} */}
67+
68+
769
# 6.2 Patch 0
870

971
## v6.2.0

0 commit comments

Comments
 (0)