Skip to content

Commit

Permalink
Changelog for v5.11.2732
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpleiness committed Jan 3, 2025
1 parent 791753a commit c2e25ac
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions docs/technical-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,39 @@ This page documents all notable changes to Sourcegraph. For more detailed change

{/* CHANGELOG_START */}

# 5.11 Patch 1

## v5.11.2732

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

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

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

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

### Fix

#### Search

- propagate disk space to NewFirecrackerWorkspace `(PR #2574)`
- Addresses errors similar to: `failed to prepare workspace: failed to create ext4 filesystem in backing file: "mke2fs 1.45.5 (07-Jan-2020)\nThe file losetup: /var/lib/firecracker/loop-devices/workspace-loop-47749-3763347387: Warning: file is smaller than 512 bytes; the loop device may be useless or invisible for system tools.\n/dev/loop13 does not exist and no size was specified.\n": exit status 1`
- Affects reading and using the environment variable `EXECUTOR_FIRECRACKER_DISK_SPACE` Backport 22db2a97a0393cdd233a92da7ade96cd59bb99ef from #2562

### Chore

#### Security

- Auto-update all packages in Sourcegraph base images (5.11.x) `(PR #2494)`

### Reverts

There were no reverts for this release

{/* RSS={"version":"v5.11.2732", "releasedAt": "2025-01-03"} */}


# 5.11 Patch 0

> Warning: This release updates the database container images from Postgres 12 to Postgres 16, and begins using Wolfi based images. Customers are advised to have 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 c2e25ac

Please sign in to comment.