Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Upgrade bolt to bbolt #1631

Merged
merged 4 commits into from
Jun 9, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changelog/1631.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:improvement
core: Upgrade from unmaintained `boltdb/bolt` to `etcd-io/bbolt`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I almost feel like a changelog entry isn't even required for this change. I usually avoid non-user-impacting changes from the CL.

```