Releases: siderolabs/discovery-service
v1.0.12
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
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
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
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
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
008fcaerelease(v1.0.10): prepare release6a44f8cchore: bump dependencies761d53afeat: update dependencies7c1129echore: bump deps2bb245afix: do not register storage metric collectors if it is not enabledb8da986fix: reduce memory allocations (logger)3367c7bchore: add proto-codec/codecefbb10bfix: properly parse peer addresscf39974feat: support direct TLS serving270f257chore: bump deps74bca2dfeat: export service entrypoint86e1317feat: log the state file size on load and save417251cfix: fix the panic in loading state from storage10c83d2release(v1.0.1): prepare release196c609fix: use shared gRPC buffers, lower buffer sizea2217bdchore: migrate from wrapped sync.Pool to HashTrieMap8a7a0d4chore: bump deps
Changes since v1.0.9
3 commits
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
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
7c1129echore: bump deps2bb245afix: do not register storage metric collectors if it is not enabledb8da986fix: reduce memory allocations (logger)3367c7bchore: add proto-codec/codecefbb10bfix: properly parse peer addresscf39974feat: support direct TLS serving270f257chore: bump deps74bca2dfeat: export service entrypoint86e1317feat: log the state file size on load and save417251cfix: fix the panic in loading state from storage10c83d2release(v1.0.1): prepare release196c609fix: use shared gRPC buffers, lower buffer sizea2217bdchore: migrate from wrapped sync.Pool to HashTrieMap8a7a0d4chore: bump deps
Changes since v1.0.8
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
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
2bb245afix: do not register storage metric collectors if it is not enabledb8da986fix: reduce memory allocations (logger)3367c7bchore: add proto-codec/codecefbb10bfix: properly parse peer addresscf39974feat: support direct TLS serving270f257chore: bump deps74bca2dfeat: export service entrypoint86e1317feat: log the state file size on load and save417251cfix: fix the panic in loading state from storage10c83d2release(v1.0.1): prepare release196c609fix: use shared gRPC buffers, lower buffer sizea2217bdchore: migrate from wrapped sync.Pool to HashTrieMap8a7a0d4chore: bump deps
Changes since v1.0.7
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
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
b8da986fix: reduce memory allocations (logger)3367c7bchore: add proto-codec/codecefbb10bfix: properly parse peer addresscf39974feat: support direct TLS serving270f257chore: bump deps74bca2dfeat: export service entrypoint86e1317feat: log the state file size on load and save417251cfix: fix the panic in loading state from storage10c83d2release(v1.0.1): prepare release196c609fix: use shared gRPC buffers, lower buffer sizea2217bdchore: migrate from wrapped sync.Pool to HashTrieMap8a7a0d4chore: bump deps
Changes since v1.0.6
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
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
3367c7bchore: add proto-codec/codecefbb10bfix: properly parse peer addresscf39974feat: support direct TLS serving270f257chore: bump deps74bca2dfeat: export service entrypoint86e1317feat: log the state file size on load and save417251cfix: fix the panic in loading state from storage10c83d2release(v1.0.1): prepare release196c609fix: use shared gRPC buffers, lower buffer sizea2217bdchore: migrate from wrapped sync.Pool to HashTrieMap8a7a0d4chore: bump deps
Changes since v1.0.5
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
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
efbb10bfix: properly parse peer addresscf39974feat: support direct TLS serving270f257chore: bump deps74bca2dfeat: export service entrypoint86e1317feat: log the state file size on load and save417251cfix: fix the panic in loading state from storage10c83d2release(v1.0.1): prepare release196c609fix: use shared gRPC buffers, lower buffer sizea2217bdchore: migrate from wrapped sync.Pool to HashTrieMap8a7a0d4chore: bump deps
Changes since v1.0.4
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
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
cf39974feat: support direct TLS serving270f257chore: bump deps74bca2dfeat: export service entrypoint86e1317feat: log the state file size on load and save417251cfix: fix the panic in loading state from storage10c83d2release(v1.0.1): prepare release196c609fix: use shared gRPC buffers, lower buffer sizea2217bdchore: migrate from wrapped sync.Pool to HashTrieMap8a7a0d4chore: bump deps
Changes since v1.0.3
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
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
270f257chore: bump deps74bca2dfeat: export service entrypoint86e1317feat: log the state file size on load and save417251cfix: fix the panic in loading state from storage10c83d2release(v1.0.1): prepare release196c609fix: use shared gRPC buffers, lower buffer sizea2217bdchore: migrate from wrapped sync.Pool to HashTrieMap8a7a0d4chore: bump deps
Changes since v1.0.2
3 commits
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