authzed / zed

Official command-line tool for managing SpiceDB
https://authzed.com/docs/reference/clients
Apache License 2.0
118 stars 26 forks source link

build(deps): bump github.com/authzed/spicedb from 1.35.3 to 1.37.1 #427

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps github.com/authzed/spicedb from 1.35.3 to 1.37.1.

Release notes

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

v1.37.1

[!NOTE]
1.37.1 fixes a reported issue with LookupResources v2. It is recommended that all users of v1.37.0 upgrade to v1.37.1. See: https://github.com/authzed/spicedb/security/advisories/GHSA-3c32-4hq9-6wgj

Full Changelog: https://github.com/authzed/spicedb/compare/v1.37.0...v1.37.1

Docker Images

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

v1.37.0

[!WARNING]
1.37.0 enables LookupResources v2 by default, which was found to not be passing caveat context to dispatches in certain scenarios, causing permissions of CONDITIONAL to be returned instead of determined results. We recommend upgrading to v1.37.1 which fixes this problem. See: https://github.com/authzed/spicedb/security/advisories/GHSA-3c32-4hq9-6wgj

Highlights

⭐ LookupResources v2 now enabled by default!

Features

Enhancements

Fixes

Updated dependencies

New Contributors

@​cuishuang made their first contribution in #2080

Full Changelog: 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: https://github.com/authzed/spicedb/compare/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

... (truncated)

Commits
  • 43afc28 fix CI errors on recent merge
  • 2f3cf77 Ensure caveat context is sent to all LR2 dispatches
  • 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
  • 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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/authzed/zed/network/alerts).
tstirrat15 commented 1 month ago

This will require adding the new endpoints to this file: https://github.com/authzed/zed/blob/main/pkg/wasm/client.go