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

Update module go.infratographer.com/permissions-api to v0.5.1 #45

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 17, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.infratographer.com/permissions-api v0.2.7 -> v0.5.1 age adoption passing confidence

Release Notes

infratographer/permissions-api (go.infratographer.com/permissions-api)

v0.5.1

Compare Source

What's Changed

Changelog

🚀 Others
  • 31bbd1c Simplify role fetching logic in query engine (#​282)
  • 91d9a4e Use CRDB instead of SpiceDB for getting role resource (#​280)
  • ad72446 chore(deps): update helm release common to v2.22.0 (#​274)
  • df0ccc6 fix(deps): update module go.infratographer.com/x to v0.5.4 (#​276)
  • 6813a99 fix(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.0

Compare 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.

+rbac:
+  roleresource:
+    name: rolev2
+    idprefix: permrv2
+  rolebindingresource:
+    name: rolebinding
+    idprefix: permrbn

resourcetypes:
  - name: loadbalancer
    idprefix: loadbal
    relationships:
      - relation: owner
-       targettypenames:
-         - resourceowner
+       targettypes:
+         - name: resourceowner

unions:
  - name: subject
-   resourcetypenames:
-     - user
-     - client
+   resourcetypes:
+     - name: user
+     - name: client

Changelog

🚀 Others
  • 20d9e7d Add design proposal and implementation for ZedTokens table (#​257)
  • 53c0413 Add idprefix validation (#​260)
  • ca13cbc RBAC V2 - Roles APIs (#​245)
  • 22a688b RBAC v2 role bindings (#​249)
  • 17e68d5 Skip hidden directories when loading policy (#​254)
  • 3842697 Watch for KV updates instead of reaching out for tokens (#​255)
  • 72685ad better represent structure in mermaid graph (#​263)
  • 84b2fc9 chore(deps): update cockroachdb/cockroach docker tag to v23.2.9 (#​242)
  • 8d15fc7 chore(deps): update cockroachdb/cockroach docker tag to v24 (#​270)
  • b8c79a1 chore(deps): update ghcr.io/navikt/mock-oauth2-server docker tag to v2.1.8 (#​243)
  • ffa70a6 chore(deps): update goreleaser/goreleaser-action action to v6 (#​273)
  • 3e0830a chore(deps): update helm release common to v2.21.0 (#​250)
  • 20a5ff6 chore(deps): update jaegertracing/all-in-one docker tag to v1.60.0 (#​252)
  • 80e37d9 ensure validation errors include names for better context (#​253)
  • 968882d fix(deps): update golang.org/x/exp digest to 8a7402a (#​258)
  • 56257e0 fix(deps): update module github.com/authzed/authzed-go to v0.14.0 (#​267)
  • 64fb2f8 fix(deps): update module github.com/cockroachdb/cockroach-go/v2 to v2.3.8 (#​262)
  • 52c11bc fix(deps): update module github.com/go-jose/go-jose/v4 to v4.0.4 (#​264)
  • a66ff13 fix(deps): update module github.com/jackc/pgx/v5 to v5.6.0 (#​268)
  • ee29910 fix(deps): update module github.com/labstack/echo/v4 to v4.12.0 (#​246)
  • 3b1db18 fix(deps): update module github.com/pressly/goose/v3 to v3.21.1 (#​248)
  • 16dc271 fix(deps): update module github.com/spf13/cobra to v1.8.1 (#​265)
  • 8be0401 fix(deps): update module github.com/spf13/viper to v1.19.0 (#​269)
  • 0558d9b fix(deps): update module google.golang.org/grpc to v1.65.0 (#​240)
  • 9417171 implement support for role-binding v2 schema and IAPL (#​219)
  • c71c129 support directory walking and multiple documents per file (#​244)
  • 80eb049 update golangci-lint to v1.59.1 (#​266)
  • 70c4f22 update renovate to pull helm changes (#​271)
  • ad02a3f use 201 for rb creates (#​259)
  • 1ab6bf1 v0.4.0: upgrade x to fix reply errors (#​261)

v0.4.0

Compare Source

What's Changed

Changelog

🚀 Others
  • 23c9d73 Multiple Policy Files (#​231)
  • 4fbb3fc Update root cmd & viper binding for policydir flag (#​239)
  • 59d6f51 chore(deps): update cockroachdb/cockroach docker tag to v23.2.3 (#​233)
  • bed434a chore(deps): update codecov/codecov-action action to v4 (#​236)
  • d026d24 chore(deps): update ghcr.io/navikt/mock-oauth2-server docker tag to v2.1.3 (#​237)
  • 24a9abb chore(deps): update helm release common to v2.19.1 (#​229)
  • b7ae516 chore(deps): update jaegertracing/all-in-one docker tag to v1.56.0 (#​234)
  • ceb5204 fix(deps): update golang.org/x/exp digest to c0f41cb (#​227)
  • 67ed609 fix(deps): update module github.com/authzed/authzed-go to v0.11.1 (#​235)
  • 2696f5a fix(deps): update module go.infratographer.com/x to v0.5.0 (#​232)
  • 9c0c4e6 fix(deps): update module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to v0.46.0 [security] (#​185)
  • fae852f fix(deps): update module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to v0.49.0 (#​192)
  • 2e5f9e7 fix(deps): update module google.golang.org/grpc to v1.63.0 (#​216)

v0.3.4

Compare Source

What's Changed

Changelog

🚀 Others

v0.3.3

Compare Source

What's Changed

Changelog

🚀 Others
  • ca651fc Increase role http error and test quality (#​222)
  • 8c2f94f chore(deps): update cockroachdb/cockroach docker tag to v23.2.2 (#​206)
  • 76f2ec8 chore(deps): update ghcr.io/navikt/mock-oauth2-server docker tag to v2.1.2 (#​201)
  • e3881f7 chore(deps): update jaegertracing/all-in-one docker tag to v1.55.0 (#​203)
  • b57c0b4 correctly return message error if exists (#​224)
  • 97f201e wrap errors for easier handling in external services (#​221)

v0.3.2

Compare Source

What's Changed

Changelog

🚀 Others

v0.3.1

Compare Source

What's Changed

Changelog

🚀 Others
  • 86f9e1b Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#​208)
  • 28ffea5 add named role support (#​202)
  • 053d73e chore(deps): update actions/setup-go action to v5 (#​205)
  • b5f6e6c chore(deps): update helm release common to v2.14.1 (#​213)
  • 071d9d8 fix(deps): update github.com/authzed/grpcutil digest to 2ea1e3d (#​210)
  • b56f16c fix(deps): update module github.com/cockroachdb/cockroach-go/v2 to v2.3.6 (#​211)
  • f0e3401 fix(deps): update module github.com/labstack/echo/v4 to v4.11.4 (#​212)
  • e154c1c fix(deps): update module github.com/spf13/viper to v1.18.2 (#​204)
  • 7522be5 fix(deps): update module google.golang.org/grpc to v1.60.1 (#​207)

v0.3.0

Compare Source

What's Changed

Changelog

🚀 Others

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: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner July 17, 2023 23:53
@github-actions
Copy link

github-actions bot commented Jul 17, 2023

GraphQL Schema Check

Compared 0 schema changes against null operations

✅ Found no changes

🔗 View full schema check details

@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from c865e87 to acf54b1 Compare July 18, 2023 23:34
@renovate renovate bot requested a review from a team as a code owner July 18, 2023 23:34
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from acf54b1 to 6b18249 Compare July 19, 2023 17:24
@renovate renovate bot changed the title Update module go.infratographer.com/permissions-api to v0.1.15 Update module go.infratographer.com/permissions-api to v0.1.16 Jul 22, 2023
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch 2 times, most recently from 7c5af1b to 42d07c4 Compare July 24, 2023 02:21
@renovate renovate bot changed the title Update module go.infratographer.com/permissions-api to v0.1.16 Update module go.infratographer.com/permissions-api to v0.1.18 Jul 24, 2023
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 42d07c4 to 68c5706 Compare July 25, 2023 19:37
@renovate renovate bot changed the title Update module go.infratographer.com/permissions-api to v0.1.18 Update module go.infratographer.com/permissions-api to v0.1.19 Jul 28, 2023
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch 3 times, most recently from f2bb6a2 to 03563ae Compare July 29, 2023 03:56
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 03563ae to 10954e0 Compare August 14, 2023 16:10
@renovate renovate bot changed the title Update module go.infratographer.com/permissions-api to v0.1.19 Update module go.infratographer.com/permissions-api to v0.2.0 Aug 14, 2023
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 10954e0 to eb2eba4 Compare August 14, 2023 22:57
@renovate renovate bot changed the title Update module go.infratographer.com/permissions-api to v0.2.0 Update module go.infratographer.com/permissions-api to v0.2.1 Aug 14, 2023
@renovate renovate bot changed the title Update module go.infratographer.com/permissions-api to v0.2.1 Update module go.infratographer.com/permissions-api to v0.2.2 Aug 16, 2023
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch 2 times, most recently from a59bdb8 to 598bf56 Compare August 18, 2023 16:13
@renovate renovate bot changed the title Update module go.infratographer.com/permissions-api to v0.2.2 Update module go.infratographer.com/permissions-api to v0.2.3 Aug 23, 2023
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch 2 times, most recently from 6f7033d to fd0b15a Compare August 29, 2023 22:12
@renovate renovate bot changed the title Update module go.infratographer.com/permissions-api to v0.2.3 Update module go.infratographer.com/permissions-api to v0.2.4 Aug 29, 2023
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from fd0b15a to 9239f58 Compare September 6, 2023 23:19
@renovate renovate bot changed the title Update module go.infratographer.com/permissions-api to v0.2.4 Update module go.infratographer.com/permissions-api to v0.2.5 Sep 6, 2023
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 9239f58 to 75e4630 Compare September 14, 2023 23:03
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from b7faa05 to e482118 Compare October 4, 2023 17:23
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from e482118 to 4f27255 Compare October 26, 2023 14:28
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 4f27255 to cfcb61f Compare November 24, 2023 16:43
@renovate renovate bot changed the title Update module go.infratographer.com/permissions-api to v0.2.6 Update module go.infratographer.com/permissions-api to v0.2.7 Nov 24, 2023
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch 2 times, most recently from f365fee to 6017f18 Compare January 23, 2024 19:25
@renovate renovate bot changed the title Update module go.infratographer.com/permissions-api to v0.2.7 Update module go.infratographer.com/permissions-api to v0.3.0 Jan 23, 2024
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 6017f18 to d09c3e5 Compare January 30, 2024 23:24
@renovate renovate bot changed the title Update module go.infratographer.com/permissions-api to v0.3.0 Update module go.infratographer.com/permissions-api to v0.3.1 Jan 30, 2024
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch 3 times, most recently from 128560f to 84892d8 Compare February 5, 2024 17:51
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 84892d8 to c279836 Compare February 12, 2024 21:56
@renovate renovate bot changed the title Update module go.infratographer.com/permissions-api to v0.3.1 Update module go.infratographer.com/permissions-api to v0.3.2 Feb 12, 2024
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from c279836 to a6bb806 Compare March 22, 2024 16:16
@renovate renovate bot changed the title Update module go.infratographer.com/permissions-api to v0.3.2 Update module go.infratographer.com/permissions-api to v0.3.3 Mar 22, 2024
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from a6bb806 to f13aedc Compare March 25, 2024 17:48
@renovate renovate bot changed the title Update module go.infratographer.com/permissions-api to v0.3.3 Update module go.infratographer.com/permissions-api to v0.3.4 Mar 25, 2024
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from f13aedc to d7b5024 Compare April 12, 2024 21:02
@renovate renovate bot changed the title Update module go.infratographer.com/permissions-api to v0.3.4 Update module go.infratographer.com/permissions-api to v0.4.0 Apr 12, 2024
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from d7b5024 to e256504 Compare May 9, 2024 11:13
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 70 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.23.1
entgo.io/contrib v0.4.5 -> v0.6.0
entgo.io/ent v0.12.4 -> v0.14.0
github.com/99designs/gqlgen v0.17.38 -> v0.17.49
github.com/labstack/echo/v4 v4.11.4 -> v4.12.0
github.com/spf13/cobra v1.8.0 -> v1.8.1
github.com/spf13/viper v1.18.2 -> v1.19.0
github.com/stretchr/testify v1.8.4 -> v1.9.0
github.com/testcontainers/testcontainers-go/modules/postgres v0.26.0 -> v0.32.0
github.com/vektah/gqlparser/v2 v2.5.10 -> v2.5.16
go.infratographer.com/x v0.3.10-0.20240129185339-bec1b00bf570 -> v0.5.4
go.uber.org/zap v1.26.0 -> v1.27.0
golang.org/x/exp v0.0.0-20231219180239-dc181d75b848 -> v0.0.0-20240808152545-0cdaa3abc0fa
github.com/minio/highwayhash v1.0.2 -> v1.0.3
github.com/nats-io/jwt/v2 v2.5.2 -> v2.5.8
github.com/nats-io/nats-server/v2 v2.10.4 -> v2.10.18
github.com/nats-io/nats.go v1.31.0 -> v1.36.0
github.com/nats-io/nkeys v0.4.6 -> v0.4.7
ariga.io/atlas v0.14.1-0.20230918065911-83ad451a4935 -> v0.25.1-0.20240717145915-af51d3945208
filippo.io/edwards25519 v1.0.0 -> v1.1.0
github.com/Microsoft/go-winio v0.6.1 -> v0.6.2
github.com/Microsoft/hcsshim v0.11.1 -> v0.11.5
github.com/XSAM/otelsql v0.23.0 -> v0.32.0
github.com/cenkalti/backoff/v4 v4.2.1 -> v4.3.0
github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
github.com/cockroachdb/cockroach-go/v2 v2.3.5 -> v2.3.8
github.com/containerd/containerd v1.7.7 -> v1.7.18
github.com/docker/docker v24.0.6+incompatible -> v27.1.0+incompatible
github.com/docker/go-connections v0.4.0 -> v0.5.0
github.com/go-logr/logr v1.3.0 -> v1.4.2
github.com/golang-jwt/jwt/v5 v5.2.0 -> v5.2.1
github.com/google/uuid v1.5.0 -> v1.6.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.1 -> v2.21.0
github.com/hashicorp/golang-lru/v2 v2.0.3 -> v2.0.7
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a -> v0.0.0-20231201235250-de7065d80cb9
github.com/jaevor/go-nanoid v1.3.0 -> v1.4.0
github.com/klauspost/compress v1.17.4 -> v1.17.9
github.com/labstack/echo-contrib v0.15.0 -> v0.17.1
github.com/opencontainers/image-spec v1.1.0-rc5 -> v1.1.0
github.com/pelletier/go-toml/v2 v2.1.1 -> v2.2.2
github.com/pressly/goose/v3 v3.15.0 -> v3.21.1
github.com/prometheus/client_golang v1.17.0 -> v1.19.0
github.com/prometheus/client_model v0.5.0 -> v0.6.1
github.com/prometheus/common v0.45.0 -> v0.53.0
github.com/prometheus/procfs v0.12.0 -> v0.13.0
github.com/shirou/gopsutil/v3 v3.23.9 -> v3.23.12
github.com/stretchr/objx v0.5.0 -> v0.5.2
github.com/testcontainers/testcontainers-go v0.26.0 -> v0.32.0
github.com/vmihailenco/msgpack/v5 v5.0.0-beta.9 -> v5.3.5
github.com/zclconf/go-cty v1.8.0 -> v1.14.4
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.46.1 -> v0.53.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 -> v0.53.0
go.opentelemetry.io/otel v1.21.0 -> v1.28.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 -> v1.28.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 -> v1.28.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 -> v1.28.0
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.21.0 -> v1.28.0
go.opentelemetry.io/otel/metric v1.21.0 -> v1.28.0
go.opentelemetry.io/otel/sdk v1.21.0 -> v1.28.0
go.opentelemetry.io/otel/trace v1.21.0 -> v1.28.0
go.opentelemetry.io/proto/otlp v1.0.0 -> v1.3.1
go.step.sm/crypto v0.35.1 -> v0.51.1
golang.org/x/crypto v0.17.0 -> v0.26.0
golang.org/x/mod v0.14.0 -> v0.20.0
golang.org/x/net v0.19.0 -> v0.28.0
golang.org/x/oauth2 v0.15.0 -> v0.22.0
golang.org/x/sys v0.16.0 -> v0.23.0
golang.org/x/text v0.14.0 -> v0.17.0
golang.org/x/tools v0.16.0 -> v0.24.0
google.golang.org/genproto/googleapis/api v0.0.0-20231212172506-995d672761c0 -> v0.0.0-20240723171418-e6d459c13d2a
google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 -> v0.0.0-20240723171418-e6d459c13d2a

@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from e256504 to 9fb8a12 Compare June 17, 2024 15:07
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 9fb8a12 to 09a06ed Compare July 14, 2024 11:35
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 09a06ed to 3e1571b Compare August 14, 2024 21:55
@renovate renovate bot changed the title Update module go.infratographer.com/permissions-api to v0.4.0 Update module go.infratographer.com/permissions-api to v0.5.0 Aug 14, 2024
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 3e1571b to 48ab730 Compare August 29, 2024 21:31
@renovate renovate bot changed the title Update module go.infratographer.com/permissions-api to v0.5.0 Update module go.infratographer.com/permissions-api to v0.5.1 Aug 29, 2024
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 48ab730 to 70a44d5 Compare September 11, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants