From d6656f2834c969418620e118529ae7db89e7e9b7 Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Wed, 16 Apr 2025 04:03:26 -0700 Subject: [PATCH 1/2] Changelog for v6.2.2553 --- docs/technical-changelog.mdx | 47 ++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index 9d92fcedf..48fbc8ded 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -4,6 +4,53 @@ This page documents all notable changes to Sourcegraph. For more detailed change {/* CHANGELOG_START */} +# 6.2 Patch 2 + +## v6.2.2553 + +- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.2.2553) + +- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.2.2553) + +- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.2.2553) + +- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.2.2553) + +### Features + +#### 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 + Backport 774ac0c653371b0acbae62e233764dc6729fddf3 from #4713 + +### Fix + +#### Cody + +- Add new bedrock fields to legacy completions config `(PR #4940)` + - Backport 0d9f70dd54a4c20621fe7404d3c7598e60264f59 from #4771 + +### Chore + +#### Security + +- [6.2.x] Auto-update all packages in Sourcegraph container images `(PR #4723)` + +### Reverts + + There were no reverts for this release + +### Uncategorized + +#### Others + +- [Backport 6.2.x] completions/azureopenai: reasoning and API version configuration `(PR #4936)` +- [backport 6.2.x] repoupdater: Initialize subrepoperms (#4756) `(PR #4760)` + +{/* RSS={"version":"v6.2.2553", "releasedAt": "2025-04-16"} */} + + # 6.2 Patch 1 ## v6.2.1106 From 4bc8026963a8dd10a719c6ae5a0be86745c18378 Mon Sep 17 00:00:00 2001 From: Warren Gifford Date: Wed, 16 Apr 2025 14:35:21 +0200 Subject: [PATCH 2/2] fix releases.mdx --- docs/releases.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/releases.mdx b/docs/releases.mdx index 549d90322..29f5519ae 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 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) | | 6.1 Patch 5 | March 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v615633) | [Install](https://sourcegraph.com/docs/admin/deploy) |