Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Releases: ehazlett/shipyard

v3.1

05 Oct 14:23
Compare
Choose a tag to compare

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

02 Jan 04:31
22a596f
Compare
Choose a tag to compare
  • TLS issue when adding engines fixed (#386, #384)
  • Performance issue fixed (extreme slowness on certain setups - #368)
  • more angular modularization
  • updated to support latest upstream dependencies
  • doc updates

v2.0.6

26 Nov 23:36
257962f
Compare
Choose a tag to compare
  • hotfix: fixed performance issue with engine checks

v2.0.5

26 Nov 04:03
ded03c4
Compare
Choose a tag to compare
  • (#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

11 Nov 02:57
2960158
Compare
Choose a tag to compare

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

21 Oct 04:53
Compare
Choose a tag to compare
  • 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