Releases: indigo-dc/orchent
Releases · indigo-dc/orchent
v1.2.9
v1.2.9.rc1
v1.2.9
Changed
- command
depshow
anddepcreate
now support option--ojson
that formats the command output in json
v1.2.8
v1.2.7
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
anddepls
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
- 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
oidc-agent errors are now printed if something goes wrong with oidc-agent
orchent v1.2.4
Updated the liboidcagent library
orchent v1.2.3
- Adapted to work with oidc-aent >= 3.0.0
- Fixed some output formatting
orchent v1.2.2
Fixed communication with oidc-agent >= 2.0.0
Support new Orchestrator parameters
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