Skip to content

Releases: portainer/portainer

Release 1.9.1

02 Oct 03:34
Compare
Choose a tag to compare

Fixes:

  • Container console issue on Chrome: #238
  • Wrong memory size displayed: #215
  • Display issue when sorting containers by state: #237
  • Undefined socket issue in console view: #247
  • Unable to load containers in templates view when swarm-mode enabled: #234

Minor changes:

  • Template view updated: #224
  • Events and Docker view are now hidden when swarm-mode enabled: #233
  • Portainer can now be connected to a Swarm replica: #236
  • Support new events: #239
  • Update exposed ports format: #232
  • Updated favicon: #240

Release 1.9.0

24 Sep 10:39
Compare
Choose a tag to compare

Features:

  • Support for Docker 1.12 swarm mode: #208
  • Support for Docker Swarm >= 1.2.3: #216
  • New network view: #200
  • Add a quick network creation form in the networks view: #195
  • New documentation: #207

Minor changes:

  • Now part of the portainer organisation: #218
  • Fix container related icons: #219
  • Add icons to actions buttons: #199
  • Add a github icon close to the version link: #220

Release 1.8.1

07 Sep 06:35
Compare
Choose a tag to compare

Fixes:

  • Correct error message in images view: #193
  • Correct error message when deleting a bound volume: #185
  • Hide hidden containers in the containers view: #198

Minor changes:

  • Disable create button in network creation view if name is not specified: #196
  • Use latest logo: #201

Release 1.8.0

04 Sep 03:21
Compare
Choose a tag to compare

First official release of Portainer !

#153

Features:

  • Add the ability to commit a container: #144
  • New container view: #146
  • Container templates: #55, #158, #159, #160
  • Display a new column in containers view with links to exposed ports: #152
  • Docker 1.12 support: #95

Minor changes:

  • Change the column header in the containers view from Host to Host IP: #143
  • Display an approriate error message when unable to remove a network: #176

Fixes:

  • Image deletion error message: #148, #166

Release 1.7.0

18 Aug 04:33
Compare
Choose a tag to compare

Features:

  • Add a --logo flag to specify an external logo: #140
  • Protocol awareness for console connection: #111
  • Add the ability to tag an image: #125
  • Add the ability to push a tag to a registry: #107
  • Display the IP address of the host instead of the hostname (swarm): #57
  • Use date format ISO8601: #96
  • New image view: #130

Fixes:

  • Unable to specify address in port binding: #122
  • Missing port bindings in container creation: #123
  • Dashboard raising an error when no volumes are available: #108
  • Correct error message when deleting an image: #113

Release 1.6.0

03 Aug 10:05
Compare
Choose a tag to compare

Features:

  • Events view: #71
  • Container console exec: #34
  • Updated Swarm view: #91
  • Display an error message when trying to remove a network with active endpoints: #52

Fixes:

  • Issue with the /settings endpoint and reverse proxy configuration: #83

Changes:

  • Backend overhaul: #94
  • /config endpoint renamed to /settings: #98
  • Rename angular module names: #80

Release 1.5.0

14 Jul 00:15
Compare
Choose a tag to compare

Features:

  • New dashboard view: #54
  • Repository field has been replaced with Tags field in Image list view: #68

Fixes:

  • Remove extra space created by widget header: #73
  • Coherent style for all entity tables: #72
  • Typo in Docker view: #70

Release 1.4.0

13 Jul 03:03
Compare
Choose a tag to compare

We announced support for the following versions of Docker: 1.9, 1.10 and 1.11.

Breaking changes:

  • --endpoint, -e flags have been replaced by --host, -H and accepts the following format: (unix|tcp)://(/path/to/socket|mydockerhost.com:2375)

Features:

  • now works against Docker engines with TLS support enabled: #59 & #66
  • add the ability to specify a subnet/gateway when creating a network: #51

Release 1.3.0

08 Jul 04:13
Compare
Choose a tag to compare

Features:

  • Ability to pull an image from a custom Docker registry: #33 & #48
  • Containers view default to display all containers: #42

Fixes:

  • Replace loading animations: #35
  • Display issue in Swarm view: #44
  • Hidden containers (using labels) are now hidden in the Dashboard and Swarm view: #46

Release 1.2.0

06 Jul 04:43
Compare
Choose a tag to compare

Features:

  • New volume creation view: #31
  • New network creation view: #32
  • New pull image view: #38

Chore:

  • add new grunt task lint