Skip to content

Releases: siderolabs/discovery-service

v1.0.12

28 Nov 14:37
v1.0.12
0178eff

Choose a tag to compare

discovery-service 1.0.12 (2025-11-28)

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

Changes

3 commits

  • 0178eff release(v1.0.12): prepare release
  • b7b68e0 chore: update dependencies, Go version
  • 2c1239f refactor: use DynamicCertificate from crypto library

Dependency Changes

  • github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 -> v2.3.3
  • github.com/planetscale/vtprotobuf 6f2963f01587 -> ba97887b0a25
  • github.com/prometheus/client_golang v1.22.0 -> v1.23.2
  • github.com/siderolabs/crypto v0.6.4 new
  • github.com/siderolabs/discovery-client v0.1.12 -> v0.1.13
  • github.com/siderolabs/gen v0.8.4 -> v0.8.6
  • github.com/siderolabs/go-debug v0.5.0 -> v0.6.1
  • github.com/siderolabs/proto-codec v0.1.2 -> v0.1.3
  • github.com/stretchr/testify v1.10.0 -> v1.11.1
  • go.uber.org/zap v1.27.0 -> v1.27.1
  • golang.org/x/net v0.41.0 -> v0.47.0
  • golang.org/x/sync v0.15.0 -> v0.18.0
  • golang.org/x/time v0.12.0 -> v0.14.0
  • google.golang.org/grpc v1.73.0 -> v1.77.0
  • google.golang.org/protobuf v1.36.6 -> v1.36.10

Previous release can be found at v1.0.11

v1.0.11

03 Jul 15:51
v1.0.11
d186f97

Choose a tag to compare

discovery-service 1.0.11 (2025-07-03)

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

Changes

2 commits

  • d186f97 release(v1.10.11): prepare release
  • 01e232a fix: pull in new client for FIPS-140-3 compliance

Dependency Changes

  • github.com/fsnotify/fsnotify v1.8.0 -> v1.9.0
  • github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 -> v1.1.0
  • github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.1 -> v2.3.2
  • github.com/prometheus/client_golang v1.21.1 -> v1.22.0
  • github.com/siderolabs/discovery-client v0.1.11 -> v0.1.12
  • github.com/siderolabs/gen v0.8.0 -> v0.8.4
  • golang.org/x/net v0.37.0 -> v0.41.0
  • golang.org/x/sync v0.12.0 -> v0.15.0
  • golang.org/x/time v0.11.0 -> v0.12.0
  • google.golang.org/grpc v1.71.0 -> v1.73.0
  • google.golang.org/protobuf v1.36.5 -> v1.36.6

Previous release can be found at v1.0.10

v1.0.10

14 Mar 10:17
v1.0.10
008fcae

Choose a tag to compare

discovery-service 1.0.10 (2025-03-14)

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

17 commits

  • 008fcae release(v1.0.10): prepare release
  • 6a44f8c chore: bump dependencies
  • 761d53a feat: update dependencies
  • 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.9

3 commits

  • 008fcae release(v1.0.10): prepare release
  • 6a44f8c chore: bump dependencies
  • 761d53a feat: update dependencies

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.3.1
  • github.com/jonboulle/clockwork fc59783b0293 -> v0.5.0
  • github.com/planetscale/vtprotobuf v0.6.0 -> 6f2963f01587
  • github.com/prometheus/client_golang v1.19.0 -> v1.21.1
  • github.com/siderolabs/discovery-api v0.1.4 -> v0.1.6
  • github.com/siderolabs/discovery-client v0.1.8 -> v0.1.11
  • github.com/siderolabs/gen v0.4.8 -> v0.8.0
  • github.com/siderolabs/go-debug v0.3.0 -> v0.5.0
  • github.com/siderolabs/proto-codec v0.1.2 new
  • github.com/stretchr/testify v1.9.0 -> v1.10.0
  • golang.org/x/net v0.37.0 new
  • golang.org/x/sync v0.6.0 -> v0.12.0
  • golang.org/x/time v0.5.0 -> v0.11.0
  • google.golang.org/grpc v1.62.1 -> v1.71.0
  • google.golang.org/protobuf v1.34.1 -> v1.36.5

Previous release can be found at v1.0.0

v1.0.9

19 Dec 13:54
7c1129e

Choose a tag to compare

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

v1.0.8

28 Nov 14:06
v1.0.8
2bb245a

Choose a tag to compare

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

v1.0.7

22 Oct 09:57
v1.0.7
b8da986

Choose a tag to compare

discovery-service 1.0.7 (2024-10-22)

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

12 commits

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

1 commit

  • b8da986 fix: reduce memory allocations (logger)

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

v1.0.6

22 Oct 09:33
3367c7b

Choose a tag to compare

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

v1.0.5

26 Sep 17:10
v1.0.5
efbb10b

Choose a tag to compare

discovery-service 1.0.5 (2024-09-26)

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

10 commits

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

1 commit

  • efbb10b fix: properly parse peer address

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 -> 0393e58bdf10
  • 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
  • golang.org/x/net v0.28.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.0
  • google.golang.org/protobuf v1.34.1 -> v1.34.2

Previous release can be found at v1.0.0

v1.0.4

26 Sep 14:13
v1.0.4
cf39974

Choose a tag to compare

discovery-service 1.0.4 (2024-09-26)

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

9 commits

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

1 commit

  • cf39974 feat: support direct TLS serving

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 -> 0393e58bdf10
  • github.com/prometheus/client_golang v1.19.0 -> v1.20.4
  • 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/net v0.28.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.0
  • google.golang.org/protobuf v1.34.1 -> v1.34.2

Previous release can be found at v1.0.0

v1.0.3

26 Sep 14:12
270f257

Choose a tag to compare

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