Added
- Service image state distributor and action added
- Component image state distributor and action added
- Deployment log fetch action added
Changed
- Deployment action - Log message change
- Deployment state - Deployment state should not be set to state ERROR when this
action fail
- Logging - remove thread name from logging since it's no more multi-threaded
- Successfully executed actions are in failed state because do_work isn't
returning result code. This was the case for jobs_cleanup,
nuvlabox_decommission, infrastructure_*
- Docker cli connector - when cacert is required connection fail fix
- Fix calculation of replicas.running to properly take into account the running
task state
- Add deployment parameters to provide information about current Docker task:
current.desired.state, current.state, and current.error.
- Fix misspelled method name in NuvlaBox decommissioning job that blocked
deletion of NuvlaBox resources.