Skip to main content
Version: 11.7.x

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.8.0 - 2023-10-10

Changed

  • update go version to 1.21.1
  • update mergo to v1.0.0
  • update exp to v0.0.0-20230905200255-921286631fa9
  • update oauth2 to v0.12.0
  • update uuid to v1.3.1

Added

  • marketplace list command
  • marketplace get command
  • environment list command
  • runtime list resources command
  • runtime create job command
  • events command
  • version command

0.7.0 - 2023-06-26

Added

  • create service account with jwt authentication

0.6.1 - 2023-06-12

Added

  • support for authenticate API calls with service account
  • context auth command for saving the service account in the config file

Fixed

  • error during saving context configuration in particular cases

0.6.0 - 2023-06-08

Changed

  • reworked the http connection to the remote servers to allow support for custom installations
  • breaking new configuration file structure

Added

  • creation of service account for your company

Fixed

  • if you use a url that ends with / as endpoint, the remote calls are not broken anymore

0.5.0 - 2023-05-10

Changed

  • remove default value for revision flag in the deploy command

Added

  • new command for listing the user companies

0.4.0 - 2023-04-07

Changed

  • complete rework of cli
  • new login that uses the OIDC flow via the user browser
  • new deploy command, now it will wait for the pipeline to finish
  • new project list command
  • the user now can create contexts for multiple scenarios and consoles

0.3.1 - 2022-01-21

Fixed

  • fix warning installing with brew (issue 55)

0.3.0 - 2021-06-22

Added

  • login command with username and password
  • new command to trigger a new deploy per environment
  • get status of a pipeline release
  • insecure flag to skip check on certificate authority
  • flag to use custom certificate authority
  • add support to go v1.16

Update

  • upgrade dependencies

Changed

  • drop support to go v1.13 and v.14

0.2.0 - 2020-04-27

  • get history of deployments for a specific project environment
  • add get projects command

0.1.0 - 2020-04-14

  • create cli sdk
  • create cli renderer