Skip to content

Commit 15d8f7a

Browse files
Changelog for v6.2.3841 (#1095)
This is an automated changelog update for v6.2.3841 --------- Co-authored-by: Jacob Pleiness <[email protected]>
1 parent a518278 commit 15d8f7a

File tree

2 files changed

+38
-7
lines changed

2 files changed

+38
-7
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 3 | April 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v623841) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1516
| 6.2 Patch 2 | April 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v622553) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1617
| 6.2 Patch 1 | April 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v621106) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1718
| 6.2 Patch 0 | April 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v620) | [Install](https://sourcegraph.com/docs/admin/deploy) |

docs/technical-changelog.mdx

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

55
{/* CHANGELOG_START */}
66

7+
# 6.2 Patch 3
8+
9+
## v6.2.3841
10+
11+
- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.2.3841)
12+
13+
- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.2.3841)
14+
15+
- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.2.3841)
16+
17+
- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.2.3841)
18+
19+
### Features
20+
21+
#### Source
22+
23+
- Graphql: add databaseID field to repository graphql field `(PR #4999)`
24+
- The `repository` graphql API now supports fetchinig the `databaseID` field. Backport cac91705f82f1221766f1576cdadd0b5c2c7502a from #4953
25+
26+
### Reverts
27+
28+
There were no reverts for this release
29+
30+
#### Others
31+
32+
- [backport 6.2] perforce: Don't drop rules for proxy catchalls (#4978) `(PR #4993)`
33+
34+
{/* RSS={"version":"v6.2.3841", "releasedAt": "2025-04-23"} */}
35+
36+
737
# 6.2 Patch 2
838

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

2151
#### Source
2252

23-
- create different proxy interpretation modes for sub repo ip perms matching `(PR #4745)`
24-
- 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
53+
- Create different proxy interpretation modes for sub repo ip perms matching `(PR #4745)`
54+
- 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
2555
Backport 774ac0c653371b0acbae62e233764dc6729fddf3 from #4713
2656

2757
### Fix
@@ -67,15 +97,15 @@ This page documents all notable changes to Sourcegraph. For more detailed change
6797

6898
#### Source
6999

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

73103
### Fix
74104

75105
#### Others
76106

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

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

93123
#### Others
94124

95-
- log output of p4 protects commands `(PR #4549)`
125+
- Log output of p4 protects commands `(PR #4549)`
96126

97127
### Reverts
98128

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

0 commit comments

Comments
 (0)