Skip to content

Releases: MagaluCloud/magalu

v0.5.0

11 Sep 14:10
Compare
Choose a tag to compare
feat(core): Add recursive nullable check for schema

v0.4.6

31 Aug 19:10
Compare
Choose a tag to compare
feat(tf): improve key to tfkey conversion logic

v0.4.5

30 Aug 19:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

29 Aug 17:15
Compare
Choose a tag to compare

Full Changelog: v0.4.0...v0.4.1

  • refactor(util): flatten if check on path util

v0.4.0

29 Aug 16:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

D3 - v0.3.0

28 Aug 14:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

D2 - v0.2.0

14 Aug 13:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

09 Aug 20:01
Compare
Choose a tag to compare

Highlights

  • Add Config to Context: configs are variables used across commands, generally used to compose header or cookie parameters such as region and env. To access all commands related to it, use ./mgc-cli config
  • Helpers for validation of parameters in static and runtime commands. If a parameter has constraints (max/min), we'll print them into the helper of that command
  • Added MKE and DBaaS APIs. Object Storage was at first introduced and later removed since it's not ready for usage yet - we'll migrate to S3 by creating a static command for that
  • Added silent refresh token if a request failed due to 401 Unauthorized with a valid refresh token available
  • Added build scripts to generate go binary for multiple platforms
  • Add multiple formatters for the output: jsonpath, template file, table, and yaml
  • Embed OpenAPI spec into the CLI binary

What's Changed

Full Changelog: v0.0.1...v0.1.0

v0.0.1

28 Jul 20:19
Compare
Choose a tag to compare

CLI Basic Commands and Auth

  • CLI dynamic commands based on OpenAPI specs committed to the directory: virtual machine, block storage, and vpc
  • CLI static commands for authentication integrating OAauth2

What's Changed

New Contributors

Full Changelog: https://github.com/profusion/magalu/commits/v0.0.1