From b2ed7525cdfa032393439b99e183d9b41137ba68 Mon Sep 17 00:00:00 2001 From: Nick Volynkin Date: Mon, 16 Jun 2025 18:23:18 +0300 Subject: [PATCH] [docs] Add release notes for v0.31.1 Signed-off-by: Nick Volynkin --- docs/changelogs/v0.31.1.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/changelogs/v0.31.1.md diff --git a/docs/changelogs/v0.31.1.md b/docs/changelogs/v0.31.1.md new file mode 100644 index 00000000..d2763e4d --- /dev/null +++ b/docs/changelogs/v0.31.1.md @@ -0,0 +1,8 @@ +## Fixes + +* [build] Update Talos Linux v1.10.3 and fix assets. (@kvaps in https://github.com/cozystack/cozystack/pull/1006) +* [ci] Fix uploading released artifacts to GitHub. (@kvaps in https://github.com/cozystack/cozystack/pull/1009) +* [ci] Separate build and testing jobs. (@kvaps in https://github.com/cozystack/cozystack/pull/1005) +* [docs] Write a full release post for v0.31.1. (@NickVolynkin in https://github.com/cozystack/cozystack/pull/999) + +**Full Changelog**: https://github.com/cozystack/cozystack/compare/v0.31.0...v0.31.1 \ No newline at end of file