This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
Releases: ehazlett/shipyard
Releases · ehazlett/shipyard
v3.1
Release v3.1
Features / Fixes:
- Support Docker registry v2 (#852) (h/t to all that contributed!!)
- fixed port configuration bug with non-exposed ports
- Proxy api commands for networking (#848)
Release is available on the Docker Hub via the shipyard/shipyard:3.1
and shipyard/shipyard:latest
tags.
v2.0.8
v2.0.6
v2.0.5
- (#264) shipyard no longer hangs/errors if an engine is unavailable
- (#317) engine healthchecks (status/response time)
- added sorting options for UI display (engines, events and containers)
- (#325) engines are now validated upon addition
- angularjs refactoring for easier manageability
- better formatting for logs
- (#315) show docker version for engine
- (#314) restart policy support in UI
- misc. backend fixes (upstream lib updates, etc)
v2.0.4
Changelog:
- #294: consistent ordering of containers in ui
- added engine column to container view
- enable container mode selection (api, cli, ui)
- #305: enable specifying container name in ui
- #302: show name and image in container list
- #298: allow "=" in env vars (ui)
- #303: support volumes in ui
- switched to godeps for dependency versioning
2.0.3
- container logs: container logs are now available via the cluster
- expose ports via UI: you can now expose container ports via the web ui
- container links via UI: you can now link containers via the web ui
- can use links in extensions
- fixed bug with using a URL in an engine and trying to remove
- fixed issue when deploying a tag using a private registry namespace
- other small UI updates