From 0ee523a5d5b8047bb7eb04bfaac166b6cea0f132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 4 Aug 2025 15:45:04 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8669dc9..376c073a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ bugs in actually-released versions. - Remove the "extra checkout paths" feature from the Shaman system and thus the configuration file ([#104403](https://projects.blender.org/studio/flamenco/issues/104403)). - Add a new "Worker" column to the Job Task table indicating which worker the task is assigned to. - When the Worker starts up, it now correctly logs its configuration with the same keys as in the `flamenco-worker.yaml` file ([37b073b8d56b](https://projects.blender.org/studio/flamenco/commit/37b073b8d56bafc19f1bbf8abd79ee1f7a75d336)) +- Add support for absolute paths for the manager-local storage([dbf23f1a41a7](https://projects.blender.org/studio/flamenco/commit/dbf23f1a41a77403ee679a4287c3bdaa63cca11c)). Earlier this was always taken as relative to the Manager's executable. - Update Go & dependencies to fix security vulnerabilities: - https://pkg.go.dev/vuln/GO-2025-3751 - https://pkg.go.dev/vuln/GO-2025-3750