From 46eb737b2c664acb8b2732ed00cfccda8079462c Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 11 Dec 2023 17:34:45 +0100 Subject: Fix formatting of blob used to shard target cache The ToJson method of RemoteAddress was wrongly creating a list instead of a simple string, thus a wrongly formatted backend description was being used to shard the target cache. This however does not affect the correctness of the build. Changelog also updated accordingly. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 66406237..107d34f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,12 @@ A feature release on top of `1.2.0`, backwards compatible. directories if they are part of the action's input. - Fixed overwrite of existing symlinks in the output directory when using subcommands `install` and `install-cas`. +- The format for target-cache shards was changed to a canonical form. + The new and old formats do not overlap, therefore the correctness + of the builds is not affected. In particular, no special care has + to be taken on upgrading or downgrading. However, some target-level + cache entries will not be used leading potentially to rebuilding of + some targets. ## Release `1.2.0` (2023-08-25) -- cgit v1.2.3