Releases: portainer/agent
Releases · portainer/agent
Release 1.6.1
Release 1.6.0
Release 1.5.1
Release 1.5.0
1.5.0
Security
- Fix an exploit of the file management API allowing path traversal for volume filesystem management: #92
Performances
Deployment/configuration
- Load
AGENT_CLUSTER_ADDR
value from environment (not mandatory anymore): #70 - Remove useless
EDGE_POLL_FREQUENCY
option: #64 - Allow the agent to use the ingress network: #67
Cluster
- Send a short-lived ping request to each node before trying to aggregate resources: #79
- Update reconnect policy for agents marked as failed: #78
- Do not abort a resource aggregagtion request if one node in the cluster is not responding/failing: #75
Docker
- Use an error format that is compliant with the Docker API: #65
Logging
Release 1.4.0
Release 1.2.1
Release 1.2.0
1.2.0
Deployment
- Allow multiple Portainer instances to connect to a single agent via a shared secret configuration: #40
- Disable host management capabilites by default: #21
Host information
File browsing
Docker proxy
- Update websocket buffer size to 2048: #37
- Close the docker client after usage to avoid memory leaks: #5
API
- Add
/ping
endpoint: #29
Build system
Refactor
- Move
agentProxy
service to the root handler: #20