|
| 1 | +## [discovery-service 1.0.12](https://github.com/siderolabs/discovery-service/releases/tag/v1.0.12) (2025-11-28) |
| 2 | + |
| 3 | +Welcome to the v1.0.12 release of discovery-service! |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | +Please try out the release binaries and report any issues at |
| 8 | +https://github.com/siderolabs/discovery-service/issues. |
| 9 | + |
| 10 | +### Contributors |
| 11 | + |
| 12 | +* Andrey Smirnov |
| 13 | + |
| 14 | +### Changes |
| 15 | +<details><summary>2 commits</summary> |
| 16 | +<p> |
| 17 | + |
| 18 | +* [`b7b68e0`](https://github.com/siderolabs/discovery-service/commit/b7b68e021747d73608a9f622e9ba581e3cf1e1ea) chore: update dependencies, Go version |
| 19 | +* [`2c1239f`](https://github.com/siderolabs/discovery-service/commit/2c1239f89dab4e2b9a7c5555aef76cca1ba8fca9) refactor: use DynamicCertificate from crypto library |
| 20 | +</p> |
| 21 | +</details> |
| 22 | + |
| 23 | +### Dependency Changes |
| 24 | + |
| 25 | +* **github.com/grpc-ecosystem/go-grpc-middleware/v2** v2.3.2 -> v2.3.3 |
| 26 | +* **github.com/planetscale/vtprotobuf** 6f2963f01587 -> ba97887b0a25 |
| 27 | +* **github.com/prometheus/client_golang** v1.22.0 -> v1.23.2 |
| 28 | +* **github.com/siderolabs/crypto** v0.6.4 **_new_** |
| 29 | +* **github.com/siderolabs/discovery-client** v0.1.12 -> v0.1.13 |
| 30 | +* **github.com/siderolabs/gen** v0.8.4 -> v0.8.6 |
| 31 | +* **github.com/siderolabs/go-debug** v0.5.0 -> v0.6.1 |
| 32 | +* **github.com/siderolabs/proto-codec** v0.1.2 -> v0.1.3 |
| 33 | +* **github.com/stretchr/testify** v1.10.0 -> v1.11.1 |
| 34 | +* **go.uber.org/zap** v1.27.0 -> v1.27.1 |
| 35 | +* **golang.org/x/net** v0.41.0 -> v0.47.0 |
| 36 | +* **golang.org/x/sync** v0.15.0 -> v0.18.0 |
| 37 | +* **golang.org/x/time** v0.12.0 -> v0.14.0 |
| 38 | +* **google.golang.org/grpc** v1.73.0 -> v1.77.0 |
| 39 | +* **google.golang.org/protobuf** v1.36.6 -> v1.36.10 |
| 40 | + |
| 41 | +Previous release can be found at [v1.0.11](https://github.com/siderolabs/discovery-service/releases/tag/v1.0.11) |
| 42 | + |
1 | 43 | ## [discovery-service 1.0.11](https://github.com/siderolabs/discovery-service/releases/tag/v1.0.11) (2025-07-03) |
2 | 44 |
|
3 | 45 | Welcome to the v1.0.11 release of discovery-service! |
|
0 commit comments