Skip to content

v5.1.134-rc

Pre-release
Pre-release
Compare
Choose a tag to compare
@cycloid-machine cycloid-machine released this 10 Dec 08:55
· 24 commits to develop since this release
128ae23

[v5.1.134-rc] 2024-12-10

Cycloid CLI changelog:

CLI

BREAKING

  • create-env uses now stackforms by default (CLI#313)
    the old create-env logic will apply if you give the legacy flags, but they won't be advertised anymore on the CLI.
    CHANGED

  • Update client to version v5.1.10 (CLI#290)

  • Update client to version v5.1.14 (CLI#291)

  • Update client to version v5.1.15 (CLI#292)

  • Update client to version v5.1.26 (CLI#293)

  • Update client to version v5.1.30 (CLI#294)

  • Update client to version v5.1.31 (CLI#295)

  • Update client to version v5.1.35 (CLI#296)

  • Update client to version v5.1.43 (CLI#297)

  • Update client to version v5.1.56 (CLI#302)

  • Update client to version v5.1.58 (CLI#303)

  • Update client to version v5.1.61 (CLI#304)

  • Update client to version v5.1.67 (CLI#305)

  • Update client to version v5.1.76 (CLI#306)

  • Update client to version v5.1.98 (CLI#308)

  • Update client to version v5.1.102 (CLI#309)

  • Update client to version v5.1.116 (CLI#311)

  • Update client to version v5.1.124 (CLI#312)

  • Update client to version v5.1.129 (CLI#314)

  • Update client to version v5.1.130 (CLI#315)

  • Update client to version v5.1.134 (CLI#316)

FIXED

  • Cycloid CLI now correctly uses CY_API_KEY env var instead of CY_API_TOKEN. (CLI#299)
    Old env vars still works, TOKEN and CY_API_TOKEN will be deprecated on the future.

  • Fixed bugs related to the API update (CLI#313)
    CLI should behave as expected now.

  • Fixed an issue where stackforms vars input precedence was not respected on certain types (CLI#313)

  • Fixed inconsistency on --org and CY_ORG parameter (CLI#313)

Other

ADDED

  • Added linter for the CLI code (CLI#285)

  • Added go code formatter (CLI#286)