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 8 updates #446

Merged
merged 3 commits into from
Jan 2, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

Bumps the go-mod group with 8 updates:

Package From To
github.com/authzed/authzed-go 1.1.1 1.2.0
github.com/authzed/spicedb 1.38.1-0.20241030210113-595bb46cd8b4 1.39.1
github.com/ccoveille/go-safecast 1.2.0 1.5.0
golang.org/x/sync 0.9.0 0.10.0
golang.org/x/term 0.26.0 0.27.0
google.golang.org/genproto/googleapis/rpc 0.0.0-20241021214115-324edc3d5d38 0.0.0-20241118233622-e639e219e697
google.golang.org/grpc 1.68.0 1.69.2
google.golang.org/protobuf 1.35.2 1.36.1

Updates github.com/authzed/authzed-go from 1.1.1 to 1.2.0

Release notes

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

v1.2.0

Highlights

What's Changed

Full Changelog: authzed/authzed-go@v1.1.1...v1.2.0

Commits
  • 3b360db Merge pull request #269 from authzed/dependabot/go_modules/magefiles/go_modul...
  • 4e5600b Bump github.com/quic-go/quic-go in /magefiles in the go_modules group
  • d99de4b Merge pull request #270 from ecordell/genmatcurs
  • ef2c326 regenerate clients for internal materialize cursor
  • c6eb2e8 Merge pull request #268 from authzed/dependabot/go_modules/magefiles/go-mod-m...
  • 37eaae0 Bump github.com/golangci/golangci-lint
  • ccb8c61 Merge pull request #267 from authzed/dependabot/go_modules/go-mod-ac241e8599
  • 091f706 Bump github.com/golangci/golangci-lint in the go-mod group
  • c77eef2 Merge pull request #266 from josephschorr/rel-expiration-api
  • 4cc4999 Update for new relationship expiration fields in the API
  • Additional commits viewable in compare view

Updates github.com/authzed/spicedb from 1.38.1-0.20241030210113-595bb46cd8b4 to 1.39.1

Release notes

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

v1.39.1

This patch release includes a fix for a bug where exporting relationships were not including caveats.

What's Changed

Full Changelog: authzed/spicedb@v1.39.0...v1.39.1

Docker Images

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

v1.39.0

[!WARNING]
1.39.0 has a bug in BulkExportRelationships where caveat data is not included in exported relationships. Please update to v1.39.1 if you are using Bulk Export and Caveats.

Highlights

Introducing

📊 Native histograms for gRPC server metrics 🏥 Smarter health checks with user-specified set of safe migrations 🧹 Remove LookupResources v1 implementation 🗃️ Improvements for transaction metadata

Foundational work

⌛ Expiring relationships: foundational work to natively support defining relations in schema that last for set amount of time. This release introduces core system updates and changes to the type system and schema compiler. 🎼 Composable schemas: initial steps to support multi-part SpiceDB schemas by implementing local import functionality in this release.

Features

Enhancements

... (truncated)

Commits

Updates github.com/ccoveille/go-safecast from 1.2.0 to 1.5.0

Release notes

Sourced from github.com/ccoveille/go-safecast's releases.

v1.5.0

What's Changed

Full Changelog: ccoVeille/go-safecast@v1.4.0...v1.5.0

v1.4.0

What's Changed

  • Add Convert and support conversion from string and boolean by @​ccoVeille in ccoVeille/go-safecast#55
  • More errors were added.
  • 💥 Breaking changes: Remove Error struct that was exposed. It brought confusion

Minor

Full Changelog: ccoVeille/go-safecast@v1.3.0...v1.4.0

v1.3.0

What's Changed

Full Changelog: ccoVeille/go-safecast@v1.2.0...v1.3.0

Commits
  • 18f613b feat: add MustConvert
  • 214bd73 doc: improve documentation
  • f0cd846 feat: add Convert
  • 5639866 doc: add popularity badge and stargazers graph
  • 5230cf7 build(deps): bump crate-ci/typos from 1.28.2 to 1.28.3 in the all group
  • f7534d4 ci: try to fix codeclimate
  • 74e2586 feat: add conversion to float32 and float64
  • cbcae8f chore: simplify code
  • 81da728 chore: refactoring Number type is enough
  • f468e0b chore: rewrite examples
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.9.0 to 0.10.0

Commits

Updates golang.org/x/term from 0.26.0 to 0.27.0

Commits

Updates google.golang.org/genproto/googleapis/rpc from 0.0.0-20241021214115-324edc3d5d38 to 0.0.0-20241118233622-e639e219e697

Commits

Updates google.golang.org/grpc from 1.68.0 to 1.69.2

Release notes

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

Release 1.69.2

