Skip to content

Commit

Permalink
release(v1.0.1): prepare release
Browse files Browse the repository at this point in the history
This is the official v1.0.1 release.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed May 28, 2024
1 parent 196c609 commit 10c83d2
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 10c83d2

Please sign in to comment.