Skip to content

1.3.1: Implemented T&C and improved some commands

Compare
Choose a tag to compare
@nesitor nesitor released this 11 Feb 10:30
· 17 commits to master since this release
ba35b91

New Features

  • GPU Support: Implemented support for GPU instances. (PR #313)
  • aleph program logs Command: Added a new command to view program logs. (PR #304)
  • Terms & Conditions: Introduced a feature to display and accept Terms & Conditions. (PR #311)
  • Account Management: Enhanced account management functionalities. (PR #281)

Bug Fixes

  • Instance Volume Requirements: Fixed an issue where name/mount were required for instance volumes. Also fixed issues related to macOS CI. (PR #301)
  • Wrong SSH Option Description: Corrected the description for the SSH option in the instance command. (PR #307)
  • GPU List Display: Resolved issues with the display of the GPU list. (PR #316)
  • Program Logs Command: Fixed issues with the program logs command. (PR #318)
  • MyPy Configuration: Fixed an issue where mypy was not correctly considering the pyproject.toml file. (PR #333)
  • Unwanted Uninit CoCo VM Message: Removed an unwanted message about uninitialized CoCo VMs from the instance list. (PR #331)
  • Various Improvements: Addressed various issues related to user experience, edge cases, and test coverage. (PR #312)
  • Aggregates and Permissions: Improved aggregates functionality and added commands for managing permissions. (PR #330)

Improvements

  • Reduced Instance PAYG Balance: Reduced the PAYG balance for instances. (PR #310)
  • Dependency Updates: Updated several dependencies, including substrate-interface, typer, aiohttp, and pygments. (PR #289, #319, #323, #325, #337)

Other Changes

  • CI Improvements: Improved the CI pipeline to run tests on the testnet. (PR #321)
  • Code Quality: Fixed bugs in the node commands and improved code quality overall. (PR #329, #328)
  • Python Version Support: Limited support to stable Python versions (>=3.9). (PR #334)

What's Changed

New Contributors

Full Changelog: 1.3.0...1.3.1