[PR #286] [MERGED] chore(deps): bump go.etcd.io/bbolt from 1.3.10 to 1.3.11 #296

Closed
opened 2026-03-03 11:57:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/286
Author: @dependabot[bot]
Created: 8/21/2024
Status: Merged
Merged: 8/21/2024
Merged by: @mritd

Base: masterHead: dependabot/go_modules/go.etcd.io/bbolt-1.3.11


📝 Commits (1)

  • 424e804 chore(deps): bump go.etcd.io/bbolt from 1.3.10 to 1.3.11

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)

📄 Description

Bumps go.etcd.io/bbolt from 1.3.10 to 1.3.11.

Commits
  • d128a10 Merge pull request #823 from ahrtr/rollback_alloc_20240819_1.3
  • 94db72d Rollback alloc map: remove all page ids which are allocated by the txid
  • 8c9b349 Merge pull request #822 from henrybear327/1.3_go/1.22.0
  • 6a0b720 Fix linter reported issues
  • 2104bc9 Update golangci-lint to v1.60.1
  • 9374ef9 Bump go toolchain to 1.22.6
  • 01f29e9 Merge pull request #817 from fuweid/13-backport-49eb212fa8ab67709ea460df01982...
  • 9907846 tests/robustness: switch to kill if no panic after 10sec
  • 1b38fb3 Merge pull request #816 from fuweid/13-failpoint-backport
  • 70ab151 Add basic XFS powerfailure tests
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Finb/bark-server/pull/286 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/21/2024 **Status:** ✅ Merged **Merged:** 8/21/2024 **Merged by:** [@mritd](https://github.com/mritd) **Base:** `master` ← **Head:** `dependabot/go_modules/go.etcd.io/bbolt-1.3.11` --- ### 📝 Commits (1) - [`424e804`](https://github.com/Finb/bark-server/commit/424e804050307878cbb4f046b169a94b14a4e48a) chore(deps): bump go.etcd.io/bbolt from 1.3.10 to 1.3.11 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) from 1.3.10 to 1.3.11. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/etcd-io/bbolt/commit/d128a10000a9d394686cf45be262a4fe966b03c4"><code>d128a10</code></a> Merge pull request <a href="https://redirect.github.com/etcd-io/bbolt/issues/823">#823</a> from ahrtr/rollback_alloc_20240819_1.3</li> <li><a href="https://github.com/etcd-io/bbolt/commit/94db72d652120eb0e2361f55c436333644c8c658"><code>94db72d</code></a> Rollback alloc map: remove all page ids which are allocated by the txid</li> <li><a href="https://github.com/etcd-io/bbolt/commit/8c9b349866bda3ae448c6a196ee40ca23ed1ecdc"><code>8c9b349</code></a> Merge pull request <a href="https://redirect.github.com/etcd-io/bbolt/issues/822">#822</a> from henrybear327/1.3_go/1.22.0</li> <li><a href="https://github.com/etcd-io/bbolt/commit/6a0b720300507653dc33175fef934ce264f5ad68"><code>6a0b720</code></a> Fix linter reported issues</li> <li><a href="https://github.com/etcd-io/bbolt/commit/2104bc90f3a3516b1e29180d026a6bd59ff80282"><code>2104bc9</code></a> Update golangci-lint to v1.60.1</li> <li><a href="https://github.com/etcd-io/bbolt/commit/9374ef94d3954a3fbc66dff19012b4097ca54b2d"><code>9374ef9</code></a> Bump go toolchain to 1.22.6</li> <li><a href="https://github.com/etcd-io/bbolt/commit/01f29e9e9cb650796fa626c5c9a6444f65064e52"><code>01f29e9</code></a> Merge pull request <a href="https://redirect.github.com/etcd-io/bbolt/issues/817">#817</a> from fuweid/13-backport-49eb212fa8ab67709ea460df01982...</li> <li><a href="https://github.com/etcd-io/bbolt/commit/99078466bb2849618c59b73fb6e72efbb57a8258"><code>9907846</code></a> tests/robustness: switch to kill if no panic after 10sec</li> <li><a href="https://github.com/etcd-io/bbolt/commit/1b38fb35d556bfdb465aeed7120b0ee4757363dc"><code>1b38fb3</code></a> Merge pull request <a href="https://redirect.github.com/etcd-io/bbolt/issues/816">#816</a> from fuweid/13-failpoint-backport</li> <li><a href="https://github.com/etcd-io/bbolt/commit/70ab151d75dbf4411ee6ee99c9aeeef278dbc846"><code>70ab151</code></a> Add basic XFS powerfailure tests</li> <li>Additional commits viewable in <a href="https://github.com/etcd-io/bbolt/compare/v1.3.10...v1.3.11">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.etcd.io/bbolt&package-manager=go_modules&previous-version=1.3.10&new-version=1.3.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:57:07 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bark-server#296
No description provided.