mirror of
https://github.com/siderolabs/discovery-service.git
synced 2025-03-14 09:55:08 +00:00
release(v1.0.1): prepare release
This is the official v1.0.1 release. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
30
CHANGELOG.md
Normal file
30
CHANGELOG.md
Normal file
@ -0,0 +1,30 @@
|
||||
## [discovery-service 1.0.1](https://github.com/siderolabs/discovery-service/releases/tag/v1.0.1) (2024-05-28)
|
||||
|
||||
Welcome to the v1.0.1 release of discovery-service!
|
||||
|
||||
|
||||
|
||||
Please try out the release binaries and report any issues at
|
||||
https://github.com/siderolabs/discovery-service/issues.
|
||||
|
||||
### Contributors
|
||||
|
||||
* Dmitriy Matrenichev
|
||||
* Andrey Smirnov
|
||||
|
||||
### Changes
|
||||
<details><summary>3 commits</summary>
|
||||
<p>
|
||||
|
||||
* [`196c609`](https://github.com/siderolabs/discovery-service/commit/196c609d1ed72e4ca16fddb0884f1a5b2ecb7338) fix: use shared gRPC buffers, lower buffer size
|
||||
* [`a2217bd`](https://github.com/siderolabs/discovery-service/commit/a2217bd298cb85ccfff74bc5313ccacfdace9d75) chore: migrate from wrapped sync.Pool to HashTrieMap
|
||||
* [`8a7a0d4`](https://github.com/siderolabs/discovery-service/commit/8a7a0d4a43950894ed35b3d3498e4e84014ed4b0) chore: bump deps
|
||||
</p>
|
||||
</details>
|
||||
|
||||
### Dependency Changes
|
||||
|
||||
* **github.com/siderolabs/gen** v0.4.8 -> v0.5.0
|
||||
|
||||
Previous release can be found at [v1.0.0](https://github.com/siderolabs/discovery-service/releases/tag/v1.0.0)
|
||||
|
@ -10,7 +10,7 @@ project_name = "discovery-service"
|
||||
github_repo = "siderolabs/discovery-service"
|
||||
match_deps = "^github.com/(talos-systems/[a-zA-Z0-9-]+)$"
|
||||
|
||||
# previous = -
|
||||
previous = "v1.0.0"
|
||||
# pre_release = true
|
||||
|
||||
# [notes]
|
||||
|
Reference in New Issue
Block a user