Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2025

This PR contains the following updates:

Package Change Age Confidence
go.infratographer.com/permissions-api v0.2.7 -> v0.7.2 age confidence

Release Notes

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

v0.7.2

Compare Source

Bug Fixes
  • chart: update otel trace configuration (#​347) (61b9b21)
  • deps: update module github.com/go-jose/go-jose/v4 to v4.1.0 (#​340) (62d175c)

v0.7.1

Compare Source

Bug Fixes
  • deps: update github.com/authzed/grpcutil digest to 1985b19 (#​321) (7aeca50)
  • deps: update module github.com/go-jose/go-jose/v4 to v4.0.5 [security] (#​324) (d075ce8)
  • deps: update module go.infratographer.com/x to v0.9.2 (#​325) (a3628ba)
  • deps: update module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to v0.60.0 (#​339) (b9ed216)
  • deps: update module google.golang.org/grpc to v1.71.1 (#​328) (5f14273)

v0.7.0

Compare Source

What's Changed

Changelog

🚀 Others

v0.6.1

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

This change is backwards compatible, no configuration changes are required.
For more details see #​297

Changelog

🚀 Others

v0.6.0

Compare Source

What's Changed

Changelog

🚀 Others

v0.5.2

Compare Source

What's Changed

Changelog

🚀 Others

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

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

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


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

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

@renovate
Copy link
Contributor Author

renovate bot commented Feb 26, 2025

ℹ 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):

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

Details:

Package Change
go 1.23.0 -> 1.24.0
entgo.io/ent v0.14.3 -> v0.14.4
github.com/99designs/gqlgen v0.17.66 -> v0.17.70
github.com/spf13/viper v1.19.0 -> v1.20.1
github.com/testcontainers/testcontainers-go/modules/postgres v0.35.0 -> v0.36.0
github.com/vektah/gqlparser/v2 v2.5.22 -> v2.5.24
go.infratographer.com/x v0.7.0 -> v0.9.2
github.com/MicahParks/jwkset v0.8.0 -> v0.9.5
github.com/XSAM/otelsql v0.37.0 -> v0.38.0
github.com/agnivade/levenshtein v1.2.0 -> v1.2.1
github.com/docker/docker v27.1.1+incompatible -> v28.0.1+incompatible
github.com/fsnotify/fsnotify v1.7.0 -> v1.8.0
github.com/go-jose/go-jose/v3 v3.0.3 -> v3.0.4
github.com/golang-jwt/jwt/v5 v5.2.1 -> v5.2.2
github.com/google/go-cmp v0.6.0 -> v0.7.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 -> v2.26.1
github.com/jackc/pgx/v5 v5.7.2 -> v5.7.4
github.com/klauspost/compress v1.17.11 -> v1.18.0
github.com/labstack/echo-contrib v0.17.2 -> v0.17.3
github.com/labstack/echo-jwt/v4 v4.3.0 -> v4.3.1
github.com/magiconair/properties v1.8.7 -> v1.8.9
github.com/moby/sys/user v0.1.0 -> v0.3.0
github.com/nats-io/nats-server/v2 v2.10.25 -> v2.11.1
github.com/nats-io/nats.go v1.39.1 -> v1.41.1
github.com/nats-io/nkeys v0.4.9 -> v0.4.10
github.com/opencontainers/image-spec v1.1.0 -> v1.1.1
github.com/pelletier/go-toml/v2 v2.2.3 -> v2.2.4
github.com/pressly/goose/v3 v3.24.1 -> v3.24.2
github.com/prometheus/client_golang v1.20.5 -> v1.22.0
github.com/prometheus/client_model v0.6.1 -> v0.6.2
github.com/prometheus/common v0.61.0 -> v0.63.0
github.com/prometheus/procfs v0.15.1 -> v0.16.0
github.com/sagikazarmark/locafero v0.4.0 -> v0.7.0
github.com/spf13/afero v1.11.0 -> v1.14.0
github.com/spf13/cast v1.7.0 -> v1.7.1
github.com/testcontainers/testcontainers-go v0.35.0 -> v0.36.0
github.com/yusufpapurcu/wmi v1.2.3 -> v1.2.4
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.59.0 -> v0.60.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 -> v0.60.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 -> v0.60.0
go.opentelemetry.io/otel v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/metric v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/sdk v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/trace v1.34.0 -> v1.35.0
go.step.sm/crypto v0.58.1 -> v0.60.0
golang.org/x/crypto v0.33.0 -> v0.37.0
golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa -> v0.0.0-20250408133849-7e4ce0ab07d0
golang.org/x/mod v0.23.0 -> v0.24.0
golang.org/x/net v0.35.0 -> v0.39.0
golang.org/x/oauth2 v0.27.0 -> v0.29.0
golang.org/x/sync v0.11.0 -> v0.13.0
golang.org/x/sys v0.30.0 -> v0.32.0
golang.org/x/text v0.22.0 -> v0.24.0
golang.org/x/time v0.10.0 -> v0.11.0
golang.org/x/tools v0.30.0 -> v0.32.0
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f -> v0.0.0-20250303144028-a0af3efb3deb
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 -> v0.0.0-20250324211829-b45e905df463
google.golang.org/grpc v1.70.0 -> v1.71.1
google.golang.org/protobuf v1.36.5 -> v1.36.6

@renovate renovate bot requested review from a team as code owners February 26, 2025 22:43
@github-actions
Copy link

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 f6b42c5 to 5e685ad Compare March 3, 2025 16:04
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 5e685ad to ad7b87a Compare March 11, 2025 14:10
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from ad7b87a to c4e7850 Compare April 11, 2025 22:02
@renovate renovate bot changed the title fix(deps): update module go.infratographer.com/permissions-api to v0.7.0 fix(deps): update module go.infratographer.com/permissions-api to v0.7.1 Apr 11, 2025
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from c4e7850 to 690e120 Compare April 15, 2025 19:04
@renovate renovate bot changed the title fix(deps): update module go.infratographer.com/permissions-api to v0.7.1 fix(deps): update module go.infratographer.com/permissions-api to v0.7.2 Apr 15, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Dec 15, 2025

ℹ️ 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):

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

Details:

Package Change
go 1.23.0 -> 1.24.0
entgo.io/ent v0.14.3 -> v0.14.4
github.com/99designs/gqlgen v0.17.66 -> v0.17.70
github.com/spf13/viper v1.19.0 -> v1.20.1
github.com/testcontainers/testcontainers-go/modules/postgres v0.35.0 -> v0.36.0
github.com/vektah/gqlparser/v2 v2.5.22 -> v2.5.24
go.infratographer.com/x v0.7.0 -> v0.9.2
github.com/MicahParks/jwkset v0.8.0 -> v0.9.5
github.com/XSAM/otelsql v0.37.0 -> v0.38.0
github.com/agnivade/levenshtein v1.2.0 -> v1.2.1
github.com/docker/docker v27.1.1+incompatible -> v28.0.1+incompatible
github.com/fsnotify/fsnotify v1.7.0 -> v1.8.0
github.com/go-jose/go-jose/v3 v3.0.3 -> v3.0.4
github.com/golang-jwt/jwt/v5 v5.2.1 -> v5.2.2
github.com/google/go-cmp v0.6.0 -> v0.7.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 -> v2.26.1
github.com/jackc/pgx/v5 v5.7.2 -> v5.7.4
github.com/klauspost/compress v1.17.11 -> v1.18.0
github.com/labstack/echo-contrib v0.17.2 -> v0.17.3
github.com/labstack/echo-jwt/v4 v4.3.0 -> v4.3.1
github.com/magiconair/properties v1.8.7 -> v1.8.9
github.com/moby/sys/user v0.1.0 -> v0.3.0
github.com/nats-io/nats-server/v2 v2.10.25 -> v2.11.1
github.com/nats-io/nats.go v1.39.1 -> v1.41.1
github.com/nats-io/nkeys v0.4.9 -> v0.4.10
github.com/opencontainers/image-spec v1.1.0 -> v1.1.1
github.com/pelletier/go-toml/v2 v2.2.3 -> v2.2.4
github.com/pressly/goose/v3 v3.24.1 -> v3.24.2
github.com/prometheus/client_golang v1.20.5 -> v1.22.0
github.com/prometheus/client_model v0.6.1 -> v0.6.2
github.com/prometheus/common v0.61.0 -> v0.63.0
github.com/prometheus/procfs v0.15.1 -> v0.16.0
github.com/sagikazarmark/locafero v0.4.0 -> v0.7.0
github.com/spf13/afero v1.11.0 -> v1.14.0
github.com/spf13/cast v1.7.0 -> v1.7.1
github.com/testcontainers/testcontainers-go v0.35.0 -> v0.36.0
github.com/yusufpapurcu/wmi v1.2.3 -> v1.2.4
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.59.0 -> v0.60.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 -> v0.60.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 -> v0.60.0
go.opentelemetry.io/otel v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/metric v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/sdk v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/trace v1.34.0 -> v1.35.0
go.step.sm/crypto v0.58.1 -> v0.60.0
golang.org/x/crypto v0.33.0 -> v0.37.0
golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa -> v0.0.0-20250408133849-7e4ce0ab07d0
golang.org/x/mod v0.23.0 -> v0.24.0
golang.org/x/net v0.35.0 -> v0.39.0
golang.org/x/oauth2 v0.27.0 -> v0.29.0
golang.org/x/sync v0.11.0 -> v0.13.0
golang.org/x/sys v0.30.0 -> v0.32.0
golang.org/x/text v0.22.0 -> v0.24.0
golang.org/x/time v0.10.0 -> v0.11.0
golang.org/x/tools v0.30.0 -> v0.32.0
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f -> v0.0.0-20250303144028-a0af3efb3deb
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 -> v0.0.0-20250324211829-b45e905df463
google.golang.org/grpc v1.70.0 -> v1.71.1
google.golang.org/protobuf v1.36.5 -> v1.36.6

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.

1 participant