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.0 #194

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

Copy link
Contributor Author

renovate bot commented Aug 7, 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):

  • 3 additional dependencies were updated

Details:

Package Change
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 -> v2.21.0
google.golang.org/genproto/googleapis/api v0.0.0-20240711142825-46eb208f015d -> v0.0.0-20240723171418-e6d459c13d2a
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240723171418-e6d459c13d2a

@renovate renovate bot requested review from a team as code owners August 7, 2024 23:03
Copy link

github-actions bot commented Aug 7, 2024

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 c247a4c to c9f53aa Compare August 9, 2024 15:50
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from c9f53aa to f8e1448 Compare August 9, 2024 15:53
@mikemrm mikemrm merged commit fae3232 into main Aug 9, 2024
22 checks passed
@mikemrm mikemrm deleted the renovate/go.infratographer.com-permissions-api-0.x branch August 9, 2024 16:03
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