-
Notifications
You must be signed in to change notification settings - Fork 7
fix(deps): update module go.infratographer.com/permissions-api to v0.7.2 #79
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/go.infratographer.com-permissions-api-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
GraphQL Schema CheckCompared 0 schema changes against null operations ✅ Found no changes |
f6b42c5 to
5e685ad
Compare
5e685ad to
ad7b87a
Compare
ad7b87a to
c4e7850
Compare
c4e7850 to
690e120
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.2.7->v0.7.2Release Notes
infratographer/permissions-api (go.infratographer.com/permissions-api)
v0.7.2Compare Source
Bug Fixes
v0.7.1Compare Source
Bug Fixes
1985b19(#321) (7aeca50)v0.7.0Compare Source
What's Changed
Changelog
🚀 Others
11b70dbBump github.com/authzed/spicedb (#320)75f105dBump github.com/dvsekhvalnov/jose2go from 1.5.0 to 1.6.0 (#319)7de2fbdBump golang.org/x/net from 0.29.0 to 0.33.0 (#308)1ffb114Create driver and migrations for spanner (psql) (#306)7580ed4Update root.go (#318)678158bchore(deps): update codecov/codecov-action action to v5 (#301)a0b86bechore(deps): update dependency go to v1.24.0 (#309)1c6140dchore(deps): update jaegertracing/all-in-one docker tag to v1.66.0 (#298)ae76ee5fix(deps): update golang.org/x/exp digest toaa4b98e(#304)a26d2a2fix(deps): update module github.com/authzed/authzed-go to v1 (#317)9045860fix(deps): update module github.com/cockroachdb/cockroach-go/v2 to v2.4.0 (#312)3a55b2afix(deps): update module github.com/jackc/pgx/v5 to v5.7.2 (#310)37658a7fix(deps): update module github.com/labstack/echo/v4 to v4.13.3 (#313)7389549fix(deps): update module github.com/pressly/goose/v3 to v3.24.1 (#286)c119739fix(deps): update module github.com/spf13/cobra to v1.9.1 (#314)fafe21afix(deps): update module github.com/spf13/pflag to v1.0.6 (#311)d3e43b1fix(deps): update module github.com/xsam/otelsql to v0.37.0 (#315)9704c68fix(deps): update module go.infratographer.com/x to v0.6.0 (#316)599184ffix(deps): update module google.golang.org/grpc to v1.70.0 (#305)a27537bfix(deps): update otel packages (#283)v0.6.1Compare Source
What's Changed
In this small release, support has been added for SRV record discovery for the permissions package.
SRV records will be looked up for the permissions
URLhost.This change is backwards compatible, no configuration changes are required.
For more details see #297
Changelog
🚀 Others
d39f1a6add SRV support to permissions package (#297)178531eadd details to pubsub trace (#296)fd74772chore(deps): update dependency go to v1.23.4 (#277)30735fcchore(deps): update ghcr.io/navikt/mock-oauth2-server docker tag to v2.1.10 (#278)f706f45chore(deps): update helm release common to v2.27.0 (#289)d7eb8f0fix(deps): update golang.org/x/exp digest to43b7b7c(#281)ce784bffix(deps): update module google.golang.org/grpc to v1.68.1 (#285)v0.6.0Compare Source
What's Changed
Changelog
🚀 Others
6fe19ebAdd Bulk Permission Checks Endpoint (#294)169ee48Add missing fields (#295)98862f9Don't defaulty inherit all actions for role binding v2 (#290)10238a4add manager field to simplify multi service management (#292)5ea2cd5add missing fields and error handling (#293)73e75ebrole-binding: remove at least one subject requirement (#291)v0.5.2Compare Source
What's Changed
Changelog
🚀 Others
076196efix(deps): update module github.com/jackc/pgx/v5 to v5.7.1 (#287)d69167fproperly handle echo http wrapped errors (#288)v0.5.1Compare Source
What's Changed
Changelog
🚀 Others
31bbd1cSimplify role fetching logic in query engine (#282)91d9a4eUse CRDB instead of SpiceDB for getting role resource (#280)ad72446chore(deps): update helm release common to v2.22.0 (#274)df0ccc6fix(deps): update module go.infratographer.com/x to v0.5.4 (#276)6813a99fix(deps): update module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to v0.53.0 (#272)What's Changed
Full Changelog: infratographer/permissions-api@v0.5.0...v0.5.1
v0.5.0Compare Source
What's Changed
Breaking Change!
This release introduces RBAC v2 which required some additional IAPL changes.
You can find out more about RBAC v2 here.
You can also see the updated example policy file here.
Your existing policy may continue to work a few slight changes.
Changelog
🚀 Others
20d9e7dAdd design proposal and implementation for ZedTokens table (#257)53c0413Add idprefix validation (#260)ca13cbcRBAC V2 - Roles APIs (#245)22a688bRBAC v2 role bindings (#249)17e68d5Skip hidden directories when loading policy (#254)3842697Watch for KV updates instead of reaching out for tokens (#255)72685adbetter represent structure in mermaid graph (#263)84b2fc9chore(deps): update cockroachdb/cockroach docker tag to v23.2.9 (#242)8d15fc7chore(deps): update cockroachdb/cockroach docker tag to v24 (#270)b8c79a1chore(deps): update ghcr.io/navikt/mock-oauth2-server docker tag to v2.1.8 (#243)ffa70a6chore(deps): update goreleaser/goreleaser-action action to v6 (#273)3e0830achore(deps): update helm release common to v2.21.0 (#250)20a5ff6chore(deps): update jaegertracing/all-in-one docker tag to v1.60.0 (#252)80e37d9ensure validation errors include names for better context (#253)968882dfix(deps): update golang.org/x/exp digest to8a7402a(#258)56257e0fix(deps): update module github.com/authzed/authzed-go to v0.14.0 (#267)64fb2f8fix(deps): update module github.com/cockroachdb/cockroach-go/v2 to v2.3.8 (#262)52c11bcfix(deps): update module github.com/go-jose/go-jose/v4 to v4.0.4 (#264)a66ff13fix(deps): update module github.com/jackc/pgx/v5 to v5.6.0 (#268)ee29910fix(deps): update module github.com/labstack/echo/v4 to v4.12.0 (#246)3b1db18fix(deps): update module github.com/pressly/goose/v3 to v3.21.1 (#248)16dc271fix(deps): update module github.com/spf13/cobra to v1.8.1 (#265)8be0401fix(deps): update module github.com/spf13/viper to v1.19.0 (#269)0558d9bfix(deps): update module google.golang.org/grpc to v1.65.0 (#240)9417171implement support for role-binding v2 schema and IAPL (#219)c71c129support directory walking and multiple documents per file (#244)80eb049update golangci-lint to v1.59.1 (#266)70c4f22update renovate to pull helm changes (#271)ad02a3fuse 201 for rb creates (#259)1ab6bf1v0.4.0: upgrade x to fix reply errors (#261)v0.4.0Compare Source
What's Changed
Changelog
🚀 Others
23c9d73Multiple Policy Files (#231)4fbb3fcUpdate root cmd & viper binding for policydir flag (#239)59d6f51chore(deps): update cockroachdb/cockroach docker tag to v23.2.3 (#233)bed434achore(deps): update codecov/codecov-action action to v4 (#236)d026d24chore(deps): update ghcr.io/navikt/mock-oauth2-server docker tag to v2.1.3 (#237)24a9abbchore(deps): update helm release common to v2.19.1 (#229)b7ae516chore(deps): update jaegertracing/all-in-one docker tag to v1.56.0 (#234)ceb5204fix(deps): update golang.org/x/exp digest toc0f41cb(#227)67ed609fix(deps): update module github.com/authzed/authzed-go to v0.11.1 (#235)2696f5afix(deps): update module go.infratographer.com/x to v0.5.0 (#232)9c0c4e6fix(deps): update module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to v0.46.0 [security] (#185)fae852ffix(deps): update module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to v0.49.0 (#192)2e5f9e7fix(deps): update module google.golang.org/grpc to v1.63.0 (#216)v0.3.4Compare Source
What's Changed
Changelog
🚀 Others
3b579d3validate role actions on resource for updates (#230)v0.3.3Compare Source
What's Changed
Changelog
🚀 Others
ca651fcIncrease role http error and test quality (#222)8c2f94fchore(deps): update cockroachdb/cockroach docker tag to v23.2.2 (#206)76f2ec8chore(deps): update ghcr.io/navikt/mock-oauth2-server docker tag to v2.1.2 (#201)e3881f7chore(deps): update jaegertracing/all-in-one docker tag to v1.55.0 (#203)b57c0b4correctly return message error if exists (#224)97f201ewrap errors for easier handling in external services (#221)v0.3.2Compare Source
What's Changed
Changelog
🚀 Others
7064a66permit unconfigured permission checks (#217)v0.3.1Compare Source
What's Changed
Changelog
🚀 Others
86f9e1bBump golang.org/x/crypto from 0.14.0 to 0.17.0 (#208)28ffea5add named role support (#202)053d73echore(deps): update actions/setup-go action to v5 (#205)b5f6e6cchore(deps): update helm release common to v2.14.1 (#213)071d9d8fix(deps): update github.com/authzed/grpcutil digest to2ea1e3d(#210)b56f16cfix(deps): update module github.com/cockroachdb/cockroach-go/v2 to v2.3.6 (#211)f0e3401fix(deps): update module github.com/labstack/echo/v4 to v4.11.4 (#212)e154c1cfix(deps): update module github.com/spf13/viper to v1.18.2 (#204)7522be5fix(deps): update module google.golang.org/grpc to v1.60.1 (#207)v0.3.0Compare Source
What's Changed
Changelog
🚀 Others
1d6d177Cache ZedTokens for resources using NATS (#209)What's Changed
Full Changelog: infratographer/permissions-api@v0.2.7...v0.3.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.