Skip to content
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.

Releases: portainer/agent-public

Release 1.3.0

04 Jun 02:00
Compare
Choose a tag to compare

1.3.0

API

Startup

  • Replace the advertiseIp retrieval mecanism by retrieving the IP address of the agent container

Release 1.2.1

03 Feb 19:17
Compare
Choose a tag to compare

1.2.1

API

  • Forward public key header to other agents when proxying websocket requests

Release 1.2.0

03 Feb 19:16
Compare
Choose a tag to compare

1.2.0

Deployment

  • Allow multiple Portainer instances to connect to a single agent via a shared secret configuration
  • Disable host management capabilites by default

Host information

  • Add a new API endpoint to retrieve PCI/disk information about the host

File browsing

  • Add the ability to browse a filesystem

Docker proxy

  • Update websocket buffer size to 2048
  • Close the docker client after usage to avoid memory leaks

API

  • Add /ping endpoint