Skip to content

Releases: grpc-ecosystem/grpc-health-probe

v0.4.5

20 Aug 18:54
94caf8d
Compare
Choose a tag to compare

Changelog

  • Re-compiled with go 1.17

v0.4.4

08 Jul 15:45
05458d4
Compare
Choose a tag to compare

Changelog

  • Fixes a critical bug rendering the tool unusable in v0.4.3 release (which is now unpublished)
  • Feature: add custom gRPC metadata (headers) using the -rpc-header option.
  • Updated the runtime to go1.16.

v0.4.3

07 Jul 22:22
e2dfb8e
Compare
Choose a tag to compare
v0.4.3 Pre-release
Pre-release

⚠️ This release has been unpublished as it contains a critical bug rendering the tool unusable.

v0.4.2

18 May 18:41
9cb65c2
Compare
Choose a tag to compare

Changelog

9cb65c2 Release v0.4.2

v0.4.1

30 Apr 21:12
713b8a2
Compare
Choose a tag to compare

Changelog

713b8a2 Release v0.4.1

v0.4.0

29 Apr 22:50
49be052
Compare
Choose a tag to compare
  • Feature: support for fetching TLS credentials from SPIFFE

  • Feature: support for endpoints serving with GZIP

  • Feature: now offering OCI/docker images for releases (only linux/amd64 for now) e.g.

    docker pull ghcr.io/grpc-ecosystem/grpc-health-probe:v0.4.0
    

v0.3.6

14 Dec 18:41
fbf81d4
Compare
Choose a tag to compare

Changelog

fbf81d4 Release v0.3.6

v0.3.5

06 Dec 06:20
c96b758
Compare
Choose a tag to compare

Changelog

c96b758 Release v0.3.5

Release v0.3.4

23 Oct 17:38
ea85fd7
Compare
Choose a tag to compare
Signed-off-by: Ahmet Alp Balkan <[email protected]>

v0.3.3

29 Sep 16:57
5b31b37
Compare
Choose a tag to compare

Some security fixes, although they were not previously exposing an attack vector since this probe is meant to be used against trusted server code you wrote and over the loopback network interface.