Skip to content

Commit

Permalink
chore: Release manta version 1.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Sopena Ballesteros committed Oct 25, 2024
1 parent 88bea67 commit 77afcb0
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,45 @@

All notable changes to this project will be documented in this file.

## [1.53.0] - 2024-10-25

### Bug Fixes

- Command apply session

### Feature

- Answer yes to questions during apply sat file. (#90)

### Features

- Power commands now support hostlist and regex
- Power commands now shows a dialog asking for permission to proceed
- [**breaking**] Command power on cluster has new argument to skip prompts
- [**breaking**] Command power on nodes has new argument to skip prompts
- [**breaking**] Command power off cluster has new argument to skip prompts
- [**breaking**] Command power off nodes has new argument to skip prompts
- [**breaking**] Command power reset cluster has new argument to skip prompts
- [**breaking**] Command power reset nodes has new argument to skip prompts
- [**breaking**] Command apply boot nodes has new argument to skip prompts
- [**breaking**] Command apply set boot image has new argument to skip prompts
- [**breaking**] Command apply apply boot cluster has new argument to skip prompts
- Add log level information to command config show
- Images containing 'generic' in their names are now available to all users
- Power commands now support hostlist and regex
- Power commands now shows a dialog asking for permission to proceed
- [**breaking**] Command power on cluster has new argument to skip prompts
- [**breaking**] Command power on nodes has new argument to skip prompts
- [**breaking**] Command power off cluster has new argument to skip prompts
- [**breaking**] Command power off nodes has new argument to skip prompts
- [**breaking**] Command power reset cluster has new argument to skip prompts
- [**breaking**] Command power reset nodes has new argument to skip prompts
- [**breaking**] Command apply boot nodes has new argument to skip prompts
- [**breaking**] Command apply set boot image has new argument to skip prompts
- [**breaking**] Command apply apply boot cluster has new argument to skip prompts
- Add log level information to command config show
- Images containing 'generic' in their names are now available to all users

## [1.52.2] - 2024-10-21

### Features
Expand All @@ -15,6 +54,10 @@ All notable changes to this project will be documented in this file.
- [**breaking**] Command `add nodes to group` to shows a dialog asking user for
- [**breaking**] Command `remove nodes from group` to shows a dialog asking user for

### Miscellaneous Tasks

- Release manta version 1.52.2

### Refactor

- JWT operations
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
authors = ["Manuel Sopena Ballesteros <[email protected]>", "Miguel Gila <[email protected]>"]
name = "manta"
description = "Another CLI for ALPS"
version = "1.52.2"
version = "1.53.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"
Expand Down

0 comments on commit 77afcb0

Please sign in to comment.