diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index 577710c6..70918737 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -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!