Skip to content

Commit d5fdcb8

Browse files
committed
release(v1.0.15): prepare release
This is the official v1.0.15 release. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent b9a9ae9 commit d5fdcb8

39 files changed

+70
-41
lines changed

.conform.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-11-28T13:48:50Z by kres e1d6dac.
3+
# Generated on 2026-02-27T10:34:28Z by kres 6458cfd.
44

55
policies:
66
- type: commit
@@ -42,7 +42,7 @@ policies:
4242
- .pb.go
4343
- .pb.gw.go
4444
header: |
45-
// Copyright (c) 2024 Sidero Labs, Inc.
45+
// Copyright (c) 2026 Sidero Labs, Inc.
4646
//
4747
// Use of this software is governed by the Business Source License
4848
// included in the LICENSE file.

.kres.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ spec:
4141
params:
4242
Licensor: Sidero Labs, Inc.
4343
LicensedWork: Discovery Service
44-
Copyright: (c) 2024 Sidero Labs, Inc.
45-
ChangeDate: "2030-02-12"
44+
Copyright: (c) 2026 Sidero Labs, Inc.
45+
ChangeDate: "2030-02-27"
4646
ChangeLicense: Mozilla Public License, version 2.0
4747
EnterpriseLink: https://www.siderolabs.com/contact/
4848
header: |
49-
// Copyright (c) 2024 Sidero Labs, Inc.
49+
// Copyright (c) 2026 Sidero Labs, Inc.
5050
//
5151
// Use of this software is governed by the Business Source License
5252
// included in the LICENSE file.

.license-header.go.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Sidero Labs, Inc.
1+
// Copyright (c) 2026 Sidero Labs, Inc.
22
//
33
// Use of this software is governed by the Business Source License
44
// included in the LICENSE file.

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## [discovery-service 1.0.15](https://github.com/siderolabs/discovery-service/releases/tag/v1.0.15) (2026-02-27)
2+
3+
Welcome to the v1.0.15 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+
* [`b9a9ae9`](https://github.com/siderolabs/discovery-service/commit/b9a9ae9a5bf11eafe2f5688aea47fe382aa0b2db) feat: update dependencies
19+
</p>
20+
</details>
21+
22+
### Dependency Changes
23+
24+
* **github.com/siderolabs/go-debug** v0.6.1 -> v0.6.2
25+
* **golang.org/x/net** v0.50.0 -> v0.51.0
26+
* **google.golang.org/grpc** v1.78.0 -> v1.79.1
27+
28+
Previous release can be found at [v1.0.14](https://github.com/siderolabs/discovery-service/releases/tag/v1.0.14)
29+
130
## [discovery-service 1.10.14](https://github.com/siderolabs/discovery-service/releases/tag/v1.10.14) (2026-02-12)
231

332
Welcome to the v1.10.14 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) 2026 Sidero Labs, Inc.
88
Additional Use Grant: None
99

10-
Change Date: 2030-02-12
10+
Change Date: 2030-02-27
1111

1212
Change License: Mozilla Public License, version 2.0
1313

cmd/discovery-service/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Sidero Labs, Inc.
1+
// Copyright (c) 2026 Sidero Labs, Inc.
22
//
33
// Use of this software is governed by the Business Source License
44
// included in the LICENSE file.

cmd/snapshot-decoder/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Sidero Labs, Inc.
1+
// Copyright (c) 2026 Sidero Labs, Inc.
22
//
33
// Use of this software is governed by the Business Source License
44
// included in the LICENSE file.

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

1616
# [notes]

internal/landing/landing.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Sidero Labs, Inc.
1+
// Copyright (c) 2026 Sidero Labs, Inc.
22
//
33
// Use of this software is governed by the Business Source License
44
// included in the LICENSE file.

internal/limiter/iprate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Sidero Labs, Inc.
1+
// Copyright (c) 2026 Sidero Labs, Inc.
22
//
33
// Use of this software is governed by the Business Source License
44
// included in the LICENSE file.

0 commit comments

Comments
 (0)