diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index 7b01a840c..7408506a4 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -4,6 +4,83 @@ This page documents all notable changes to Sourcegraph. For more detailed change {/* CHANGELOG_START */} +# 6.0 Patch 1 + +## v6.0.2687 + +- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.0.2687) + +- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.0.2687) + +- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.0.2687) + +- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.0.2687) + +### Features + +#### Cody-Gateway + +- Roll out new Gemini Models (#3357) `(PR #3412)` + - Move Gemini 2.0 Flash from Experimental to GA, add Gemini 2.0 Flash-Lite Preview Experimental and Gemini 2.0 Pro ExperimentalCo-authored-by: arafatkatze [arafat.da.khan@gmail.com](mailto:arafat.da.khan@gmail.com) +(cherry picked from commit 4aa5aa41cc0f5e2be80c77e8e8709e198ff54b94)PR description tips: [https://www.notion.so/sourcegraph/Write-a-good-pull-request-description-610a7fd3e613496eb76f450db5a49b6e](https://www.notion.so/sourcegraph/Write-a-good-pull-request-description-610a7fd3e613496eb76f450db5a49b6e) + +#### Multitenant + +- add support for alternate default tenant hostname `(PR #3176)` + +#### Security + +- Create Binary Authorization attestations when promoting images to public `(PR #3478)` + +#### Others + +- prompt templates editor supports @ current mentions (#3397) `(PR #3436)` + - feat: prompt templates editor supports dynamic @ mentionsPR description tips: [https://www.notion.so/sourcegraph/Write-a-good-pull-request-description-610a7fd3e613496eb76f450db5a49b6e](https://www.notion.so/sourcegraph/Write-a-good-pull-request-description-610a7fd3e613496eb76f450db5a49b6e) + +### Fix + +#### Multi Tenant + +- fixing paper cuts for mt marketing launch (#3242) `(PR #3281)` +- misc wording fixes in workspaces onboarding `(PR #3207)` +- fixes welcome message alert `(PR #3174)` + +#### Source + +- Fix Gerrit clone URL resolution (#3446) `(PR #3449)` +- Fix inability to update Gerrit code host config URL (#3361) `(PR #3439)` + - Fix bug where the URL of a Gerrit code host connection could not be updated.(cherry picked from commit e6da1ceb9586bf109339f06220c1fdbbf570a6d9) +- Normalize code host URLs during code host config unmarsha… `(PR #3438)` +- gitserver: Unambiguously identify commit boundaries in git log `(PR #3411)` + - Commit listing should work correctly for repos which contain arbitrary characters in commit messages. This also affects downstream functionality such as commit graph updates needed for precise code navigation.Backport 2eae8e1 from #3359 + +### Chore + +#### Security + +- Auto-update all packages in Sourcegraph base images `(PR #3237)` + +### Reverts + + There were no reverts for this release + +### Uncategorized + +#### Others + +- [Backport 6.0.x] gitserver: Fix API endpoint for installation token creation `(PR #3432)` +- [backport] chore/source: Update src-cli to 6.0.1 (#3365) `(PR #3416)` + - Update src-cli version to 6.0.1 +- [backport] fix/tenant: fix invitation expiry, user management UX improvements (#3353) `(PR #3356)` +- [Backport 6.0.x] tenant: Also allow to add fork repos `(PR #3348)` +- Backport 3254 to 6.0.x `(PR #3300)` +- [backport] feat/prompts: support public prompts/saved-searches in workspaces using RBAC (#3257) `(PR #3294)` +- [backport] fix/web: add missing separator under organizations (#3253) `(PR #3282)` +- [backport] feat/tenant: fix workspace management UI quirks (#3227) `(PR #3230)` + +{/* RSS={"version":"v6.0.2687", "releasedAt": "2025-02-12"} */} + + # 6.0 Patch 0 > Attention - Postgres 12 is no longer supported! If upgrading from Sourcegraph version 5.9 or earlier, this release will update our included database container images from Postgres 12 to Postgres 16.