Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump go.etcd.io/bbolt from 1.3.7 to 1.3.8 #1318

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2023

Bumps go.etcd.io/bbolt from 1.3.7 to 1.3.8.

Release notes

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

v1.3.8

See the CHANGELOG for more details.

Commits
  • 42a914d Merge pull request #586 from ahrtr/1.3_64bit_align_20231025
  • f9d290f ensure the stats is always 64bit aligned
  • 4a17732 Merge pull request #444 from jmhbnz/backport-failpoints-injection-2
  • 95acc50 Backport add test cases to simulate mlock failure.
  • 7a13798 Backport perform unmap when failing to mlock or both meta pages corrupted.
  • ad36005 Merge pull request #439 from jmhbnz/backport-failpoints-injection
  • 8165a40 Backport change to error handling logic in db.close().
  • e4e06d2 update the usage of surgery command
  • 1108915 Avoid syscall.Syscall use on OpenBSD
  • 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)

@dependabot dependabot bot requested a review from a team as a code owner October 30, 2023 02:55
@dependabot dependabot bot added the dependencies Update to the dependencies label Oct 30, 2023
@dependabot dependabot bot requested a review from moul October 30, 2023 02:55
@codecov
Copy link

codecov bot commented Oct 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fa7b4c2) 47.99% compared to head (8df7884) 47.96%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1318      +/-   ##
==========================================
- Coverage   47.99%   47.96%   -0.04%     
==========================================
  Files         372      372              
  Lines       63098    63098              
==========================================
- Hits        30284    30262      -22     
- Misses      30356    30376      +20     
- Partials     2458     2460       +2     

