From 36e37aa9c85f5cefc5680efb699d195ee48c2bc9 Mon Sep 17 00:00:00 2001 From: "google-flank-bot[bot]" <116299012+google-flank-bot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 14:00:52 +0000 Subject: [PATCH] [Automatic PR] Generate release notes (#2448) Co-authored-by: adamvduke --- release_notes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/release_notes.md b/release_notes.md index 432d51ddc..7cbdd8b36 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,3 +1,10 @@ +## v23.10.1 +### Bug Fixes +- [#2447](https://github.com/Flank/flank/pull/2447) Update shard limit for Arm devices to 200 () +- [#2444](https://github.com/Flank/flank/pull/2444) Point authentication error message link to correct/relevant docs () +### CI Changes +- [#2445](https://github.com/Flank/flank/pull/2445) Pass full commit sha through release command () + ## v23.10.0 ### Bug Fixes - [#2438](https://github.com/Flank/flank/pull/2438) Replace hub with GitHub CLI 'gh' for GitHub Actions ([schnecle](https://github.com/schnecle))