From e52be412e46bec4fd8fbe980f7b577b99bd842ee Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Sun, 25 Aug 2024 15:35:33 +0200 Subject: [PATCH] chore: Release manta version 1.47.0 --- CHANGELOG.md | 27 ++++++++++++++++++++++++++- Cargo.toml | 2 +- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc7c8bb..66d4053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,33 @@ All notable changes to this project will be documented in this file. +## [1.47.0] - 2024-08-25 + +### Features + +- Power management operations report +- Set kernel parameters command asks user for confirmation +- Add pcs utils +- Power management commands now accept a new argument 'output' to change the output format +- Update mesa +- Power management commands now accept a new argument 'output' to change the output format +- Add pcs utils +- Power management operations report +- Set kernel parameters command asks user for confirmation + +### Refactor + +- Clean code +- Integration with PCS +- Clean code +- Integration with PCS + ## [1.46.20] - 2024-08-22 +### Miscellaneous Tasks + +- Release manta version 1.46.20 + ### Refactor - Rename get kernel-parameters argument @@ -316,7 +341,7 @@ All notable changes to this project will be documented in this file. ### Features -- Apply sat command now has arguments to choose whether images or +- Apply sat command now has arguments to chose whether images or - Migration to BOS v2 - New command `apply template` to create a BOS v2 session based on diff --git a/Cargo.toml b/Cargo.toml index 164c445..d0b412f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Manuel Sopena Ballesteros ", "Miguel Gila "] name = "manta" description = "Another CLI for basic/simple Shasta operations" -version = "1.46.20" +version = "1.47.0" 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"