Skip to content

Releases: moneyhub/navy

v5.0.0

09 Jan 22:16
@ukn ukn
Compare
Choose a tag to compare

Enhancements

  • Configurable auto proxy port by @jonbride in #100
  • Allow services to listen on https via proxy by @ukn in #112

Breaking changes

Testing

  • Fix integration tests: docker pull, by logging in to Docker by @jonbride in #99

Full Changelog: v4.2.1...v5.0.0

v4.0.0

03 Dec 15:15
@ukn ukn
Compare
Choose a tag to compare

Breaking changes

  • Remove unsupported node version (v7)

Full Changelog: v3.3.0...v4.0.0

v3.3.0

03 Dec 15:02
@ukn ukn
Compare
Choose a tag to compare

Enhancements

  • Allow setting image in middleware in #71

Full Changelog: v3.2.0...v3.3.0

v3.2.0

03 Dec 14:44
@ukn ukn
Compare
Choose a tag to compare

Bug Fixes

Enhancements

  • Allow setting logging driver (93dc53d)
  • Allow setting environment variables using state (df7b5b6)

v3.1.0

14 Jul 12:28
bc91983
Compare
Choose a tag to compare

Bug Fixes

  • Make port 80 discovery method more robust - (#66)
  • getLaunchedNavies now validates that a navy path is a directory - (#69)

Enhancements

  • Remove last usage of the docker cli - (c54df99)
  • Port upstream changes from jwilder/nginx-proxy:0.6.0 - (#67)

Testing

  • Fix integration testing - (#64)
  • No need for the docker cli in the test runner - (c8d7cec)
  • Bump default versions for integration tests - (27aa872, ba5225a)
  • Test multiple versions of docker-compose - (09bb0f2)

v3.0.6

14 Jul 12:08
b0cf640
Compare
Choose a tag to compare

Bug Fixes

  • Fix relaunching in navy update - (9faa4c0)

v3.0.5

06 Jun 14:19
56c2343
Compare
Choose a tag to compare

Bug Fixes

  • Stop docker-compose errors when removing services - (#62)

v3.0.4

06 Jun 14:18
4cd44da
Compare
Choose a tag to compare

Bug Fixes

  • Improve navy update when no services are running - (#63)

Enhancements

  • Move getContainerName into the docker-compose driver - (ac71761)

Docs

  • Remove static port mapping from README example - (f841d98)

v3.0.3

06 Jun 14:14
3dfc22c
Compare
Choose a tag to compare

Performance Improvements

  • Reduce the amount of Promisification - (#60, 3faa906)
  • Reduce the number of method invocations of getCompiledDockerComposePath - (7314b2e)
  • Convert imports of the Navy class to types - (440b2bd)

v3.0.2

20 Apr 14:59
05d352b
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a regression in v3.0.2 - navy url reverts to postulating the service url when the container isn't running