From b081c99ede1f4753209534b032c7c65afd8965a4 Mon Sep 17 00:00:00 2001 From: Sagar Karandikar Date: Wed, 6 Apr 2022 22:22:42 +0000 Subject: [PATCH 1/3] bump firesim for various fixes --- sims/firesim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sims/firesim b/sims/firesim index a0f78b1c..27bfce91 160000 --- a/sims/firesim +++ b/sims/firesim @@ -1 +1 @@ -Subproject commit a0f78b1cd081b1199acbfaa588a13b1f41ea26fa +Subproject commit 27bfce9151a20520f5f45907e4a43c0c29a2f3dc From 04572b7402a8ac722fb8b2d2dec46a03ac057503 Mon Sep 17 00:00:00 2001 From: Sagar Karandikar Date: Wed, 6 Apr 2022 16:06:15 -0700 Subject: [PATCH 2/3] Temporarily allow firesim's submodule hash to be on its 1.13.x branch Until we finalize the release flow with main as the default branch. --- .github/scripts/check-commit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/check-commit.sh b/.github/scripts/check-commit.sh index fad8806a..27abacd4 100755 --- a/.github/scripts/check-commit.sh +++ b/.github/scripts/check-commit.sh @@ -91,7 +91,7 @@ search submodules=("firesim") dir="sims" -branches=("master" "main" "dev") +branches=("master" "main" "dev" "1.13.x") search submodules=("hammer") From 522d7115c8543ec520ce63bc2f087d79aedc7b82 Mon Sep 17 00:00:00 2001 From: Sagar Karandikar Date: Wed, 6 Apr 2022 17:30:14 -0700 Subject: [PATCH 3/3] Update CHANGELOG.md for 1.6.3 Release --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 260aece3..4b4edd9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ This changelog follows the format defined here: https://keepachangelog.com/en/1.0.0/ +## [1.6.3] - 2022-04-06 + +FireSim bump for various fixes. Revert shallow cloning. Various CI fixes. + +### Fixed +* Bump to FireSim 1.13.4 (changelog: https://github.com/firesim/firesim/blob/1.13.4/CHANGELOG.md#1134---2022-04-06) +* Revert shallow cloning. +* Various CI fixes. + ## [1.6.2] - 2022-03-01 Minor fixes to FireSim. @@ -9,7 +18,6 @@ Minor fixes to FireSim. ### Fixed * Bump to FireSim 1.13.3 (#1134) - ## [1.6.1] - 2022-03-01 Minor fixes to FireSim.