From ca36cb091e9dee91adcaf1e2383144bca6b8c3c5 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sat, 19 Jul 2025 05:03:43 +0000 Subject: [PATCH] docs(CHANGELOG): update for buildx bake Signed-off-by: Xe Iaso --- docs/docs/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 612cb6cc..c589cac1 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -68,8 +68,14 @@ Thanks to [@taviso](https://github.com/taviso) for reporting this issue. ### Breaking changes +We try to introduce breaking changes as much as possible, but these are the changes that may be relevant for you as an administrator: + - The "slow" frontend solver has been removed in order to reduce maintenance burden. Any existing uses of it will still work, but issue a warning upon startup asking administrators to upgrade to the "fast" frontend solver. +#### Docker image build process has been changed + +Previously Docker images were built with [ko](https://ko.build/), which put the Anubis binary at `/ko-app/anubis`. [#862](https://github.com/TecharoHQ/anubis/pull/862) changes this to build with [docker buildx bake](https://docs.docker.com/reference/cli/docker/buildx/bake/) instead. If this causes you problems, please [file an issue](https://github.com/TecharoHQ/anubis/issues/new). + ## v1.21.3: Minfilia Warde - Echo 3 ### Added