Skip to content

v1.0.8

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Nov 14:06
v1.0.8
2bb245a

discovery-service 1.0.8 (2024-11-28)

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

13 commits

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

1 commit

  • 2bb245a fix: do not register storage metric collectors if it is not enabled

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.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.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.30.0 new
  • golang.org/x/sync v0.6.0 -> v0.8.0
  • golang.org/x/time v0.5.0 -> v0.7.0
  • google.golang.org/grpc v1.62.1 -> v1.67.1
  • google.golang.org/protobuf v1.34.1 -> v1.35.1

Previous release can be found at v1.0.0