Skip to content

Commit a5fccd5

Browse files
committed
release(v1.0.13): prepare release
This is the official v1.0.13 release. Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
1 parent 1d3ea34 commit a5fccd5

File tree

5 files changed

+54
-48
lines changed

5 files changed

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

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## [discovery-service 1.0.13](https://github.com/siderolabs/discovery-service/releases/tag/v1.0.13) (2025-12-10)
2+
3+
Welcome to the v1.0.13 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+
* Utku Ozdemir
13+
14+
### Changes
15+
<details><summary>1 commit</summary>
16+
<p>
17+
18+
* [`1d3ea34`](https://github.com/siderolabs/discovery-service/commit/1d3ea3400035de533028903e5dcaadfda872297e) feat: add support for custom persistent snapshot store
19+
</p>
20+
</details>
21+
22+
### Dependency Changes
23+
24+
This release has no dependency changes
25+
26+
Previous release can be found at [v1.0.12](https://github.com/siderolabs/discovery-service/releases/tag/v1.0.12)
27+
128
## [discovery-service 1.0.12](https://github.com/siderolabs/discovery-service/releases/tag/v1.0.12) (2025-11-28)
229

330
Welcome to the v1.0.12 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-11-28
10+
Change Date: 2029-12-10
1111

1212
Change License: Mozilla Public License, version 2.0
1313

api/storage/discovery.pb.go

Lines changed: 24 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.11"
13+
previous = "v1.0.12"
1414
# pre_release = true
1515

1616
# [notes]

0 commit comments

Comments
 (0)