Skip to content

Commit 4eb2f18

Browse files
Changelog for v5.10.1164 (#830)
This is an automated changelog update for v5.10.1164 --------- Co-authored-by: Jacob Pleiness <[email protected]>
1 parent 4cc3711 commit 4eb2f18

File tree

2 files changed

+47
-3
lines changed

2 files changed

+47
-3
lines changed

docs/releases.mdx

Lines changed: 3 additions & 2 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+
| 5.10 Patch 1 | December 2024 || [Notes](https://sourcegraph.com/docs/technical-changelog#v5101164) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1516
| 5.10 Patch 0 | November 2024 || [Notes](https://sourcegraph.com/docs/technical-changelog#v5100) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1617
| 5.9 Patch 3 | November 2024 || [Notes](https://sourcegraph.com/docs/technical-changelog#v591590) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1718
| 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:
4142

4243
These versions fall outside the release lifecycle and are not supported anymore:
4344

44-
| **Release** | **General Availability Date** | **Supported** | **Release Notes** |
45-
|-------------|-------------------------------|---------------|---------------------------------------------------------------------------------|
45+
| **Release** | **General Availability Date** | **Supported** | **Release Notes** |
46+
|-------------|-------------------------------|---------------|-------------------------------------------------------------------------------------------------|
4647
| 3.43 | August 2022 || [Notes](https://github.com/sourcegraph/sourcegraph-public-snapshot/blob/main/CHANGELOG.md#3432) |
4748
| 3.42 | July 2022 || [Notes](https://github.com/sourcegraph/sourcegraph-public-snapshot/blob/main/CHANGELOG.md#3422) |
4849
| 3.41 | June 2022 || [Notes](https://github.com/sourcegraph/sourcegraph-public-snapshot/blob/main/CHANGELOG.md#3422) |

docs/technical-changelog.mdx

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,52 @@ This page documents all notable changes to Sourcegraph. For more detailed change
44

55
{/* CHANGELOG_START */}
66

7+
# 5.10 Patch 1
8+
9+
> 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!
10+
>
11+
> 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!
12+
>
13+
> Also be sure to check your deployment type's [upgrade notes](http://sourcegraph.com/docs/admin/updates#instance-specific-procedures)!
14+
15+
## v5.10.1164
16+
17+
- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v5.10.1164)
18+
19+
- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v5.10.1164)
20+
21+
- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v5.10.1164)
22+
23+
- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-kustomize/releases/tag/v5.10.1164)
24+
25+
### Fix
26+
27+
#### Database
28+
29+
- remove 5.10 deprecation dates on out of band migrations [#1996](https://github.com/sourcegraph/sourcegraph/pull/1996)
30+
- 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
31+
32+
#### Search
33+
34+
- disable zoekt go-git optimization by default [#2051](https://github.com/sourcegraph/sourcegraph/pull/2051)
35+
- Disabled an indexed search optimization which would skip files accidentally (`ZOEKT_DISABLE_GOGIT_OPTIMIZATION=true`). Backport 34ada948bdcee3d75499c98f4db5c32986943e88 from #2050
36+
37+
### Reverts
38+
39+
There were no reverts for this release
40+
41+
### Uncategorized
42+
43+
#### Others
44+
45+
- [Backport 5.10.x] oob: Actually run for all tenants [#1994](https://github.com/sourcegraph/sourcegraph/pull/1994)
46+
47+
{/* RSS={"version":"v5.10.1164", "releasedAt": "2024-12-03"} */}
48+
49+
750
# 5.10 Patch 0
851

9-
> 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!
52+
> 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!
1053
>
1154
> 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!
1255
>

0 commit comments

Comments
 (0)