Skip to content

Releases: moneyhub/navy

v3.0.1

20 Apr 14:58
Compare
Choose a tag to compare

Bug Fixes

  • navy url now reads from the service state

v3.0.0

20 Apr 14:56
Compare
Choose a tag to compare

New Features

  • Use nip.io for dns resolution

Enhancements

  • Removed unnecessary promisification

Bug Fixes

  • Fixed implicit max log size when using navy logs

Breaking Changes

  • Removed navy host and navy set-default - these were deprecated in 2.x and have now been removed
  • Removed xip.io as the dns provider, the http proxy urls will have changed

v2.5.3

20 Apr 14:48
Compare
Choose a tag to compare

Bug Fixes

  • fixed the version of dockerode as they have introduced a regression

v2.5.2

22 Feb 13:52
Compare
Choose a tag to compare

Bug fixes

  • navy use-tag: handle misspelling of service names
  • navy-plugin-nodejs: prevent crashes when a node_modules directory doesn't exist when using navy develop

Enhancements

  • test against Node.js 7
  • test against multiple versions of Docker (1.10 - 1.13)

v2.5.0

24 Aug 15:51
Compare
Choose a tag to compare

New features

  • New website and documentation
  • Added navy health and navy wait-for-healthy commands and API for viewing healthcheck status of services (requires Docker 1.12)
  • Added navy use-lan-ip to configure Navy to use your LAN IP address (useful for device testing). Can be reverted with navy use-local-ip
  • Added navy config ... sub command to view and edit global Navy configuration
  • Added navy open <service> to quickly open a service in the default browser
  • Added navy doctor command to diagnose and attempt to fix various common issues
  • A custom external IP can now be set globally using navy config set external-ip ...
  • New error pages for built in HTTP proxy (replaces nginx 502/503 errors)
  • Navy will now make sure the given image tag is pulled and up to date when using navy use-tag
  • Navy will now make sure services have been updated and reconfigured after doing navy refresh-config

Bug fixes

  • Fix config sometimes being outdated (37229c1)
  • Fix external IP not being set correctly when Docker Host is a hostname, not an IP address (2535628)

Enhancements

  • New error code system and improved error messages
  • navy ps and navy port are now much faster than before

Deprecated

  • Deprecate navy host <service> in favour of navy external-ip
  • Deprecate navy set-default <name> in favour of navy config set default-navy <name>

v2.4.1

01 Aug 09:23
Compare
Choose a tag to compare

Bug fixes

  • #38 Fixed navy port and port always returning 5
  • Fixed http proxy (xip.io) server sometimes not starting

v2.4.0

01 Aug 09:25
Compare
Choose a tag to compare

New features

  • Allow overriding port mappings w/ navy use-port and navy reset-port