Skip to content

Releases: eth-cscs/manta

v1.54.10

30 Jan 15:10
Compare
Choose a tag to compare

Install manta 1.54.10

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/eth-cscs/manta/releases/download/v1.54.10/manta-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install manta

Download manta 1.54.10

File Platform Checksum
manta-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
manta-x86_64-apple-darwin.tar.xz Intel macOS checksum
manta-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
manta-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

1.54.7 - 2025-01-29

29 Jan 10:05
Compare
Choose a tag to compare

Release Notes

Features

  • Command 'get nodes' now accepts nids

Install manta 1.54.7

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/eth-cscs/manta/releases/download/v1.54.7/manta-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install manta

Download manta 1.54.7

File Platform Checksum
manta-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
manta-x86_64-apple-darwin.tar.xz Intel macOS checksum
manta-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
manta-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

1.54.1-beta.42 - 2025-01-29

29 Jan 11:48
Compare
Choose a tag to compare
Pre-release

Release Notes

Bug Fixes

  • Cli help messages

Features

  • Command 'get nodes' now accepts nids and xnames as a list or hostlist or regex

Install manta 1.54.1-beta.42

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/eth-cscs/manta/releases/download/v1.54.1-beta.42/manta-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install manta

Download manta 1.54.1-beta.42

File Platform Checksum
manta-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
manta-x86_64-apple-darwin.tar.xz Intel macOS checksum
manta-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
manta-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
manta-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

1.54.1-beta.41 - 2025-01-29

29 Jan 10:46
Compare
Choose a tag to compare
Pre-release

Release Notes

Refactor

  • Group trait methods
  • Group trait methods
  • Organize traits
  • Organize traits

Install manta 1.54.1-beta.41

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/eth-cscs/manta/releases/download/v1.54.1-beta.41/manta-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install manta

Download manta 1.54.1-beta.41

File Platform Checksum
manta-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
manta-x86_64-apple-darwin.tar.xz Intel macOS checksum
manta-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
manta-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
manta-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

1.54.6 - 2025-01-28

28 Jan 16:09
Compare
Choose a tag to compare

Release Notes

Refactor

  • Clean code

Install manta 1.54.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/eth-cscs/manta/releases/download/v1.54.6/manta-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install manta

Download manta 1.54.6

File Platform Checksum
manta-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
manta-x86_64-apple-darwin.tar.xz Intel macOS checksum
manta-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
manta-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

1.54.5 - 2025-01-28

28 Jan 15:55
Compare
Choose a tag to compare

Release Notes

Bug Fixes

  • Update github workflow

Install manta 1.54.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/eth-cscs/manta/releases/download/v1.54.5/manta-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install manta

Download manta 1.54.5

File Platform Checksum
manta-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
manta-x86_64-apple-darwin.tar.xz Intel macOS checksum
manta-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
manta-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

1.54.1-beta.40 - 2025-01-28

28 Jan 21:26
Compare
Choose a tag to compare
Pre-release

Release Notes

Bug Fixes

  • Update github workflow

Install manta 1.54.1-beta.40

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/eth-cscs/manta/releases/download/v1.54.1-beta.40/manta-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install manta

Download manta 1.54.1-beta.40

File Platform Checksum
manta-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
manta-x86_64-apple-darwin.tar.xz Intel macOS checksum
manta-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
manta-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
manta-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

1.54.1-beta.38 - 2025-01-27

27 Jan 23:10
Compare
Choose a tag to compare
Pre-release

Release Notes

Features

  • Improve user node input management (nid/xname as comma separated list, hostlist or regex) and migrate this functionality to add and remove nodes to group commands
  • Improve user node input management (nid/xname as comma separated list, hostlist or regex) and migrate this functionality to add and remove nodes to group commands

Refactor

  • Clean code

Install manta 1.54.1-beta.38

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/eth-cscs/manta/releases/download/v1.54.1-beta.38/manta-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install manta

Download manta 1.54.1-beta.38

File Platform Checksum
manta-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
manta-x86_64-apple-darwin.tar.xz Intel macOS checksum
manta-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
manta-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
manta-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

1.54.1-beta.37 - 2025-01-26

26 Jan 18:35
Compare
Choose a tag to compare
Pre-release

Release Notes

Bug Fixes

  • List hardware inventory of a node

Install manta 1.54.1-beta.37

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/eth-cscs/manta/releases/download/v1.54.1-beta.37/manta-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install manta

Download manta 1.54.1-beta.37

File Platform Checksum
manta-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
manta-x86_64-apple-darwin.tar.xz Intel macOS checksum
manta-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
manta-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
manta-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

1.54.1-beta.36 - 2025-01-26

26 Jan 15:52
Compare
Choose a tag to compare
Pre-release

Release Notes

Bug Fixes

  • Command 'config show' won't panic if backend API is unrecheable

Install manta 1.54.1-beta.36

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/eth-cscs/manta/releases/download/v1.54.1-beta.36/manta-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install manta

Download manta 1.54.1-beta.36

File Platform Checksum
manta-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
manta-x86_64-apple-darwin.tar.xz Intel macOS checksum
manta-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
manta-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
manta-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum