Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

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

Release notes

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

v1.4.0

See the CHANGELOG/v1.4.0 for more details.

v1.4.0-beta.0

See the CHANGELOG/v1.4.0-beta.0 for more details.

Commits
  • 0d51685 Merge pull request #893 from ArkaSaha30/bump-go-1.23.6
  • 7a9779b update goland toolchain to 1.23.6
  • 51df26e Merge pull request #890 from ahrtr/remove_changelog_20250204
  • 354980c Remove changelog from release-1.4
  • 5dbec69 Merge pull request #889 from etcd-io/dependabot/go_modules/github.com/spf13/p...
  • 33910cc build(deps): Bump github.com/spf13/pflag from 1.0.5 to 1.0.6
  • 74ae007 Merge pull request #887 from etcd-io/dependabot/github_actions/actions/stale-...
  • 462353e Merge pull request #888 from etcd-io/dependabot/github_actions/actions/setup-...
  • 539c456 build(deps): Bump actions/setup-go from 5.2.0 to 5.3.0
  • b610582 build(deps): Bump actions/stale from 9.0.0 to 9.1.0
  • 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)

Bumps [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) from 1.3.11 to 1.4.0.
- [Release notes](https://github.com/etcd-io/bbolt/releases)
- [Commits](etcd-io/bbolt@v1.3.11...v1.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies dependencies go Pull requests that update Go code labels Feb 10, 2025
@github-actions github-actions bot merged commit 269be16 into main Feb 10, 2025
6 checks passed
@github-actions github-actions bot deleted the dependabot/go_modules/go.etcd.io/bbolt-1.4.0 branch February 10, 2025 20:43
@what-the-diff
Copy link

what-the-diff bot commented Feb 10, 2025

PR Summary

  • Upgrade of Go Programming Language Toolchain Version
    The version of Go's toolchain was upgraded from v1.22.5 to a newer version v1.23.6. This should improve the overall efficiency and stability of the code on the platform as more bugs have been fixed and further optimizations made available in this more recent version.

  • Update of "golang.org/x/sys" and "go.etcd.io/bbolt" Dependencies
    Dependencies are portions of code provided by others that our software relies on to function properly. The versions of two dependencies golang.org/x/sys and go.etcd.io/bbolt used in the project have been updated from v0.28.0 to v0.29.0 and v1.3.11 to v1.4.0 respectively. This means our software can now take advantage of any improvements or bug fixes made in these updated versions of the dependencies.

  • Changes Reflected in 'go.sum' File
    The go.sum file, which helps in ensuring we're using the exact version of dependencies we intend to, now properly reflects the new versions of golang.org/x/sys and go.etcd.io/bbolt. This is important as it will help confirm that correct and intended versions of these dependencies are being used, increasing the reliability of our software.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies dependencies go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant