Skip to content

Latest commit

 

History

History
199 lines (166 loc) · 6.99 KB

CHANGELOG.md

File metadata and controls

199 lines (166 loc) · 6.99 KB

[v3.1.3] 2022-06-17

  • CHANGED
    • Update client to version v3.1.3 (PR #140)

[v1.0.97] 2022-06-13

  • CHANGED
    • Update client to version v1.0.97 (PR #137)

[v1.0.89] 2022-03-08

  • CHANGED
    • Update client to version v1.0.89 (PR #130)
    • Add the ability to specify canonical for credential create (PR #130)
    • Add new field-file flag to custom credential create (PR #130)

[v1.0.88] 2022-02-10

  • CHANGED
    • Update client to version v1.0.88 (PR #125)
    • cy-wrapper: Now use Cycloid URL instead of Github to avoid API request limits (PR #126)
    • cy-wrapper: provide debug mode using CY_DEBUG env var (PR #127)
    • cy-wrapper: CY_WAIT_NETWORK now default to false (PR #127)
    • cy-wrapper: CY_VERSION can be enforced to a specific version (PR #127)
    • cy-wrapper: Reduce the default number of retries and provide new CY_DOWNLOAD_RETRIES variable (PR #127)
    • cy-wrapper: Error handling when CY_RELEASES_URL is not reachable or incorrect (PR #127)

[v1.0.86] 2022-01-04

  • CHANGED
    • Update client to version v1.0.86 (PR #122)

[v1.0.85] 2021-12-08

  • CHANGED
    • Update client to version v1.0.85 (PR #120)

[v1.0.84] 2021-11-10

  • CHANGED
    • Update client to version 1.0.84 (PR #115)
  • ADDED
    • Adding new pipeline synced command (PR #111)
    • CY wrapper, add more retry on and wait for network (PR #110)

[v1.0.82] 2021-10-04

  • ADDED

    • Adding cycloid dev readme and local e2e make targets (PR #112)
  • CHANGED

    • Update client to version 1.0.82 (PR #105)
    • Changed makefile to allow better use of targets for the cli automatic bump (PR #112)
  • FIXED

    • Fix error in help of delete-env command (PR #105)

[v1.0.76] 2021-07-08

  • CHANGED

    • Update client to version 1.0.76 (PR #101)
    • Update client to version 1.0.72 (PR #99)
  • BREAKING

    • Switching to API KEY login only (PR #79)

[v1.0.64] 2021-03-23

  • CHANGED

    • Update to version 1.0.64 (PR #92)
  • BREAKING

    • Remove create api key command (PR #92)
  • FIXED

    • Fix wrong list function execution in members list-invites (PR #94)

[v1.0.61] 2021-03-15

  • ADDED

    • Adding better error details display (PR #76)
    • Adding organizations list-children command (PR #76)
  • CHANGED

    • Update to version 1.0.61 (PR #84)
    • wrapper: change behavior to look for the closest lower version (PR #85)
  • REMOVED

    • Remove deprecated KPIs list-avaiable command (PR #84)

[v1.0.58] 2021-02-05

  • ADDED
    • Adding new kpis command (PR #81)
    • Adding new list-invites command (PR #72)
    • gen-doc subcommand (PR #61)
    • --insecure flag to allow TLS verification skipping (Issue #70)
    • Adding all missing creds type into the CLI (GCP, AWS, ...) (PR #74)

[v1.0.53] 2020-12-01

  • CHANGED
    • Update to version 1.0.53 (PR #62)
    • Wrapper now fallback to RC version before trying the dev one (PR #62)
    • Add pipeline list command to list all pipeline in an organization (PR #62)

[v1.0.51] 2020-11-12

  • CHANGED
    • Update to version 1.0.51 (PR #52)

[v1.0.50] 2020-11-04

  • ADDED

    • Add organization create/delete (PR #51)
    • api-keys commands (PR #57)
  • CHANGED

    • login method to allow login using API key (PR #57)

[v1.0.49] 2020-11-02

  • ADDED
    • Add validate-form command (PR #35)
    • Bump CLI version (PR #35)
    • printer /helpers for each command (PR #25)
    • login list subcommand (PR #24)
    • support for child org login (PR #37)
    • status endpoint implementation (PR #42)
    • bash/zsh auto-complete (PR #47)

[v1.0.47] 2020-09-21

  • ADDED

    • Printer with support for json, yaml and table format (PR #4)
    • First iteration of login command (PR #9)
  • CHANGED

    • Second iteration of login command : allow multiple orgs login :warning: the signature of common.ClientCredentials has changed (PR #15)
  • DEPRECATED

  • REMOVED

  • FIXED

  • SECURITY

[1.0.46] 2020-09-20

  • ADDED

    • First changelog template (PR #0)
  • CHANGED

  • DEPRECATED

  • REMOVED

  • FIXED

  • SECURITY