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

build(deps): bump the go-mod group with 9 updates #425

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the go-mod group with 9 updates:

Package From To
github.com/authzed/authzed-go 0.15.0 0.16.0
github.com/authzed/spicedb 1.35.3 1.37.0
github.com/hamba/avro/v2 2.25.2 2.26.0
github.com/jzelinskie/cobrautil/v2 2.0.0-20240816002907-ef0e64d7f25b 2.0.0-20240819150235-f7fe73942d0f
github.com/schollz/progressbar/v3 3.15.0 3.16.0
golang.org/x/exp 0.0.0-20240506185415-9bf2ced13842 0.0.0-20240904232852-e7e105dedf7e
golang.org/x/mod 0.20.0 0.21.0
google.golang.org/genproto/googleapis/rpc 0.0.0-20240814211410-ddb44dafa142 0.0.0-20240903143218-8af14fe29dc1
google.golang.org/grpc 1.66.2 1.67.1

Updates github.com/authzed/authzed-go from 0.15.0 to 0.16.0

Release notes

Sourced from github.com/authzed/authzed-go's releases.

v0.16.0

This release brings ImportBulk and ExportBulk into the PermissionsService.

What's Changed

New Contributors

Full Changelog: authzed/authzed-go@v0.15.0...v0.16.0

Commits
  • baaa202 Merge pull request #242 from authzed/prerelease-of-1.37-api-version
  • 73640f4 Regen with v1.37.0
  • 6518ffb Reference v1.37.0 tag
  • 2bef414 Commit new protofiles
  • 0676603 Bump to prerelease version
  • 0ea975c Remove golangci-lint
  • a5385a7 Add a pre-commit for the repo
  • 565e8c2 Add pre-commit config for yamllint
  • a35ee9d Use v2 of buf.gen.yaml
  • 89e4ea5 Merge pull request #245 from authzed/add-documentation-of-insecure-client
  • Additional commits viewable in compare view

Updates github.com/authzed/spicedb from 1.35.3 to 1.37.0

Release notes

Sourced from github.com/authzed/spicedb's releases.

v1.37.0

What's Changed

New Contributors

Full Changelog: authzed/spicedb@v1.36.3...v1.37.0

v1.36.2

This fixes a small issue with the spicedb datastore head command but is otherwise the same as https://github.com/authzed/spicedb/releases/tag/v1.36.0

Full Changelog: authzed/spicedb@v1.36.0...v1.36.2

Docker Images

This release is available at authzed/spicedb:v1.36.2, quay.io/authzed/spicedb:v1.36.2, ghcr.io/authzed/spicedb:v1.36.2

v1.36.0

Highlights

🔐  Added relationship integrity: protects authorization data in an underlying SpiceDB datastore from inadvertent modification. :clipboard: Reorganized spicedb serve flags into logically-related flagsets :speedboat: Ensure cursored LRv2 calls are dispatched to LRv2

Features

Enhancements

... (truncated)

Commits
  • 0d882c7 Merge pull request #2080 from cuishuang/main
  • 6d9495c Remove duplicate and redundant code
  • 89dcca1 Merge pull request #2079 from josephschorr/enable-lr2-default
  • 320dae5 Enable LRv2 by default and update the steelthread tests
  • 7f6f270 Merge pull request #2075 from authzed/http-otel-leak
  • 6e09243 fixes memory leak via HTTP Gateway
  • c0ba134 Merge pull request #2074 from authzed/register-common-flags
  • aef7490 Use new registration function
  • e5323c5 Add utility to register common flags
  • 09492d7 Merge pull request #2073 from authzed/fix-serve-devtools-command
  • Additional commits viewable in compare view

Updates github.com/hamba/avro/v2 from 2.25.2 to 2.26.0

Release notes

Sourced from github.com/hamba/avro/v2's releases.

v2.26.0

What's Changed

New Contributors

Full Changelog: hamba/avro@v2.25.2...v2.26.0

