Rebar3_grisp 2.2.1 released!

:tada: rebar3_grisp version 2.2.1 is released!

Added

  • Automatically pick the highest version when only the release name is
    specified during deployment (#64)
  • rebar3 grisp package list can now list both OTP and toolchain packages. In
    addition, it can display only certain columns.
  • OTP Git cloning is now shallow (using --dethp 1) which more than halves the
    download time of OTP sources.

Fixed

  • Deploys no longer crash on invalid release names or versions (#68)

A demo of the new package listing:

$ rebar3 grisp package list
===> GRiSP pre-built OTP versions for platform 'grisp2'
Version
23.3.4.11
23.3.4.9
$ rebar3 grisp package list --columns=version,size,hash
===> GRiSP pre-built OTP versions for platform 'grisp2'
Version    Size      Hash
23.3.4.11  49.4 MiB  a80bccc41bebe9f21b8623d29b0c801277928295ab1f81531e37b2eb5353521e
23.3.4.11  49.5 MiB  5c354772d6fdfda867c883922f1a2ef9a3b28aa53ca3aed507e5109c2d1ea6b
23.3.4.9   49.4 MiB  a80bccc41bebe9f21b8623d29b0c801277928295ab1f81531e37b2eb5353521e
23.3.4.9   49.5 MiB  5c354772d6fdfda867c883922f1a2ef9a3b28aa53ca3aed507e5109c2d1ea6b
$ rebar3 grisp package list --type=toolchain
===> GRiSP pre-built toolchain packages
OS     Latest  OS Version         Url
Linux  true    5.11.0-1027-azure  https://grisp.s3.amazonaws.com/platforms/grisp2/toolchain/grisp2-rtems-toolchain_Linux_5.11.0-1027-azure_e2c29d3374d9046af01af570f6a85a6aa99546bb.tar.gz
Linux          5.11.0-1028-azure  https://grisp.s3.amazonaws.com/platforms/grisp2/toolchain/grisp2-rtems-toolchain_Linux_5.11.0-1028-azure_3122986b9cd7073f42f1387f3981c812a2909b68.tar.gz
macOS  true    10.15.7            https://grisp.s3.amazonaws.com/platforms/grisp2/toolchain/grisp2-rtems-toolchain_macOS_10.15.7_e2c29d3374d9046af01af570f6a85a6aa99546bb.tar.gz
macOS          11.6.3             https://grisp.s3.amazonaws.com/platforms/grisp2/toolchain/grisp2-rtems-toolchain_macOS_11.6.3_3122986b9cd7073f42f1387f3981c812a2909b68.tar.gz
4 Likes