Skip to content

Commit 0178eff

Browse files
committed
release(v1.0.12): prepare release
This is the official v1.0.12 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent b7b68e0 commit 0178eff

File tree

4 files changed

+45
-3
lines changed

4 files changed

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

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
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+
143
## [discovery-service 1.0.11](https://github.com/siderolabs/discovery-service/releases/tag/v1.0.11) (2025-07-03)
244

345
Welcome to the v1.0.11 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-07-03
10+
Change Date: 2029-11-28
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.10"
13+
previous = "v1.0.11"
1414
# pre_release = true
1515

1616
# [notes]

0 commit comments

Comments
 (0)