Bug Fixes

  • stats/experimental: add type aliases for symbols (Metrics/etc) that were moved to the stats package (#7929).
  • client: set user-agent string to the correct version.

Release 1.69.0

Known Issues

  • The recently added grpc.NewClient function is incompatible with forward proxies, because it resolves the target hostname on the client instead of passing the hostname to the proxy. A fix is expected to be a part of grpc-go v1.70. (#7556)

New Features

  • stats/opentelemetry: Introduce new APIs to enable OpenTelemetry instrumentation for metrics on servers and clients (#7874)
  • xdsclient: add support to fallback to lower priority servers when higher priority ones are down (#7701)
  • dns: Add support for link local IPv6 addresses (#7889)
  • The new experimental pickfirst LB policy (disabled by default) supports Happy Eyeballs, interleaving IPv4 and IPv6 address as described in RFC-8305 section 4, to attempt connections to multiple backends concurrently. The experimental pickfirst policy can be enabled by setting the environment variable GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST to true. (#7725, #7742)
  • balancer/pickfirst: Emit metrics from the pick_first load balancing policy (#7839)
  • grpc: export MethodHandler, which is the type of an already-exported field in MethodDesc (#7796)

Bug Fixes

  • credentials/google: set scope for application default credentials (#7887)
  • xds: fix edge-case issues where some clients or servers would not initialize correctly or would not receive errors when resources are invalid or unavailable if another channel or server with the same target was already in use . (#7851, #7853)
  • examples: fix the debugging example, which was broken by a recent change (#7833)

Behavior Changes

  • client: update retry attempt backoff to apply jitter per updates to gRFC A6. (#7869)
  • balancer/weightedroundrobin: use the pick_first LB policy to manage connections (#7826)

API Changes

  • balancer: An internal method is added to the balancer.SubConn interface to force implementors to embed a delegate implementation. This requirement is present in the interface documentation, but wasn't enforced earlier. (#7840)

Performance Improvements

  • mem: implement a ReadAll() method for more efficient io.Reader consumption (#7653)
  • mem: use slice capacity instead of length to determine whether to pool buffers or directly allocate them (#7702)

Documentation

  • examples/csm_observability: Add xDS Credentials and switch server to be xDS enabled (#7875)

Release 1.68.2

Dependencies

... (truncated)

Commits
  • b615b35 Change version to 1.69.2 (#7947)
  • 6b36a3e experimental/stats: re-add type aliases for migration (#7929) (#7941)
  • 4535c6d Change version to 1.69.2-dev (#7928)
  • b6e7c72 examples/features/csm_observability: Make CSM Observability example server li...
  • 9355fbc Change version to 1.69.1 (#7927)
  • 927a1e1 Change version to 1.69.1-dev (#7902)
  • 97d633a Change version to 1.69.0 (#7901)
  • 317271b pickfirst: Register a health listener when used as a leaf policy (#7832)
  • 5565631 balancer/pickfirst: replace grpc.Dial with grpc.NewClient in tests (#7879)
  • 634497b test: Split import paths for generated message and service code (#7891)
  • Additional commits viewable in compare view

Updates google.golang.org/protobuf from 1.35.2 to 1.36.1

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 8 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/authzed/authzed-go](https://github.com/authzed/authzed-go) | `1.1.1` | `1.2.0` |
| [github.com/authzed/spicedb](https://github.com/authzed/spicedb) | `1.38.1-0.20241030210113-595bb46cd8b4` | `1.39.1` |
| [github.com/ccoveille/go-safecast](https://github.com/ccoveille/go-safecast) | `1.2.0` | `1.5.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.9.0` | `0.10.0` |
| [golang.org/x/term](https://github.com/golang/term) | `0.26.0` | `0.27.0` |
| [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20241021214115-324edc3d5d38` | `0.0.0-20241118233622-e639e219e697` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.68.0` | `1.69.2` |
| google.golang.org/protobuf | `1.35.2` | `1.36.1` |


Updates `github.com/authzed/authzed-go` from 1.1.1 to 1.2.0
- [Release notes](https://github.com/authzed/authzed-go/releases)
- [Commits](authzed/authzed-go@v1.1.1...v1.2.0)

Updates `github.com/authzed/spicedb` from 1.38.1-0.20241030210113-595bb46cd8b4 to 1.39.1
- [Release notes](https://github.com/authzed/spicedb/releases)
- [Changelog](https://github.com/authzed/spicedb/blob/main/.goreleaser.yml)
- [Commits](https://github.com/authzed/spicedb/commits/v1.39.1)

Updates `github.com/ccoveille/go-safecast` from 1.2.0 to 1.5.0
- [Release notes](https://github.com/ccoveille/go-safecast/releases)
- [Commits](ccoVeille/go-safecast@v1.2.0...v1.5.0)

Updates `golang.org/x/sync` from 0.9.0 to 0.10.0
- [Commits](golang/sync@v0.9.0...v0.10.0)

Updates `golang.org/x/term` from 0.26.0 to 0.27.0
- [Commits](golang/term@v0.26.0...v0.27.0)

Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20241021214115-324edc3d5d38 to 0.0.0-20241118233622-e639e219e697
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/grpc` from 1.68.0 to 1.69.2
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.68.0...v1.69.2)

Updates `google.golang.org/protobuf` from 1.35.2 to 1.36.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/ccoveille/go-safecast
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: golang.org/x/term
  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
- dependency-name: google.golang.org/protobuf
  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 Jan 1, 2025
Copy link
Contributor

@tstirrat15 tstirrat15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I had to update a couple of references and fix a couple of lint errors; I also updated x/net to fix a security issue.

@tstirrat15 tstirrat15 merged commit c7e8ed1 into main Jan 2, 2025
11 checks passed
@tstirrat15 tstirrat15 deleted the dependabot/go_modules/go-mod-bd5ecf5836 branch January 2, 2025 17:02
@github-actions github-actions bot locked and limited conversation to collaborators Jan 2, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/dependencies Affects dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant