Skip to content

Commit 008fcae

Browse files
committed
release(v1.0.10): prepare release
This is the official v1.0.10 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 6a44f8c commit 008fcae

File tree

3 files changed

+72
-3
lines changed

3 files changed

+72
-3
lines changed

.kres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
Licensor: Sidero Labs, Inc.
4343
LicensedWork: Discovery Service
4444
Copyright: (c) 2024 Sidero Labs, Inc.
45-
ChangeDate: "2028-03-12"
45+
ChangeDate: "2029-03-14"
4646
ChangeLicense: Mozilla Public License, version 2.0
4747
EnterpriseLink: https://www.siderolabs.com/contact/
4848
header: |

CHANGELOG.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,72 @@
1+
## [discovery-service 1.0.10](https://github.com/siderolabs/discovery-service/releases/tag/v1.0.10) (2025-03-14)
2+
3+
Welcome to the v1.0.10 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+
* Dmitriy Matrenichev
14+
* Utku Ozdemir
15+
16+
### Changes
17+
<details><summary>16 commits</summary>
18+
<p>
19+
20+
* [`6a44f8c`](https://github.com/siderolabs/discovery-service/commit/6a44f8c89b3bd127978b7ab17f17b1bff2d9f5dd) chore: bump dependencies
21+
* [`761d53a`](https://github.com/siderolabs/discovery-service/commit/761d53a418d75438529293da808491774a5104e2) feat: update dependencies
22+
* [`7c1129e`](https://github.com/siderolabs/discovery-service/commit/7c1129e3e77a3e19e00386a4e00f8bfae5043abe) chore: bump deps
23+
* [`2bb245a`](https://github.com/siderolabs/discovery-service/commit/2bb245aa38c1d59b671d5fb25b6fa802f408c521) fix: do not register storage metric collectors if it is not enabled
24+
* [`b8da986`](https://github.com/siderolabs/discovery-service/commit/b8da986b5ab4acf029df40f0116d1f020c370a3e) fix: reduce memory allocations (logger)
25+
* [`3367c7b`](https://github.com/siderolabs/discovery-service/commit/3367c7b34912ac742dd6fe8e3fe758f61225cddf) chore: add proto-codec/codec
26+
* [`efbb10b`](https://github.com/siderolabs/discovery-service/commit/efbb10bdfd3c027c5c1942b34e1b803d8f8fa10a) fix: properly parse peer address
27+
* [`cf39974`](https://github.com/siderolabs/discovery-service/commit/cf39974104bbfc291289736847cf05e3a205301e) feat: support direct TLS serving
28+
* [`270f257`](https://github.com/siderolabs/discovery-service/commit/270f2575e71bc0ade00d1c58c2787c01d285dd74) chore: bump deps
29+
* [`74bca2d`](https://github.com/siderolabs/discovery-service/commit/74bca2da5cc86fd6efc57838b69a89beb2149069) feat: export service entrypoint
30+
* [`86e1317`](https://github.com/siderolabs/discovery-service/commit/86e131779aba903276f3762ee9330eed868aabbe) feat: log the state file size on load and save
31+
* [`417251c`](https://github.com/siderolabs/discovery-service/commit/417251c0ba82917a5d31e9bae56eb054340a0c64) fix: fix the panic in loading state from storage
32+
* [`10c83d2`](https://github.com/siderolabs/discovery-service/commit/10c83d2eab0338fc979f84bc9e9fade7a1b45fed) release(v1.0.1): prepare release
33+
* [`196c609`](https://github.com/siderolabs/discovery-service/commit/196c609d1ed72e4ca16fddb0884f1a5b2ecb7338) fix: use shared gRPC buffers, lower buffer size
34+
* [`a2217bd`](https://github.com/siderolabs/discovery-service/commit/a2217bd298cb85ccfff74bc5313ccacfdace9d75) chore: migrate from wrapped sync.Pool to HashTrieMap
35+
* [`8a7a0d4`](https://github.com/siderolabs/discovery-service/commit/8a7a0d4a43950894ed35b3d3498e4e84014ed4b0) chore: bump deps
36+
</p>
37+
</details>
38+
39+
### Changes since v1.0.9
40+
<details><summary>2 commits</summary>
41+
<p>
42+
43+
* [`6a44f8c`](https://github.com/siderolabs/discovery-service/commit/6a44f8c89b3bd127978b7ab17f17b1bff2d9f5dd) chore: bump dependencies
44+
* [`761d53a`](https://github.com/siderolabs/discovery-service/commit/761d53a418d75438529293da808491774a5104e2) feat: update dependencies
45+
</p>
46+
</details>
47+
48+
### Dependency Changes
49+
50+
* **github.com/fsnotify/fsnotify** v1.8.0 **_new_**
51+
* **github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus** v1.0.0 -> v1.0.1
52+
* **github.com/grpc-ecosystem/go-grpc-middleware/v2** v2.0.1 -> v2.3.1
53+
* **github.com/jonboulle/clockwork** fc59783b0293 -> v0.5.0
54+
* **github.com/planetscale/vtprotobuf** v0.6.0 -> 6f2963f01587
55+
* **github.com/prometheus/client_golang** v1.19.0 -> v1.21.1
56+
* **github.com/siderolabs/discovery-api** v0.1.4 -> v0.1.6
57+
* **github.com/siderolabs/discovery-client** v0.1.8 -> v0.1.11
58+
* **github.com/siderolabs/gen** v0.4.8 -> v0.8.0
59+
* **github.com/siderolabs/go-debug** v0.3.0 -> v0.5.0
60+
* **github.com/siderolabs/proto-codec** v0.1.2 **_new_**
61+
* **github.com/stretchr/testify** v1.9.0 -> v1.10.0
62+
* **golang.org/x/net** v0.37.0 **_new_**
63+
* **golang.org/x/sync** v0.6.0 -> v0.12.0
64+
* **golang.org/x/time** v0.5.0 -> v0.11.0
65+
* **google.golang.org/grpc** v1.62.1 -> v1.71.0
66+
* **google.golang.org/protobuf** v1.34.1 -> v1.36.5
67+
68+
Previous release can be found at [v1.0.0](https://github.com/siderolabs/discovery-service/releases/tag/v1.0.0)
69+
170
## [discovery-service 1.0.1](https://github.com/siderolabs/discovery-service/releases/tag/v1.0.1) (2024-05-28)
271

372
Welcome to the v1.0.1 release of discovery-service!

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Parameters
44

55
Licensor: Sidero Labs, Inc.
66
Licensed Work: Discovery Service
7-
The Licensed Work is (c) 2024 Sidero Labs, Inc.
7+
The Licensed Work is (c) 2025 Sidero Labs, Inc.
88
Additional Use Grant: None
99

10-
Change Date: 2028-03-12
10+
Change Date: 2029-03-14
1111

1212
Change License: Mozilla Public License, version 2.0
1313

0 commit comments

Comments
 (0)