Skip to content

Releases: cycloidio/cycloid-cli

v5.1.9

15 Jul 15:27
Compare
Choose a tag to compare

[v5.1.9] 2024-07-15

Cycloid CLI changelog:

Members

CHANGED

  • Updated members commands to fit the recent endpoints changes. (CLI#270)

v5.1.9-rc

15 Jul 09:45
c92ceb0
Compare
Choose a tag to compare
v5.1.9-rc Pre-release
Pre-release

[v5.1.9-rc] 2024-07-15

Cycloid CLI changelog:

Members

CHANGED

  • Updated members commands to fit the recent endpoints changes. (CLI#270)

v5.0.66

09 Jul 13:25
Compare
Choose a tag to compare

[v5.0.66] 2024-07-04

Cycloid CLI changelog:

CLI

BREAKING

  • Env var TOKEN is replaced by CY_API_KEY for giving token via env var. (CLI#274)
    The old TOKEN env var still works but emits a warning. It will be removed in a futur release.
    CHANGED
  • Allow to create a project without an environment. (CLI#278)
    The env creation with the old flags still exists, but is now deprecated and will be removed in a further release.
  • Allow to use CY_ORG env var to define the current org instead of --org flag (CLI#274)
    You can still use the --org flag, the CLI flag will have precedence over the env var.
  • Update client to version v5.0.66 (CLI#279)

FIXED

  • Fix version for release (CLI#269)

  • Remove API validation on bad playload from API for catalog repository refresh (CLI#278)

  • --org flag is now global (CLI#274)
    This fixes inconsistency between commands, you can also set the org via env vars now.
    SECURITY

  • Make the configuration write as 0600 permissions in user home config (CLI#274)

  • Allow to login using CY_API_TOKEN instead of providing the token via --api-token flag (CLI#274)
    This will become the default way, using the flag will be deprecated in the future.

v5.0.49

19 Jun 10:30
Compare
Choose a tag to compare

[v5.0.49] 2024-06-19

Cycloid CLI changelog:

CLI

ADDED

  • Add cy project create-stackforms-env command to create env using stackforms (CLI#269)
  • Add cy project get-env command to retrieve configuration value on projects using stackforms. (CLI#269)
  • Add a cy stacks get-config <ref> <use-case> to retrieve a stack default config (CLI#277)

FIXED

  • Make cy project create-stackforms-env fetch default by default (CLI#277)
    This behavior can be disabled with the --no-fetch-defaults flag
  • Fix forms config parsing for stackforms related commands not sending the correct vars keys. (CLI#277)

BREAKING

  • Update go version to 1.22.4 and go-swagger to 0.31.0 (CLI#272)

FIXED

  • Fix all env related commands not returning UI icons on update. (CLI#269)

v5.0.34

23 May 13:52
Compare
Choose a tag to compare

[v5.0.34] 2024-05-23

Cycloid CLI changelog:

CLI

CHANGED

  • Update client to version v5.0.34 (CLI#267)

v5.0.34-rc

23 May 13:22
e76bbc6
Compare
Choose a tag to compare
v5.0.34-rc Pre-release
Pre-release

[v5.0.34-rc] 2024-05-23

Cycloid CLI changelog:

CLI

CHANGED

  • Update client to version v5.0.34 (CLI#267)

v5.0.20

16 May 05:36
Compare
Choose a tag to compare

[v5.0.20] 2024-05-16

Cycloid CLI changelog:

CLI

CHANGED

  • Update client to version v5.0.20 (CLI#265)
    Fixed external backend and list project issues associated with the upgrade

v5.0.20-rc

15 May 16:02
c356060
Compare
Choose a tag to compare
v5.0.20-rc Pre-release
Pre-release

[v5.0.20-rc] 2024-05-15

Cycloid CLI changelog:

CLI

CHANGED

  • Update client to version v5.0.20 (CLI#265)
    Fixed external backend and list project issues associated with the upgrade

v4.0.340

17 Apr 05:53
Compare
Choose a tag to compare

[v4.0.340] 2024-04-16

Cycloid CLI changelog:

CLI

CHANGED

  • Update client to version v4.0.340 (CLI#253)

Credentials

ADDED

  • Added the 'update' for Credentials (CLI#236)

Other

ADDED

  • Added more middleware methods for external backends (CLI#254)

v4.0.340-rc

16 Apr 13:09
d6dbcf9
Compare
Choose a tag to compare
v4.0.340-rc Pre-release
Pre-release

[v4.0.340-rc] 2024-04-16

Cycloid CLI changelog:

CLI

CHANGED

  • Update client to version v4.0.340 (CLI#253)

Credentials

ADDED

  • Added the 'update' for Credentials (CLI#236)

Other

ADDED

  • Added more middleware methods for external backends (CLI#254)