Skip to content

Releases: indigo-dc/orchent

v1.2.9

28 Sep 10:41
fff8db0
Compare
Choose a tag to compare

v1.2.9

Added

  • command depreset to reset the status of a given deployment

Changed

  • command depshow and depcreate now support option --ojson that formats the command output in json

v1.2.9.rc1

23 Mar 11:43
7d148be
Compare
Choose a tag to compare
v1.2.9.rc1 Pre-release
Pre-release

v1.2.9

Changed

  • command depshow and depcreate now support option --ojson that formats the command output in json

v1.2.8

27 Aug 14:55
Compare
Choose a tag to compare

v1.2.8

Added

  • script for building the docker image (see utils)

Changed

  • command depshow with option --verbose now prints also additional deployment information if available (e.g. VM details for cloud deployments)

Fixed

  • command depshow with option --verbose now prints also the deployment outputs (#55)

v1.2.7

19 Aug 09:40
971604d
Compare
Choose a tag to compare

v1.2.7

This version allows to interact with the latest version of the PaaS Orchestrator (v2.6.0), introducing the new command deplog and the new option usergroup for deployment operations.

Added

  • deplog command: this new command allows to retrieve the deployment log if available

Changed

  • commands depcreate and depls provide a new option, --user_group, that allows to specify the user group to filter the active deployments or to create a new deployment, respectively.
  • changed build and packaging strategy - github actions setup

orchent v1.2.6

06 Feb 23:08
b034b7b
Compare
Choose a tag to compare
  • Added showconf command: it returns the output of the REST call to the new /configuration Orchestrator endpoint
  • Added verbose option for depshow command (default is false)

orchent v1.2.5

16 Apr 08:48
Compare
Choose a tag to compare

oidc-agent errors are now printed if something goes wrong with oidc-agent

orchent v1.2.4

15 Apr 11:04
Compare
Choose a tag to compare

Updated the liboidcagent library

orchent v1.2.3

20 Mar 15:17
396f839
Compare
Choose a tag to compare
  • Adapted to work with oidc-aent >= 3.0.0
  • Fixed some output formatting

orchent v1.2.2

01 Feb 11:15
Compare
Choose a tag to compare

Fixed communication with oidc-agent >= 2.0.0

Support new Orchestrator parameters

02 Nov 15:21
c5d0175
Compare
Choose a tag to compare

Added support for two new flags in depcreate/depupdate operations:

  • maxProvidersRetry: Maximum number of cloud providers to be used in case of failure (Default: UNBOUNDED).
  • keepLastAttempt: In case of failure, keep the resources allocated in the last try (Default: true).

These flags are supported starting from Orchestrator version 2.1.0