From e0b83e2926b52a5326ecade9ede5612f238f433a Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Wed, 15 Oct 2025 21:12:50 +0200 Subject: [PATCH] Changelog for v6.9.0 --- docs/technical-changelog.mdx | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index 8e95a105a..43dbc6cdf 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -4,6 +4,32 @@ This page documents all notable changes to Sourcegraph. For more detailed change {/* CHANGELOG_START */} +# 6.9 Patch 0 + +## v6.9.0 + +- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.9.0) + +- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.9.0) + +- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.9.0) + +- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.9.0) + +### Reverts + + There were no reverts for this release + +### Uncategorized + +#### Others + +- deep search: add RBAC `(PR #7427)` + - This adds RBAC to Deep Search. By default, all users have full read and write access for Deep Search, but this can be restricted by changing the default role permissions or by creating new custom roles. + +{/* RSS={"version":"v6.9.0", "releasedAt": "2025-10-15"} */} + + # 6.8 Patch 1 ## v6.8.2313