Skip to content

Add SpiceDB v1.56.1 to the update graph - #443

Open
ivanauth wants to merge 2 commits into
authzed:mainfrom
ivanauth:fix/issue-442-update-graph-spicedb-v1-56-0
Open

Add SpiceDB v1.56.1 to the update graph#443
ivanauth wants to merge 2 commits into
authzed:mainfrom
ivanauth:fix/issue-442-update-graph-spicedb-v1-56-0

Conversation

@ivanauth

@ivanauth ivanauth commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Fixes #442.

The graph topped out at v1.54.0, and since #434 pinning a version outside the graph is rejected, so v1.56.x was unreachable by pin or by upgrade. Adds the v1.56.1 node and the v1.54.0 -> >=1.56.1 edge to all five channels; there is no v1.55.x, and v1.56.1 is the latest patch of that minor (matching the existing latest-patch-per-minor convention, e.g. v1.51.1). The head datastore migrations are unchanged between v1.54.0 and v1.56.1 for all four engines.

Also fixes the E2E job, which could never run for a graph change opened from a fork: secrets.AUTHZED_BOT_PAT is not exposed to fork pull requests, so actions/checkout failed with Input required and not supplied: token before any test ran. The checkout now falls back to the workflow token, and the "Commit validated update graph" step only runs when the PAT is actually present. For fork PRs the new edges are still validated by E2E; config/update-graph.yaml gets committed by the push-to-main run after merge.

miparnisari
miparnisari previously approved these changes Aug 26, 2026
@ivanauth
ivanauth force-pushed the fix/issue-442-update-graph-spicedb-v1-56-0 branch from b0284b3 to 73ca135 Compare August 26, 2026 17:41
ecordell
ecordell previously approved these changes Sep 1, 2026
ivanauth and others added 2 commits September 2, 2026 13:40
SpiceDB v1.56.1 has been out since 2026-08-21, but the update graph
topped out at v1.54.0, and since authzed#434 pinning a version outside the
graph is rejected. There is no v1.55.x release, and the head datastore
migrations are unchanged between v1.54.0 and v1.56.1.

config/update-graph.yaml is left for CI to update after e2e validation.

Signed-off-by: ivanauth <ivan@authzed.com>
secrets.AUTHZED_BOT_PAT is not exposed to pull requests from forks, so
actions/checkout failed with "Input required and not supplied: token"
before any test ran. Fall back to the workflow token for the checkout and
only attempt to push the validated graph when the PAT is present.

Signed-off-by: ivanauth <ivan@authzed.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@ivanauth
ivanauth dismissed stale reviews from ecordell and miparnisari via 37cb6a1 September 2, 2026 17:40
@ivanauth
ivanauth force-pushed the fix/issue-442-update-graph-spicedb-v1-56-0 branch from 73ca135 to 37cb6a1 Compare September 2, 2026 17:40
@ivanauth ivanauth changed the title Add SpiceDB v1.56.0 to the update graph Add SpiceDB v1.56.1 to the update graph Sep 2, 2026
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@tstirrat15 tstirrat15 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@tstirrat15
tstirrat15 added this pull request to the merge queue Sep 3, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Sep 3, 2026
@toabctl

toabctl commented Sep 4, 2026

Copy link
Copy Markdown

@tstirrat15 could you readd to the merge queue so this will be merged soon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update the update graph to SpiceDB v1.56.0

6 participants