diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f877a3d --- /dev/null +++ b/CHANGELOG.md @@ -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 +
3 commits +

+ +* [`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 +

+
+ +### 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) + diff --git a/hack/release.toml b/hack/release.toml index 76b63a1..9c28abb 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -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]