This repository was archived by the owner on Apr 8, 2025. It is now read-only.
Update module go.infratographer.com/permissions-api to v0.7.0#7
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update module go.infratographer.com/permissions-api to v0.7.0#7renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
85483af to
6b6160d
Compare
6b6160d to
ad0d99d
Compare
442f6f5 to
8d379ce
Compare
8d379ce to
8686adb
Compare
8686adb to
9a3290a
Compare
9a3290a to
6dd5317
Compare
6dd5317 to
2505801
Compare
2505801 to
49bd123
Compare
49bd123 to
4ba3786
Compare
4ba3786 to
9cc59ac
Compare
9cc59ac to
58f79b5
Compare
58f79b5 to
e366aa3
Compare
e366aa3 to
31d44b4
Compare
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
31d44b4 to
5a2ed64
Compare
5a2ed64 to
188a482
Compare
188a482 to
1996f40
Compare
1996f40 to
5391ef9
Compare
4433452 to
88ff99e
Compare
88ff99e to
3a574b4
Compare
3a574b4 to
2f9dfb1
Compare
2f9dfb1 to
7cd3668
Compare
7cd3668 to
522a1a6
Compare
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.2->v0.7.0Release Notes
infratographer/permissions-api (go.infratographer.com/permissions-api)
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
v0.2.7Compare Source
What's Changed
Changelog
🚀 Others
b5c904aBump github.com/nats-io/nats-server/v2 from 2.10.1 to 2.10.4 (#190)f74e475Bump github.com/nats-io/nats-server/v2 from 2.9.17 to 2.9.23 (#180)bbbde7cBump github.com/nats-io/nkeys from 0.4.4 to 0.4.6 (#183)e606502Bump golang.org/x/net from 0.14.0 to 0.17.0 (#177)8468182Update config.go (#184)04a7a79Update mermaid template (#175)91e93a6chore(deps): update actions/checkout action to v4 (#169)5805f73chore(deps): update cockroachdb/cockroach docker tag to v23.1.12 (#172)861a9dbchore(deps): update docker/setup-qemu-action action to v3 (#193)21d888fchore(deps): update ghcr.io/navikt/mock-oauth2-server docker tag to v2 (#194)572c9c8chore(deps): update goreleaser/goreleaser-action action to v5 (#195)dc79003chore(deps): update helm release common to v2.13.3 (#161)0b66dc3chore(deps): update jaegertracing/all-in-one docker tag to v1.51.0 (#158)6b266a7fix(deps): update github.com/authzed/grpcutil digest to4286bb1(#160)fcdb7befix(deps): update module github.com/authzed/authzed-go to v0.10.1 (#187)6dc25cafix(deps): update module github.com/labstack/echo/v4 to v4.11.3 (#179)8b23dddfix(deps): update module github.com/spf13/cobra to v1.8.0 (#196)1a0dd01fix(deps): update module github.com/spf13/viper to v1.17.0 (#197)9ea0ab7fix(deps): update module go.infratographer.com/x to v0.3.9 (#186)66d485efix(deps): update module go.uber.org/zap to v1.26.0 (#198)d706691fix(deps): update module google.golang.org/grpc to v1.57.1 [security] (#182)e9fb862fix(deps): update module google.golang.org/grpc to v1.58.3 [security] (#189)b603de9fix(deps): update module google.golang.org/grpc to v1.59.0 (#199)a4bc8c5golangci fix local (#176)8aa94e2update renovate to update all otel packages in a single pr to ensure all dependent packages are updated at the same time (#188)74bed8fuse full consistent reads (#200)v0.2.6Compare Source
What's Changed
Changelog
🚀 Others
92f3aa8Add permissions checks to assignments (#173)ca3f471Remove relationship create/delete handlers (#174)5a66391Role permissions checks (#170)What's Changed
Full Changelog: infratographer/permissions-api@v0.2.5...v0.2.6
v0.2.5Compare Source
What's Changed
Changelog
🚀 Others
dce3403Explicitly set ownership of /workspace in CI runs (#167)095f367fix(deps): update module go.infratographer.com/x to v0.3.8 (#166)What's Changed
Full Changelog: infratographer/permissions-api@v0.2.4...v0.2.5
v0.2.4Compare Source
What's Changed
Changelog
🚀 Others
ba2939bMake worker image configurable (#162)What's Changed
Full Changelog: infratographer/permissions-api@v0.2.3...v0.2.4
v0.2.3Compare Source
What's Changed
Changelog
🚀 Others
bbd541cImprove tracing for permissions checks (#156)a34eab6fix(deps): update module go.infratographer.com/x to v0.3.7 (#159)What's Changed
Full Changelog: infratographer/permissions-api@v0.2.2...v0.2.3
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.