Releases: moneyhub/navy
Releases · moneyhub/navy
v3.0.1
v3.0.0
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
andnavy 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
v2.5.2
v2.5.0
New features
- New website and documentation
- Added
navy health
andnavy 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 withnavy 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
andnavy port
are now much faster than before
Deprecated
- Deprecate
navy host <service>
in favour ofnavy external-ip
- Deprecate
navy set-default <name>
in favour ofnavy config set default-navy <name>