Skip to content

Releases: mohsenasm/swarm-dashboard

v2.5

23 Sep 13:21
fbe9261
Compare
Choose a tag to compare

Docker image

mohsenasm/swarm-dashboard:v2.5

What's Changed

  • Bump versions to improve security.
  • New environment variable ENABLE_NETWORKS: true by default, set to false to remove the network section from the dashboard.

Full Changelog: v2.4...v2.5

v2.4

06 May 08:14
46f9ca3
Compare
Choose a tag to compare

Docker image

mohsenasm/swarm-dashboard:v2.4

What's Changed

  • Export /data API with the ENABLE_DATA_API env var by @mohsenasm in #41

Full Changelog: v2.3...v2.4

v2.3

14 Apr 07:44
Compare
Choose a tag to compare

Docker image

mohsenasm/swarm-dashboard:v2.3

What's Changed

  • Bump express from 4.18.2 to 4.19.2 by @dependabot in #35
  • Upgrade babel version by @mohsenasm in #36
  • mod: lesser commands, del: duplicated WORKDIR by @schenklklopfer in #38
  • Lego usually adds a small random delay to the renew
    command, but we don't need this delay at the start because it's not an automated task.
  • Change default refresh intervals

Full Changelog: v2.2...v2.3

v2.2

21 Nov 07:34
Compare
Choose a tag to compare

Docker image: mohsenasm/swarm-dashboard:v2.2

Changes:

  • Adding arm docker image
  • Showing the last refresh time in the dashboard
  • Reloading SSL certificates on change
  • Showing time for each task + adding SHOW_TASK_TIMESTAMP env to disable this feature
  • Making views more compact

v2.1

21 Nov 07:30
Compare
Choose a tag to compare

Docker image: mohsenasm/swarm-dashboard:v2.1

Changes:

  • Adding the support of PATH_PREFIX. All HTTP and WebSocket connections will use this path as a prefix.

v2.0

21 Nov 07:28
36730aa
Compare
Choose a tag to compare

Docker image: mohsenasm/swarm-dashboard:v2.0

Changes:

  • Now, we don't send the whole docker event data. The last version was sending everything, including environment variables (someone might have stored some passwords in them, by mistake!).

  • Show the stats of containers and nodes

  • Using the ENABLE_AUTHENTICATION environment variable, there is an option to use Basic Auth. The WebSocket server will close the connection if it does not receive a valid authentication token.

  • Using the ENABLE_HTTPS environment variable, there is an option to use HTTPS and WSS. We have Let’s Encrypt integration with the DNS challenge.