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

Bump the minor-and-patch group with 2 updates #6

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 9, 2024

Bumps the minor-and-patch group with 2 updates: github.com/dgraph-io/badger/v4 and github.com/dgraph-io/dgraph/v24.

Updates github.com/dgraph-io/badger/v4 from 4.3.0 to 4.3.1

Release notes

Sourced from github.com/dgraph-io/badger/v4's releases.

Badger v4.3.1

What's Changed

Full Changelog: dgraph-io/badger@v4.3.0...v4.3.1

Commits
  • a9edda1 chore(deps): bump github.com/dgraph-io/ristretto from 0.1.2-0.20240116140435-...
  • 93b5d4e chore(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.10 in the...
  • 1601efd Update stale.yml
  • b77f2e8 fix: fix reverse iterator broken by seek (#2109)
  • d114b10 chore(deps): bump golang.org/x/net from 0.28.0 to 0.29.0 in the minor group (...
  • 600fd6b fix(ci): fix protobuf compiler installation error in dgraph test workflow (#2...
  • a29b0b0 Update dependabot.yml
  • 8c33aac chore: fix typo (#2101)
  • 40853f5 chore(): ignore docs and repo folders/files for tests (#2102)
  • 3488925 chore(deps): bump golang.org/x/sys from 0.24.0 to 0.25.0 in the minor group (...
  • Additional commits viewable in compare view

Updates github.com/dgraph-io/dgraph/v24 from 24.0.3-0.20241003201633-eb5a558e9c77 to 24.0.4

Release notes

Sourced from github.com/dgraph-io/dgraph/v24's releases.

v24.0.4

Fixed

  • Vector

    • fix(vector): fixed euclidean spelling and a bug in parameters (#9165)
    • fix(vector): fix index rebuild when options change (#9149)
  • Core

    • fix(core): update latest badger (#9169)
    • fix(core): Update error msg for txn too old to give more context(#9170)
    • fix(core): fix sampling rate of jaeger dgraph-io/dgraph#9147 (#9147)
    • fix(core): add the posting list risteretto cache back (#9181)
    • fix(multi-tenancy): upsert groot for namespace after drop data (#9159)
    • feat(core): use /v24 in the import (#9131)
    • fix(DQL): unsupported ordering should raise an error (#9173)
    • fix(tests): add explicit permissions for Trivy scan(#9130) /pull/9185
    • feat(core): Expose APIs that can be used outside Dgraph (#9176)
  • GraphQL

  • Chore

    • upgrade dgo to v240.0.0 (#9154)
    • chore(): add Dependabot version bumps (#9132)
    • chore(deps): bump actions/labeler from 4 to 5 (#9134)
    • chore(deps): bump golangci/golangci-lint-action from 4 to 6 (#9133)
    • chore(deps): bump docker/login-action from 2 to 3 (#9135)
    • chore(deps): bump actions/upload-artifact from 3 to 4 (#9136)
    • chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.1 (#9139)
    • chore(deps): bump github.com/bits-and-blooms/bitset from 1.13.0 to 1.14.2 (#9140)
    • chore(deps): bump github.com/prometheus/client_golang from 1.20.1 to 1.20.2 (#9142)
    • chore(deps): bump golang.org/x/mod from 0.20.0 to 0.21.0 (#9157)
    • chore(deps): bump golang.org/x/text from 0.17.0 to 0.18.0 (#9156)
    • chore(deps): bump github.com/dgraph-io/dgo/v240 from 240.0.0-rc1 to 240.0.0 (#9155)
    • chore: Upgrade go.mod dependencies, fix jose v2 vulnerability, upgrade jemalloc (#9158)
    • chore(deps): bump google.golang.org/grpc from 1.66.0 to 1.66.1 (#9163)
    • chore(deps): bump google.golang.org/grpc from 1.65.0 to 1.66.0 (#9152)
    • chore(deps): bump github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.0 (#9151)
    • chore(deps): bump github.com/docker/docker from 27.1.2+incompatible to 27.2.0+incompatible (#9150)
    • chore(deps): bump the minor-and-patch group across 1 directory with 2 updates (#9174)
    • chore(deps): bump github.com/docker/docker from 24.0.5+incompatible to 25.0.6+incompatible (#9123)
    • chore(deps): bump the minor-and-patch group with 2 updates (#9178)
    • chore(deps): bump google.golang.org/grpc from 1.67.0 to 1.67.1 in the minor-and-patch group (#9178)
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group with 2 updates: [github.com/dgraph-io/badger/v4](https://github.com/dgraph-io/badger) and [github.com/dgraph-io/dgraph/v24](https://github.com/dgraph-io/dgraph).


Updates `github.com/dgraph-io/badger/v4` from 4.3.0 to 4.3.1
- [Release notes](https://github.com/dgraph-io/badger/releases)
- [Changelog](https://github.com/dgraph-io/badger/blob/main/CHANGELOG.md)
- [Commits](dgraph-io/badger@v4.3.0...v4.3.1)

Updates `github.com/dgraph-io/dgraph/v24` from 24.0.3-0.20241003201633-eb5a558e9c77 to 24.0.4
- [Release notes](https://github.com/dgraph-io/dgraph/releases)
- [Changelog](https://github.com/dgraph-io/dgraph/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dgraph-io/dgraph/commits/v24.0.4)

---
updated-dependencies:
- dependency-name: github.com/dgraph-io/badger/v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/dgraph-io/dgraph/v24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 9, 2024
Copy link
Author

dependabot bot commented on behalf of github Oct 12, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@mangalaman93 mangalaman93 deleted the dependabot/go_modules/minor-and-patch-9a7b59ab8e branch October 12, 2024 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Development

Successfully merging this pull request may close these issues.

1 participant