Releases: mohsenasm/swarm-dashboard
Releases · mohsenasm/swarm-dashboard
v2.5
v2.4
Docker image
mohsenasm/swarm-dashboard:v2.4
What's Changed
- Export
/data
API with theENABLE_DATA_API
env var by @mohsenasm in #41
Full Changelog: v2.3...v2.4
v2.3
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
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
v2.0
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 useBasic 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 useHTTPS
andWSS
. We have Let’s Encrypt integration with the DNS challenge.