From 9934a01b64145fe32c01e4c0e7b3f0a85b4fc6a1 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Sat, 4 Jan 2025 02:45:33 +0100 Subject: [PATCH] chore: Release manta version 1.54.1-beta.19 --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61d0a88..d8a542d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,20 @@ All notable changes to this project will be documented in this file. +## [1.54.1-beta.19] - 2025-01-04 + +### Features + +- Migrate hsm authorization/valiation function calls from mesa to backend dispatcher +- Migrate function call to get the list of members of a hsm group from mesa to backend dispatcher +- Move authorization code to a dedicated module + ## [1.54.1-beta.18] - 2025-01-03 +### Miscellaneous Tasks + +- Release manta version 1.54.1-beta.18 + ### Refactor - Improve function to validate groups the user has access to diff --git a/Cargo.toml b/Cargo.toml index 37adfca..3c9f741 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" authors = ["Manuel Sopena Ballesteros ", "Miguel Gila "] name = "manta" description = "Another CLI for ALPS" -version = "1.54.1-beta.18" +version = "1.54.1-beta.19" 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"