Commits
  • 571d881 fix: decode in the case of field missing in both writer binary and reader str...
  • 84f98c7 fix: record MarshalJSON in case of default record with nullable field (#451)
  • a6c674d feat: use verbose schema for encoders (#446)
  • 6edc7d3 feat: add schema custom props as gen template parameters (#445)
  • See full diff in compare view

Updates github.com/jzelinskie/cobrautil/v2 from 2.0.0-20240816002907-ef0e64d7f25b to 2.0.0-20240819150235-f7fe73942d0f

Commits

Updates github.com/schollz/progressbar/v3 from 3.15.0 to 3.16.0

Release notes

Sourced from github.com/schollz/progressbar/v3's releases.

v3.16.0

What's Changed

Full Changelog: schollz/progressbar@v3.15.0...v3.16.0

Commits
  • f1b3580 Merge pull request #199 from chengxilo/update-spinner
  • 3d93361 feat: update the test.Now the actual is what the output would be like in the ...
  • efe17f0 fix:according to renderProgressBar, only update spinner when ignore length.
  • fbe274c fix:check whether the progressbar is visible before start the spinner change ...
  • 12ba16a import virtualterm for testing.
  • 5ad50c6 feat: make progressbar could update according to an interval or update each t...
  • See full diff in compare view

Updates golang.org/x/exp from 0.0.0-20240506185415-9bf2ced13842 to 0.0.0-20240904232852-e7e105dedf7e

Commits

Updates golang.org/x/mod from 0.20.0 to 0.21.0

Commits
  • 46a3137 zip: set GIT_DIR in test when using bare repositories
  • 3afcd4e go.mod: set go version to 1.22.0
  • b1d336c go.mod: update required go version to go1.22
  • See full diff in compare view

Updates google.golang.org/genproto/googleapis/rpc from 0.0.0-20240814211410-ddb44dafa142 to 0.0.0-20240903143218-8af14fe29dc1

Commits

Updates google.golang.org/grpc from 1.66.2 to 1.67.1

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.67.1

Bug Fixes

  • transport: Fix a bug causing stream failures due to miscalculation of the flow control window in both clients and servers. (#7667)
  • xds/server: Fix xDS Server memory leak. (#7681)

Release 1.67.0

Bug Fixes

  • ringhash: when used with multiple EDS priorities, fix bug that could prevent a higher priority from recovering from transient failure. (#7364)

Behavior Changes

  • In accordance with RFC 7540, clients and servers will now reject TLS connections that don't support ALPN. This can be disabled by setting the environment variable GRPC_ENFORCE_ALPN_ENABLED to false (case insensitive). Please file a bug if you encounter any issues with this behavior. The environment variable to revert this behavior will be removed in an upcoming release. (#7535)
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 go-mod group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/authzed/authzed-go](https://github.com/authzed/authzed-go) | `0.15.0` | `0.16.0` |
| [github.com/authzed/spicedb](https://github.com/authzed/spicedb) | `1.35.3` | `1.37.0` |
| [github.com/hamba/avro/v2](https://github.com/hamba/avro) | `2.25.2` | `2.26.0` |
| [github.com/jzelinskie/cobrautil/v2](https://github.com/jzelinskie/cobrautil) | `2.0.0-20240816002907-ef0e64d7f25b` | `2.0.0-20240819150235-f7fe73942d0f` |
| [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) | `3.15.0` | `3.16.0` |
| [golang.org/x/exp](https://github.com/golang/exp) | `0.0.0-20240506185415-9bf2ced13842` | `0.0.0-20240904232852-e7e105dedf7e` |
| [golang.org/x/mod](https://github.com/golang/mod) | `0.20.0` | `0.21.0` |
| [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20240814211410-ddb44dafa142` | `0.0.0-20240903143218-8af14fe29dc1` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.66.2` | `1.67.1` |


Updates `github.com/authzed/authzed-go` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/authzed/authzed-go/releases)
- [Commits](authzed/authzed-go@v0.15.0...v0.16.0)

Updates `github.com/authzed/spicedb` from 1.35.3 to 1.37.0
- [Release notes](https://github.com/authzed/spicedb/releases)
- [Changelog](https://github.com/authzed/spicedb/blob/main/.goreleaser.yml)
- [Commits](authzed/spicedb@v1.35.3...v1.37.0)

Updates `github.com/hamba/avro/v2` from 2.25.2 to 2.26.0
- [Release notes](https://github.com/hamba/avro/releases)
- [Commits](hamba/avro@v2.25.2...v2.26.0)

Updates `github.com/jzelinskie/cobrautil/v2` from 2.0.0-20240816002907-ef0e64d7f25b to 2.0.0-20240819150235-f7fe73942d0f
- [Release notes](https://github.com/jzelinskie/cobrautil/releases)
- [Commits](https://github.com/jzelinskie/cobrautil/commits)

Updates `github.com/schollz/progressbar/v3` from 3.15.0 to 3.16.0
- [Release notes](https://github.com/schollz/progressbar/releases)
- [Commits](schollz/progressbar@v3.15.0...v3.16.0)

Updates `golang.org/x/exp` from 0.0.0-20240506185415-9bf2ced13842 to 0.0.0-20240904232852-e7e105dedf7e
- [Commits](https://github.com/golang/exp/commits)

Updates `golang.org/x/mod` from 0.20.0 to 0.21.0
- [Commits](golang/mod@v0.20.0...v0.21.0)

Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20240814211410-ddb44dafa142 to 0.0.0-20240903143218-8af14fe29dc1
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/grpc` from 1.66.2 to 1.67.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.66.2...v1.67.1)

---
updated-dependencies:
- dependency-name: github.com/authzed/authzed-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/authzed/spicedb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/hamba/avro/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/jzelinskie/cobrautil/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/schollz/progressbar/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: golang.org/x/exp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: google.golang.org/genproto/googleapis/rpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the area/dependencies Affects dependencies label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Affects dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants