From 8217d7e879857bb4e7fd1ba25ec5a797c1f0f345 Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Tue, 3 Dec 2024 23:52:11 +0100 Subject: [PATCH 1/2] Changelog for v5.10.1164 --- docs/technical-changelog.mdx | 37 ++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index 3d4eb205f..03b2d2987 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -4,6 +4,43 @@ This page documents all notable changes to Sourcegraph. For more detailed change {/* CHANGELOG_START */} +# 5.10 Patch 1164 + +## v5.10.1164 + +- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v5.10.1164) + +- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v5.10.1164) + +- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v5.10.1164) + +- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-kustomize/releases/tag/v5.10.1164) + +### Fix + +#### Database + +- remove 5.10 deprecation dates on out of band migrations [#1996](https://github.com/sourcegraph/sourcegraph/pull/1996) + - We are removing the deprecation dates on out of band migrations which deprecated in 5.10. This is to unblock MVU and autoupgrades which are encountering a bug with deprecated out of band migrations. Backport f654dcc9200e2dda2deddc8f98bcd972e6a873fd from #1995 + +#### Search + +- disable zoekt go-git optimization by default [#2051](https://github.com/sourcegraph/sourcegraph/pull/2051) + - Disabled an indexed search optimization which would skip files accidentally (`ZOEKT_DISABLE_GOGIT_OPTIMIZATION=true`). Backport 34ada948bdcee3d75499c98f4db5c32986943e88 from #2050 + +### Reverts + + There were no reverts for this release + +### Uncategorized + +#### Others + +- [Backport 5.10.x] oob: Actually run for all tenants [#1994](https://github.com/sourcegraph/sourcegraph/pull/1994) + +{/* RSS={"version":"v5.10.1164", "releasedAt": "2024-12-03"} */} + + # 5.10 Patch 0 > Warning: This release updates the database container images from postgres 12 to postres 16, and begins using wolfi based images. See our [postgres 12 end of life](https://sourcegraph.com/docs/admin/postgres12_end_of_life_notice#postgres-12-end-of-life) notice! From 44cf79c852e1500dfcf2dba46849be03f858592b Mon Sep 17 00:00:00 2001 From: Jacob Pleiness Date: Tue, 3 Dec 2024 18:04:30 -0500 Subject: [PATCH 2/2] update releases and add warning to changelog --- docs/releases.mdx | 5 +++-- docs/technical-changelog.mdx | 10 ++++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/docs/releases.mdx b/docs/releases.mdx index 724524659..9d0717e6a 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** | |--------------|-------------------------------|---------------|--------------------------------------------------------------------|------------------------------------------------------| +| 5.10 Patch 1 | December 2024 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v5101164) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 5.10 Patch 0 | November 2024 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v5100) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 5.9 Patch 3 | November 2024 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v591590) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 5.9 Patch 2 | November 2024 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v59347) | [Install](https://sourcegraph.com/docs/admin/deploy) | @@ -41,8 +42,8 @@ Currently supported versions of Sourcegraph: These versions fall outside the release lifecycle and are not supported anymore: -| **Release** | **General Availability Date** | **Supported** | **Release Notes** | -|-------------|-------------------------------|---------------|---------------------------------------------------------------------------------| +| **Release** | **General Availability Date** | **Supported** | **Release Notes** | +|-------------|-------------------------------|---------------|-------------------------------------------------------------------------------------------------| | 3.43 | August 2022 | ❌ | [Notes](https://github.com/sourcegraph/sourcegraph-public-snapshot/blob/main/CHANGELOG.md#3432) | | 3.42 | July 2022 | ❌ | [Notes](https://github.com/sourcegraph/sourcegraph-public-snapshot/blob/main/CHANGELOG.md#3422) | | 3.41 | June 2022 | ❌ | [Notes](https://github.com/sourcegraph/sourcegraph-public-snapshot/blob/main/CHANGELOG.md#3422) | diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index 03b2d2987..dfa4b8f94 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -4,7 +4,13 @@ This page documents all notable changes to Sourcegraph. For more detailed change {/* CHANGELOG_START */} -# 5.10 Patch 1164 +# 5.10 Patch 1 + +> Warning: This release updates the database container images from Postgres 12 to Postgres 16, and begins using Wolfi based images. See our [Postgres 12 end of life](https://sourcegraph.com/docs/admin/postgres12_end_of_life_notice#postgres-12-end-of-life) notice! +> +> Warning: `automatic` and migrator `upgrade` command will not work for this release, please upgrade to a 5.9 version and conduct a standard upgrade using migrator's default `up` command! +> +> Also be sure to check your deployment type's [upgrade notes](http://sourcegraph.com/docs/admin/updates#instance-specific-procedures)! ## v5.10.1164 @@ -43,7 +49,7 @@ This page documents all notable changes to Sourcegraph. For more detailed change # 5.10 Patch 0 -> Warning: This release updates the database container images from postgres 12 to postres 16, and begins using wolfi based images. See our [postgres 12 end of life](https://sourcegraph.com/docs/admin/postgres12_end_of_life_notice#postgres-12-end-of-life) notice! +> Warning: This release updates the database container images from Postgres 12 to Postgres 16, and begins using Wolfi based images. See our [postgres 12 end of life](https://sourcegraph.com/docs/admin/postgres12_end_of_life_notice#postgres-12-end-of-life) notice! > > Warning: `automatic` and migrator `upgrade` command will not work for this release, please upgrade to a 5.9 version and conduct a standard upgrade using migrator's default `up` command! >