Agent 1.3.1 Release Note
Introduction
The agent is a process running on an execution environment. It contacts the orchestrator at regular intervals, looking for some orders to execute. If there is any order, the agent will perform it and send the result back to the orchestrator.
This release note describes the changes of Agent version 1.3.1 compared to 1.1.2.
Agent 1.3.1 was released on January 21, 2022.
New features
-
Issue agent #10 allow disabling certificate verification
It is now possible to skip certificate verification using the--verify false
option. -
Issue agent #11 allow to specify a private certificate (or document how to specify a private certificate)
It is now possible to define a verification chain using--verify certificates.pem
option.
Bug fixes
- Issue agent #8 put-file does not fail if it targets an invalid path
put-file
now fails when the destination path is invalid.