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:
Andrey Smirnov
2024-05-28 17:33:42 +04:00
parent 196c609d1e
commit 10c83d2eab
2 changed files with 31 additions and 1 deletions

30
CHANGELOG.md Normal file
View 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)

View File

@ -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]