Skip to content

Releases: jaegertracing/docker-protobuf

Release v0.5.1

19 Jan 22:41
31ccaa4

Choose a tag to compare

Main change

Other changes

Full Changelog: v0.5.0...v0.5.1

Test dependencies upgrade

27 Dec 22:48

Choose a tag to compare

Pre-release
Update Grpc gateway to 2.18.0

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>

Release v0.5.0

25 Dec 17:28

Choose a tag to compare

  • Add arm64 target architecture to published images to allow using them on Macs with Apple silicone
  • Replace custom build steps with official actions docker/metadata-action and docker/build-push-action

Release v0.4.0

03 Nov 20:22
3ad2c52

Choose a tag to compare

  • use google.golang.org/protobuf instead of github.com/golang/protobuf (#28)

Release 0.2.0

26 Jun 16:22
1f7a586

Choose a tag to compare

  • Improve C# support, set GRPC_CSHARP_VERSION=1.28.1 (#15) <Benjamin Krämer>

Release 0.1.0

14 Feb 17:44
f1267ac

Choose a tag to compare

Features

  • Dependencies synced with Jaeger repository
  • Code generation in multiple languages including Go, Java, Python, ...
  • README with usage instructions
  • Automatic build/push setup using GitHub Actions