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.6.0 #7

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 9, 2023

This PR contains the following updates:

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

Release Notes

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

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

v0.2.7

Compare Source

What's Changed

Changelog

🚀 Others
  • b5c904a Bump github.com/nats-io/nats-server/v2 from 2.10.1 to 2.10.4 (#​190)
  • f74e475 Bump github.com/nats-io/nats-server/v2 from 2.9.17 to 2.9.23 (#​180)
  • bbbde7c Bump github.com/nats-io/nkeys from 0.4.4 to 0.4.6 (#​183)
  • e606502 Bump golang.org/x/net from 0.14.0 to 0.17.0 (#​177)
  • 8468182 Update config.go (#​184)
  • 04a7a79 Update mermaid template (#​175)
  • 91e93a6 chore(deps): update actions/checkout action to v4 (#​169)
  • 5805f73 chore(deps): update cockroachdb/cockroach docker tag to v23.1.12 (#​172)
  • 861a9db chore(deps): update docker/setup-qemu-action action to v3 (#​193)
  • 21d888f chore(deps): update ghcr.io/navikt/mock-oauth2-server docker tag to v2 (#​194)
  • 572c9c8 chore(deps): update goreleaser/goreleaser-action action to v5 (#​195)
  • dc79003 chore(deps): update helm release common to v2.13.3 (#​161)
  • 0b66dc3 chore(deps): update jaegertracing/all-in-one docker tag to v1.51.0 (#​158)
  • 6b266a7 fix(deps): update github.com/authzed/grpcutil digest to 4286bb1 (#​160)
  • fcdb7be fix(deps): update module github.com/authzed/authzed-go to v0.10.1 (#​187)
  • 6dc25ca fix(deps): update module github.com/labstack/echo/v4 to v4.11.3 (#​179)
  • 8b23ddd fix(deps): update module github.com/spf13/cobra to v1.8.0 (#​196)
  • 1a0dd01 fix(deps): update module github.com/spf13/viper to v1.17.0 (#​197)
  • 9ea0ab7 fix(deps): update module go.infratographer.com/x to v0.3.9 (#​186)
  • 66d485e fix(deps): update module go.uber.org/zap to v1.26.0 (#​198)
  • d706691 fix(deps): update module google.golang.org/grpc to v1.57.1 [security] (#​182)
  • e9fb862 fix(deps): update module google.golang.org/grpc to v1.58.3 [security] (#​189)
  • b603de9 fix(deps): update module google.golang.org/grpc to v1.59.0 (#​199)
  • a4bc8c5 golangci fix local (#​176)
  • 8aa94e2 update renovate to update all otel packages in a single pr to ensure all dependent packages are updated at the same time (#​188)
  • 74bed8f use full consistent reads (#​200)

v0.2.6

Compare Source

What's Changed

Changelog

🚀 Others

What's Changed

Full Changelog: infratographer/permissions-api@v0.2.5...v0.2.6

v0.2.5

Compare Source

What's Changed

Changelog

🚀 Others
  • dce3403 Explicitly set ownership of /workspace in CI runs (#​167)
  • 095f367 fix(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.4

Compare Source

What's Changed

Changelog

🚀 Others

What's Changed

Full Changelog: infratographer/permissions-api@v0.2.3...v0.2.4

v0.2.3

Compare Source

What's Changed

Changelog

🚀 Others

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.


  • 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 changed the title Update module go.infratographer.com/permissions-api to v0.2.2 Update module go.infratographer.com/permissions-api to v0.2.2 - autoclosed Aug 15, 2023
@renovate renovate bot closed this Aug 15, 2023
@renovate renovate bot deleted the renovate/go.infratographer.com-permissions-api-0.x branch August 15, 2023 15:19
@renovate renovate bot changed the title Update module go.infratographer.com/permissions-api to v0.2.2 - autoclosed Update module go.infratographer.com/permissions-api to v0.2.2 Aug 18, 2023
@renovate renovate bot reopened this Aug 18, 2023
@renovate renovate bot requested review from a team as code owners August 18, 2023 18:48
@renovate renovate bot restored the renovate/go.infratographer.com-permissions-api-0.x branch August 18, 2023 18:48
@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 18, 2023
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 85483af to 6b6160d Compare August 18, 2023 18:49
@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 22, 2023
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 6b6160d to ad0d99d Compare August 22, 2023 22:07
@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 1, 2023
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch 2 times, most recently from 442f6f5 to 8d379ce Compare September 6, 2023 16:13
@renovate renovate bot changed the title Update module go.infratographer.com/permissions-api to v0.2.5 Update module go.infratographer.com/permissions-api to v0.2.6 Sep 8, 2023
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 8d379ce to 8686adb Compare September 8, 2023 18:25
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 8686adb to 9a3290a Compare October 3, 2023 19:21
@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 17, 2023
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 9a3290a to 6dd5317 Compare November 17, 2023 17:22
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 6dd5317 to 2505801 Compare January 16, 2024 21:43
@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 16, 2024
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 2505801 to 49bd123 Compare January 24, 2024 17:09
@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 24, 2024
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 49bd123 to 4ba3786 Compare February 5, 2024 22:49
@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 5, 2024
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 4ba3786 to 9cc59ac Compare March 15, 2024 16:46
@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 15, 2024
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 9cc59ac to 58f79b5 Compare March 18, 2024 15:49
@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 18, 2024
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 58f79b5 to e366aa3 Compare April 5, 2024 23:13
@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 5, 2024
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from e366aa3 to 31d44b4 Compare May 9, 2024 08:25
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):

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

Details:

Package Change
go 1.20 -> 1.23.3
entgo.io/contrib v0.4.5 -> v0.6.0
entgo.io/ent v0.12.4-0.20230816084614-dc8ea50747ef -> v0.14.0
github.com/99designs/gqlgen v0.17.36 -> v0.17.49
github.com/labstack/echo/v4 v4.11.1 -> v4.12.0
github.com/spf13/cobra v1.7.0 -> v1.8.1
github.com/spf13/viper v1.16.0 -> v1.19.0
github.com/stretchr/testify v1.8.4 -> v1.9.0
github.com/vektah/gqlparser/v2 v2.5.8 -> v2.5.16
go.infratographer.com/x v0.3.7-0.20230811200256-3955331ac93d -> v0.5.4
go.uber.org/zap v1.25.0 -> v1.27.0
golang.org/x/exp v0.0.0-20230811145659-89c5cff77bcb -> v0.0.0-20240808152545-0cdaa3abc0fa
ariga.io/atlas v0.13.1 -> 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/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.6.19 -> v1.7.18
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
github.com/docker/docker v24.0.2+incompatible -> v27.1.0+incompatible
github.com/docker/go-connections v0.4.0 -> v0.5.0
github.com/felixge/httpsnoop v1.0.3 -> v1.0.4
github.com/fsnotify/fsnotify v1.6.0 -> v1.7.0
github.com/go-logr/logr v1.2.4 -> v1.4.2
github.com/golang-jwt/jwt/v5 v5.0.0 -> v5.2.1
github.com/golang/glog v1.1.1 -> v1.2.1
github.com/golang/protobuf v1.5.3 -> v1.5.4
github.com/google/go-cmp v0.5.9 -> v0.6.0
github.com/google/uuid v1.3.0 -> v1.6.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.2 -> v2.21.0
github.com/hashicorp/golang-lru/v2 v2.0.5 -> v2.0.7
github.com/jackc/pgconn v1.14.1 -> v1.14.3
github.com/jackc/pgproto3/v2 v2.3.2 -> v2.3.3
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a -> v0.0.0-20240606120523-5a60cdf6a761
github.com/jackc/pgtype v1.14.0 -> v1.14.3
github.com/jackc/pgx/v4 v4.18.1 -> v4.18.3
github.com/labstack/echo-contrib v0.15.0 -> v0.17.1
github.com/labstack/gommon v0.4.0 -> v0.4.2
github.com/mattn/go-isatty v0.0.19 -> v0.0.20
github.com/moby/patternmatcher v0.5.0 -> v0.6.0
github.com/nats-io/nats.go v1.28.0 -> v1.36.0
github.com/nats-io/nkeys v0.4.4 -> v0.4.7
github.com/opencontainers/image-spec v1.1.0-rc4 -> v1.1.0
github.com/pelletier/go-toml/v2 v2.0.9 -> v2.2.2
github.com/pmezard/go-difflib v1.0.0 -> v1.0.1-0.20181226105442-5d4384ee4fb2
github.com/pressly/goose/v3 v3.13.4 -> v3.21.1
github.com/prometheus/client_golang v1.16.0 -> v1.19.0
github.com/prometheus/client_model v0.4.0 -> v0.6.1
github.com/prometheus/common v0.44.0 -> v0.53.0
github.com/subosito/gotenv v1.4.2 -> v1.6.0
github.com/testcontainers/testcontainers-go v0.21.0 -> v0.32.0
github.com/testcontainers/testcontainers-go/modules/postgres v0.21.0 -> v0.32.0
github.com/zclconf/go-cty v1.13.2 -> v1.14.4
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.42.0 -> v0.53.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0 -> v0.53.0
go.opentelemetry.io/otel v1.16.0 -> v1.28.0
go.opentelemetry.io/otel/exporters/jaeger v1.16.0 -> v1.17.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.16.0 -> v1.28.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.16.0 -> v1.28.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.16.0 -> v1.28.0
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.16.0 -> v1.28.0
go.opentelemetry.io/otel/metric v1.16.0 -> v1.28.0
go.opentelemetry.io/otel/sdk v1.16.0 -> v1.28.0
go.opentelemetry.io/otel/trace v1.16.0 -> v1.28.0
go.opentelemetry.io/proto/otlp v1.0.0 -> v1.3.1
go.step.sm/crypto v0.31.2 -> v0.51.1
golang.org/x/crypto v0.12.0 -> v0.27.0
golang.org/x/mod v0.12.0 -> v0.20.0
golang.org/x/net v0.14.0 -> v0.28.0
golang.org/x/oauth2 v0.11.0 -> v0.22.0
golang.org/x/sys v0.11.0 -> v0.25.0
golang.org/x/text v0.12.0 -> v0.18.0
golang.org/x/time v0.3.0 -> v0.5.0
golang.org/x/tools v0.12.0 -> v0.24.0
google.golang.org/appengine v1.6.7 -> v1.6.8
google.golang.org/genproto v0.0.0-20230814215434-ca7cfce7776a -> v0.0.0-20240722135656-d784300faade
google.golang.org/genproto/googleapis/api v0.0.0-20230814215434-ca7cfce7776a -> v0.0.0-20240723171418-e6d459c13d2a
google.golang.org/genproto/googleapis/rpc v0.0.0-20230814215434-ca7cfce7776a -> v0.0.0-20240723171418-e6d459c13d2a
google.golang.org/grpc v1.57.0 -> v1.65.0
google.golang.org/protobuf v1.31.0 -> v1.34.2

@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 31d44b4 to 5a2ed64 Compare June 17, 2024 16:08
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 5a2ed64 to 188a482 Compare July 14, 2024 09:43
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 188a482 to 1996f40 Compare August 7, 2024 23:01
@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 7, 2024
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 1996f40 to 5391ef9 Compare August 22, 2024 21:32
@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 22, 2024
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch 2 times, most recently from 4433452 to 88ff99e Compare September 16, 2024 16:24
@renovate renovate bot changed the title Update module go.infratographer.com/permissions-api to v0.5.1 Update module go.infratographer.com/permissions-api to v0.5.2 Sep 16, 2024
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 88ff99e to 3a574b4 Compare October 24, 2024 18:31
@renovate renovate bot changed the title Update module go.infratographer.com/permissions-api to v0.5.2 Update module go.infratographer.com/permissions-api to v0.6.0 Oct 24, 2024
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 3a574b4 to 2f9dfb1 Compare November 17, 2024 17:11
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.

0 participants