Skip to content

Commit d186f97

Browse files
committed
release(v1.10.11): prepare release
This is the official v1.10.11 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 01e232a commit d186f97

File tree

4 files changed

+40
-3
lines changed

4 files changed

+40
-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: "2029-03-14"
45+
ChangeDate: "2029-07-03"
4646
ChangeLicense: Mozilla Public License, version 2.0
4747
EnterpriseLink: https://www.siderolabs.com/contact/
4848
header: |

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
## [discovery-service 1.0.11](https://github.com/siderolabs/discovery-service/releases/tag/v1.0.11) (2025-07-03)
2+
3+
Welcome to the v1.0.11 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>1 commit</summary>
16+
<p>
17+
18+
* [`01e232a`](https://github.com/siderolabs/discovery-service/commit/01e232adc32b18d51e66fe25e6876dff7bf0ccfb) fix: pull in new client for FIPS-140-3 compliance
19+
</p>
20+
</details>
21+
22+
### Dependency Changes
23+
24+
* **github.com/fsnotify/fsnotify** v1.8.0 -> v1.9.0
25+
* **github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus** v1.0.1 -> v1.1.0
26+
* **github.com/grpc-ecosystem/go-grpc-middleware/v2** v2.3.1 -> v2.3.2
27+
* **github.com/prometheus/client_golang** v1.21.1 -> v1.22.0
28+
* **github.com/siderolabs/discovery-client** v0.1.11 -> v0.1.12
29+
* **github.com/siderolabs/gen** v0.8.0 -> v0.8.4
30+
* **golang.org/x/net** v0.37.0 -> v0.41.0
31+
* **golang.org/x/sync** v0.12.0 -> v0.15.0
32+
* **golang.org/x/time** v0.11.0 -> v0.12.0
33+
* **google.golang.org/grpc** v1.71.0 -> v1.73.0
34+
* **google.golang.org/protobuf** v1.36.5 -> v1.36.6
35+
36+
Previous release can be found at [v1.0.10](https://github.com/siderolabs/discovery-service/releases/tag/v1.0.10)
37+
138
## [discovery-service 1.0.10](https://github.com/siderolabs/discovery-service/releases/tag/v1.0.10) (2025-03-14)
239

340
Welcome to the v1.0.10 release of discovery-service!

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Licensed Work: Discovery Service
77
The Licensed Work is (c) 2025 Sidero Labs, Inc.
88
Additional Use Grant: None
99

10-
Change Date: 2029-03-14
10+
Change Date: 2029-07-03
1111

1212
Change License: Mozilla Public License, version 2.0
1313

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ project_name = "discovery-service"
1010
github_repo = "siderolabs/discovery-service"
1111
match_deps = "^github.com/(talos-systems/[a-zA-Z0-9-]+)$"
1212

13-
previous = "v1.0.0"
13+
previous = "v1.0.10"
1414
# pre_release = true
1515

1616
# [notes]

0 commit comments

Comments
 (0)