Skip to content

v1.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Sep 14:12
· 7 commits to main since this release
v1.0.3
270f257

discovery-service 1.0.3 (2024-09-02)

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

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

Contributors

  • Dmitriy Matrenichev
  • Utku Ozdemir
  • Andrey Smirnov

Changes

8 commits

  • 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.2

3 commits

  • 270f257 chore: bump deps
  • 74bca2d feat: export service entrypoint
  • 86e1317 feat: log the state file size on load and save

Dependency Changes

  • 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 -> 0393e58bdf10
  • github.com/prometheus/client_golang v1.19.0 -> v1.20.2
  • github.com/siderolabs/discovery-client v0.1.8 -> v0.1.9
  • github.com/siderolabs/gen v0.4.8 -> v0.5.0
  • github.com/siderolabs/go-debug v0.3.0 -> v0.4.0
  • 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.66.0
  • google.golang.org/protobuf v1.34.1 -> v1.34.2

Previous release can be found at v1.0.0