see 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Bumps [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) from 1.3.7 to 1.3.8.
- [Release notes](https://github.com/etcd-io/bbolt/releases)
- [Commits](etcd-io/bbolt@v1.3.7...v1.3.8)

---
updated-dependencies:
- dependency-name: go.etcd.io/bbolt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-go_modules-master-go.etcd.io-bbolt-1.3.8 branch from 5c28793 to 8df7884 Compare November 7, 2023 12:07
@thehowl thehowl merged commit 49a5fa4 into master Nov 7, 2023
191 checks passed
@thehowl thehowl deleted the dependabot-go_modules-master-go.etcd.io-bbolt-1.3.8 branch November 7, 2023 20:37
gfanton pushed a commit to gfanton/gno that referenced this pull request Nov 9, 2023
Bumps [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) from 1.3.7 to
1.3.8.
<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.8</h2>
<p>See <a
href="https://github.com/etcd-io/bbolt/blob/master/CHANGELOG/CHANGELOG-1.3.md#v1372023-10-26">the
CHANGELOG</a> for more details.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/etcd-io/bbolt/commit/42a914d8be1995a845e12dedbbbc77b7a450f9c7"><code>42a914d</code></a>
Merge pull request <a
href="https://github.com/etcd-io/bbolt/issues/586">#586</a>
from ahrtr/1.3_64bit_align_20231025</li>
<li><a
href="https://github.com/etcd-io/bbolt/commit/f9d290fdfd148ce76c4ebad730ca804033b53750"><code>f9d290f</code></a>
ensure the stats is always 64bit aligned</li>
<li><a
href="https://github.com/etcd-io/bbolt/commit/4a1773274ac0a76a6f69a4adbf6f8171f1ca8c89"><code>4a17732</code></a>
Merge pull request <a
href="https://github.com/etcd-io/bbolt/issues/444">#444</a>
from jmhbnz/backport-failpoints-injection-2</li>
<li><a
href="https://github.com/etcd-io/bbolt/commit/95acc509210bda4a3102ecc08308298ed9c753a1"><code>95acc50</code></a>
Backport add test cases to simulate mlock failure.</li>
<li><a
href="https://github.com/etcd-io/bbolt/commit/7a13798511f9d60d1179f25b9f3b10baf3b6cae6"><code>7a13798</code></a>
Backport perform unmap when failing to mlock or both meta pages
corrupted.</li>
<li><a
href="https://github.com/etcd-io/bbolt/commit/ad36005fa66f4afa604f51038fea15547f8f025c"><code>ad36005</code></a>
Merge pull request <a
href="https://github.com/etcd-io/bbolt/issues/439">#439</a>
from jmhbnz/backport-failpoints-injection</li>
<li><a
href="https://github.com/etcd-io/bbolt/commit/8165a4052203024c43725f2e2205a9659b8cbc42"><code>8165a40</code></a>
Backport change to error handling logic in db.close().</li>
<li><a
href="https://github.com/etcd-io/bbolt/commit/e4e06d224563d8fab8d621db03738ebfc0f2b431"><code>e4e06d2</code></a>
update the usage of surgery command</li>
<li><a
href="https://github.com/etcd-io/bbolt/commit/110891517d9ffd7eb539b27e971a5e448eaf9795"><code>1108915</code></a>
Avoid syscall.Syscall use on OpenBSD</li>
<li>See full diff in <a
href="https://github.com/etcd-io/bbolt/compare/v1.3.7...v1.3.8">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.7&new-version=1.3.8)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
moul pushed a commit to moul/gno that referenced this pull request Nov 14, 2023
Bumps [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) from 1.3.7 to
1.3.8.
<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.8</h2>
<p>See <a
href="https://github.com/etcd-io/bbolt/blob/master/CHANGELOG/CHANGELOG-1.3.md#v1372023-10-26">the
CHANGELOG</a> for more details.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/etcd-io/bbolt/commit/42a914d8be1995a845e12dedbbbc77b7a450f9c7"><code>42a914d</code></a>
Merge pull request <a
href="https://github.com/etcd-io/bbolt/issues/586">#586</a>
from ahrtr/1.3_64bit_align_20231025</li>
<li><a
href="https://github.com/etcd-io/bbolt/commit/f9d290fdfd148ce76c4ebad730ca804033b53750"><code>f9d290f</code></a>
ensure the stats is always 64bit aligned</li>
<li><a
href="https://github.com/etcd-io/bbolt/commit/4a1773274ac0a76a6f69a4adbf6f8171f1ca8c89"><code>4a17732</code></a>
Merge pull request <a
href="https://github.com/etcd-io/bbolt/issues/444">#444</a>
from jmhbnz/backport-failpoints-injection-2</li>
<li><a
href="https://github.com/etcd-io/bbolt/commit/95acc509210bda4a3102ecc08308298ed9c753a1"><code>95acc50</code></a>
Backport add test cases to simulate mlock failure.</li>
<li><a
href="https://github.com/etcd-io/bbolt/commit/7a13798511f9d60d1179f25b9f3b10baf3b6cae6"><code>7a13798</code></a>
Backport perform unmap when failing to mlock or both meta pages
corrupted.</li>
<li><a
href="https://github.com/etcd-io/bbolt/commit/ad36005fa66f4afa604f51038fea15547f8f025c"><code>ad36005</code></a>
Merge pull request <a
href="https://github.com/etcd-io/bbolt/issues/439">#439</a>
from jmhbnz/backport-failpoints-injection</li>
<li><a
href="https://github.com/etcd-io/bbolt/commit/8165a4052203024c43725f2e2205a9659b8cbc42"><code>8165a40</code></a>
Backport change to error handling logic in db.close().</li>
<li><a
href="https://github.com/etcd-io/bbolt/commit/e4e06d224563d8fab8d621db03738ebfc0f2b431"><code>e4e06d2</code></a>
update the usage of surgery command</li>
<li><a
href="https://github.com/etcd-io/bbolt/commit/110891517d9ffd7eb539b27e971a5e448eaf9795"><code>1108915</code></a>
Avoid syscall.Syscall use on OpenBSD</li>
<li>See full diff in <a
href="https://github.com/etcd-io/bbolt/compare/v1.3.7...v1.3.8">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.7&new-version=1.3.8)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update to the dependencies
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants