[PR #2229] [MERGED] build(deps): bump go.etcd.io/bbolt from 1.3.8 to 1.3.9 #2333

Closed
opened 2026-03-01 21:55:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2229
Author: @dependabot[bot]
Created: 2/26/2024
Status: Merged
Merged: 2/26/2024
Merged by: @mergify[bot]

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


📝 Commits (1)

  • 8861d31 build(deps): bump go.etcd.io/bbolt from 1.3.8 to 1.3.9

📊 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.8 to 1.3.9.

Release notes

Sourced from go.etcd.io/bbolt's releases.

v1.3.9

See the CHANGELOG for more details.

Commits
  • 50aef26 Merge pull request #683 from Elbehery/backport_fix_cli_panics
  • 25dacb3 fix cli cmds panics
  • e102fcf Merge pull request #639 from fuweid/cp-copy-key-before-seek
  • fabe2fb *: copy key before comparing during CreateBucket
  • 50ddad0 bucket: copy key before Put
  • b3bdd17 tests/robustness: add issue72 reproducer
  • d520aaa *: introduce failpoint beforeBucketPut
  • 0a521c0 bucket: allow to allocate key on stack in Put()
  • defa564 Merge pull request #600 from Richabanker/release-1.3
  • fe23f52 Backport concurrent_test.go to release-1.3 branch
  • See full diff 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/nektos/act/pull/2229 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/26/2024 **Status:** ✅ Merged **Merged:** 2/26/2024 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/go.etcd.io/bbolt-1.3.9` --- ### 📝 Commits (1) - [`8861d31`](https://github.com/nektos/act/commit/8861d31babb27c5eb01c7c2f4e7c47a8dd60556a) build(deps): bump go.etcd.io/bbolt from 1.3.8 to 1.3.9 ### 📊 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.8 to 1.3.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/etcd-io/bbolt/releases">go.etcd.io/bbolt's releases</a>.</em></p> <blockquote> <h2>v1.3.9</h2> <p>See the <a href="https://github.com/etcd-io/bbolt/blob/main/CHANGELOG/CHANGELOG-1.3.md#v1392024-02-24">CHANGELOG</a> for more details.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/etcd-io/bbolt/commit/50aef2646b0fd58bd395530de7940f2609efdb2b"><code>50aef26</code></a> Merge pull request <a href="https://redirect.github.com/etcd-io/bbolt/issues/683">#683</a> from Elbehery/backport_fix_cli_panics</li> <li><a href="https://github.com/etcd-io/bbolt/commit/25dacb34be1d950462e52d338ad1ef157cddd6e1"><code>25dacb3</code></a> fix cli cmds panics</li> <li><a href="https://github.com/etcd-io/bbolt/commit/e102fcf8a2581581ca3c4cf28639c043eaf547f6"><code>e102fcf</code></a> Merge pull request <a href="https://redirect.github.com/etcd-io/bbolt/issues/639">#639</a> from fuweid/cp-copy-key-before-seek</li> <li><a href="https://github.com/etcd-io/bbolt/commit/fabe2fb55ef5408575e9b0f9769d12cf602c8297"><code>fabe2fb</code></a> *: copy key before comparing during CreateBucket</li> <li><a href="https://github.com/etcd-io/bbolt/commit/50ddad0f002ce4585f65a1d0273b17cb65d8b88e"><code>50ddad0</code></a> bucket: copy key before Put</li> <li><a href="https://github.com/etcd-io/bbolt/commit/b3bdd17686f00f5441b136180fee724f6dac4e08"><code>b3bdd17</code></a> tests/robustness: add issue72 reproducer</li> <li><a href="https://github.com/etcd-io/bbolt/commit/d520aaac7c4c01503d359fce74d094124ceda67b"><code>d520aaa</code></a> *: introduce failpoint beforeBucketPut</li> <li><a href="https://github.com/etcd-io/bbolt/commit/0a521c0b487d04a28e15b3fe4978271310503a6e"><code>0a521c0</code></a> bucket: allow to allocate key on stack in Put()</li> <li><a href="https://github.com/etcd-io/bbolt/commit/defa564febcd832d11c38459e6df3906e9c484ff"><code>defa564</code></a> Merge pull request <a href="https://redirect.github.com/etcd-io/bbolt/issues/600">#600</a> from Richabanker/release-1.3</li> <li><a href="https://github.com/etcd-io/bbolt/commit/fe23f523fd29a437beb5b3b08cd967e0368f84bc"><code>fe23f52</code></a> Backport concurrent_test.go to release-1.3 branch</li> <li>See full diff in <a href="https://github.com/etcd-io/bbolt/compare/v1.3.8...v1.3.9">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.8&new-version=1.3.9)](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-01 21:55:00 +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/act#2333
No description provided.