Skip to content

v1.0.6

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Oct 09:33
· 3 commits to main since this release
v1.0.6
3367c7b

discovery-service 1.0.6 (2024-10-02)

Welcome to the v1.0.6 release of discovery-service!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/discovery-service/issues.

Contributors

  • Andrey Smirnov
  • Dmitriy Matrenichev
  • Utku Ozdemir

Changes

11 commits

  • 3367c7b chore: add proto-codec/codec
  • efbb10b fix: properly parse peer address
  • cf39974 feat: support direct TLS serving
  • 270f257 chore: bump deps
  • 74bca2d feat: export service entrypoint
  • 86e1317 feat: log the state file size on load and save
  • 417251c fix: fix the panic in loading state from storage
  • 10c83d2 release(v1.0.1): prepare release
  • 196c609 fix: use shared gRPC buffers, lower buffer size
  • a2217bd chore: migrate from wrapped sync.Pool to HashTrieMap
  • 8a7a0d4 chore: bump deps

Changes since v1.0.5

1 commit

  • 3367c7b chore: add proto-codec/codec

Dependency Changes

  • github.com/fsnotify/fsnotify v1.7.0 new
  • github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.0 -> v1.0.1
  • github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.1 -> v2.1.0
  • github.com/planetscale/vtprotobuf v0.6.0 -> 6f2963f01587
  • github.com/prometheus/client_golang v1.19.0 -> v1.20.4
  • github.com/siderolabs/discovery-client v0.1.8 -> v0.1.10
  • github.com/siderolabs/gen v0.4.8 -> v0.5.0
  • github.com/siderolabs/go-debug v0.3.0 -> v0.4.0
  • github.com/siderolabs/proto-codec v0.1.1 new
  • golang.org/x/net v0.29.0 new
  • golang.org/x/sync v0.6.0 -> v0.8.0
  • golang.org/x/time v0.5.0 -> v0.6.0
  • google.golang.org/grpc v1.62.1 -> v1.67.1
  • google.golang.org/protobuf v1.34.1 -> v1.34.2

Previous release can be found at v1.0.0