Skip to content

Releases: viafintech/waitforservices

Add explicit host variable setup for compose without links

18 Sep 09:54
Compare
Choose a tag to compare
  • Allows explicitly setting variables following the pattern <service_name>_HOST and <service_name>_PORT
  • The -legacy flag allows usage for the links environment with automatically set environment variables

v0.5 Updated golang to 1.11.2

13 Nov 09:04
432b65b
Compare
Choose a tag to compare
Pre-release

This update only includes the golang update from 1.5 to 1.11.2.

Alpine Linux

21 Mar 14:54
Compare
Choose a tag to compare
Alpine Linux Pre-release
Pre-release

This adds support for Alpine Linux by building waitforservices with CGO_ENABLED=0.

Thanks, @SerialVelocity!

0.3 Deduplication

20 Nov 16:22
Compare
Choose a tag to compare
0.3 Deduplication Pre-release
Pre-release

Previously, if the same service (same IP and port) appeared in
multiple environment variables, waitforservices did the health check
for each environment variable, possibly multiple times per service.

Now, deduplicate services by IP and port and choose the one with the
shortest name.

There's an attached binary for x86-64 Linux for installation into a Docker image (see README).

0.2 Log wait duration

07 Aug 09:02
Compare
Choose a tag to compare
0.2 Log wait duration Pre-release
Pre-release

There's an attached binary for x86-64 Linux for installation into a Docker image (see README).

0.1 - Initial release

06 Aug 14:46
Compare
Choose a tag to compare
0.1 - Initial release Pre-release
Pre-release

There's an attached binary for x86-64 Linux for installation into a Docker image (see README).