Update CHANGELOG

This commit is contained in:
Sybren A. Stüvel 2025-08-04 15:45:04 +02:00
parent dbf23f1a41
commit 0ee523a5d5

View File

@ -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)). - 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. - 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)) - 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: - Update Go & dependencies to fix security vulnerabilities:
- https://pkg.go.dev/vuln/GO-2025-3751 - https://pkg.go.dev/vuln/GO-2025-3751
- https://pkg.go.dev/vuln/GO-2025-3750 - https://pkg.go.dev/vuln/GO-2025-3750