Skip to content

Commit

Permalink
Changelog for v5.10.2832
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcegraph-bot-devx committed Dec 12, 2024
1 parent a65dec8 commit 58fc4a0
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions docs/technical-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,69 @@ This page documents all notable changes to Sourcegraph. For more detailed change

{/* CHANGELOG_START */}

# 5.10 Patch 2832

## v5.10.2832

- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v5.10.2832)

- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v5.10.2832)

- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v5.10.2832)

- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-kustomize/releases/tag/v5.10.2832)

### Features

#### Cody

- update cody web to 0.17.0 version `(PR #2285)`
- update cody web to 0.16.0 version `(PR #2284)`
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
Backport 964eceae584e4eff56df9711da68fef7047cbc40 from #2254

### Fix

#### Bazel

- syft checksum update `(PR #2218)`

#### Cody

- disable reranking for airgapped instances `(PR #2194)`

#### Release

- Remove `--link` and add optional args env var `(PR #2216)`
- fix(rel): change `pg_upgrade` behavior to use copy instead of hard links Backport 13caa807d96dd4b5dd872fec2a38322d1888134a from #2192
- remove -x flag in readiness check on database containers `(PR #2135)`
- fix(rel): address issue with readiness check outputting passwords to logs.
Backport 655a739e8e791d7aab1977d2c26543a3a4871809 from #2132

### Chore

#### Ci

- bzlmod migration for rules_syft `(PR #2193)`
- Backport fbf92aedbb81f00766d7107015b7697352b5c482 from #1812

### Reverts

There were no reverts for this release

### Uncategorized

#### Others

- [Backport 5.10.x] Context: switch to Snowball stopwords (#2223) `(PR #2225)`
- Narrowed down the stopwords list used in Cody context, to fix an issue where we could miss highly relevant files.Backports [https://github.com/sourcegraph/sourcegraph/pull/2223](https://github.com/sourcegraph/sourcegraph/pull/2223)
- [Backport 5.10.x] bugfix: do not load commit history eagerly `(PR #2201)`
- Fixes a bug where the new web app may consume an outsized amount of backend resources when browsing large repositories. Backport 79546146e2bfa4e3fcee1a8e825ad48823c8cd77 from #2197
- [Backport 5.10.x] Cody context: clean up resolvers `(PR #2187)`

{/* RSS={"version":"v5.10.2832", "releasedAt": "2024-12-12"} */}


# 5.10 Patch 1

> Warning: This release updates the database container images from Postgres 12 to Postgres 16, and begins using Wolfi based images. Customers are advised to take a database backup before upgrading! See our [Postgres 12 end of life](https://sourcegraph.com/docs/admin/postgres12_end_of_life_notice#postgres-12-end-of-life) notice!
Expand Down

0 comments on commit 58fc4a0

Please sign in to comment.