Skip to content

Release 1.2.0

Compare
Choose a tag to compare
@deviantony deviantony released this 12 Dec 01:44
· 634 commits to develop since this release

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

  • Add a new API endpoint to retrieve PCI/disk information about the host: #6, #34

File browsing

  • Add the ability to browse a filesystem: #7, #8, #30

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

  • Force os/arch to linux/amd64: #36
  • Manage dependencies via dep: #24

Refactor

  • Move agentProxy service to the root handler: #20