Skip to content

v1.0.9

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 13:54
v1.0.9
7c1129e

discovery-service 1.0.9 (2024-12-17)

Welcome to the v1.0.9 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

14 commits

  • 7c1129e chore: bump deps
  • 2bb245a fix: do not register storage metric collectors if it is not enabled
  • b8da986 fix: reduce memory allocations (logger)
  • 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.8

1 commit

Dependency Changes

  • github.com/fsnotify/fsnotify v1.8.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.2.0
  • github.com/planetscale/vtprotobuf v0.6.0 -> 6f2963f01587
  • github.com/prometheus/client_golang v1.19.0 -> v1.20.5
  • github.com/siderolabs/discovery-api v0.1.4 -> v0.1.5
  • github.com/siderolabs/discovery-client v0.1.8 -> v0.1.10
  • github.com/siderolabs/gen v0.4.8 -> v0.8.0
  • github.com/siderolabs/go-debug v0.3.0 -> v0.4.0
  • github.com/siderolabs/proto-codec v0.1.1 new
  • github.com/stretchr/testify v1.9.0 -> v1.10.0
  • golang.org/x/net v0.32.0 new
  • golang.org/x/sync v0.6.0 -> v0.10.0
  • golang.org/x/time v0.5.0 -> v0.8.0
  • google.golang.org/grpc v1.62.1 -> v1.69.0
  • google.golang.org/protobuf v1.34.1 -> v1.36.0

Previous release can be found at v1.0.0