From b35e8af6fbe00cc0cb9583e176b851311c0d7dc8 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Sat, 2 Mar 2024 00:39:58 +0100 Subject: [PATCH] chore: Release manta version 1.28.4 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1285b17a..0a69d72e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,27 @@ All notable changes to this project will be documented in this file. +## [1.28.4] - 2024-03-01 + +### Features + +- Update command no longer reboot nodes if boot image did not change +- Update manta version + +### Refactor + +- Clean code + ## [1.28.3] - 2024-03-01 ### Features - Prepare to substitute apply configuration, apply image and apply cluster to apply sat-file +### Miscellaneous Tasks + +- Release manta version 1.28.3 + ## [1.28.2] - 2024-03-01 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index a87580ce..0c8f65e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Manuel Sopena Ballesteros "] name = "manta" description = "Another CLI for basic/simple Shasta operations" -version = "1.28.3" +version = "1.28.4" license-file = "LICENSE" documentation = "https://github.com/eth-cscs/manta/blob/main/README.md" homepage = "https://github.com/eth-cscs/manta/blob/main/README.md"