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 github.com/authzed/spicedb from 1.35.3 to 1.37.1 #427

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

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: GHSA-3c32-4hq9-6wgj

Full Changelog: authzed/spicedb@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: 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: 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

... (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 <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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/authzed/spicedb](https://github.com/authzed/spicedb) from 1.35.3 to 1.37.1.
- [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.1)

---
updated-dependencies:
- dependency-name: github.com/authzed/spicedb
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the area/dependencies Affects dependencies label Oct 14, 2024
@tstirrat15
Copy link
Contributor

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

@vroldanbet vroldanbet merged commit f976cef into main Oct 18, 2024
11 checks passed
@vroldanbet vroldanbet deleted the dependabot/go_modules/github.com/authzed/spicedb-1.37.1 branch October 18, 2024 15:16
@github-actions github-actions bot locked and limited conversation to collaborators Oct 18, 2024
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.

2 participants