Skip to content

fix(deps): update module go.infratographer.com/permissions-api to v0.7.0 #95

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

Merged
merged 1 commit into from
Mar 26, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2023

This PR contains the following updates:

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

Release Notes

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

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: 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 November 20, 2023 16:59
@renovate renovate bot requested a review from a team as a code owner November 20, 2023 16:59
@renovate renovate bot enabled auto-merge (squash) November 20, 2023 16:59
Copy link

github-actions bot commented Nov 20, 2023

GraphQL Schema Check

Compared 0 schema changes against null operations

✅ Found no changes

🔗 View full schema check details

mergify[bot]
mergify bot previously approved these changes Nov 20, 2023
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from b6a5151 to 48e2efd Compare January 17, 2024 17:56
@renovate renovate bot changed the title fix(deps): update module go.infratographer.com/permissions-api to v0.2.7 fix(deps): update module go.infratographer.com/permissions-api to v0.3.0 Jan 17, 2024
mergify[bot]
mergify bot previously approved these changes Jan 17, 2024
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch 3 times, most recently from c576caf to 0f8a777 Compare January 18, 2024 16:48
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 0f8a777 to 8a44e5b Compare January 31, 2024 01:16
@renovate renovate bot changed the title fix(deps): update module go.infratographer.com/permissions-api to v0.3.0 fix(deps): update module go.infratographer.com/permissions-api to v0.3.1 Jan 31, 2024
mergify[bot]
mergify bot previously approved these changes Jan 31, 2024
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 8a44e5b to 5f63eb2 Compare February 12, 2024 21:43
@renovate renovate bot changed the title fix(deps): update module go.infratographer.com/permissions-api to v0.3.1 fix(deps): update module go.infratographer.com/permissions-api to v0.3.2 Feb 12, 2024
mergify[bot]
mergify bot previously approved these changes Feb 12, 2024
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 5f63eb2 to 29bc153 Compare March 22, 2024 17:17
@renovate renovate bot changed the title fix(deps): update module go.infratographer.com/permissions-api to v0.3.2 fix(deps): update module go.infratographer.com/permissions-api to v0.3.3 Mar 22, 2024
mergify[bot]
mergify bot previously approved these changes Mar 22, 2024
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 29bc153 to 8cb9c70 Compare March 25, 2024 15:14
@renovate renovate bot changed the title fix(deps): update module go.infratographer.com/permissions-api to v0.3.3 fix(deps): update module go.infratographer.com/permissions-api to v0.3.4 Mar 25, 2024
mergify[bot]
mergify bot previously approved these changes Mar 25, 2024
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 4219121 to f260ae2 Compare December 12, 2024 22:13
@renovate renovate bot changed the title fix(deps): update module go.infratographer.com/permissions-api to v0.6.0 fix(deps): update module go.infratographer.com/permissions-api to v0.6.1 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch 2 times, most recently from 1d9019c to 413cc2c Compare February 26, 2025 16:29
@renovate renovate bot changed the title fix(deps): update module go.infratographer.com/permissions-api to v0.6.1 fix(deps): update module go.infratographer.com/permissions-api to v0.7.0 Feb 26, 2025
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 413cc2c to 815fc54 Compare February 26, 2025 21:07
mergify[bot]
mergify bot previously approved these changes Feb 26, 2025
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch 2 times, most recently from 306d30e to 6786cc6 Compare February 26, 2025 23:10
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch 3 times, most recently from 82850c1 to 9e583ab Compare February 26, 2025 23:26
mergify[bot]
mergify bot previously approved these changes Feb 27, 2025
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch 2 times, most recently from 30bc7ad to 0ebe0d9 Compare February 27, 2025 20:51
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from 0ebe0d9 to 106a945 Compare March 11, 2025 14:00
mergify[bot]
mergify bot previously approved these changes Mar 11, 2025
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch 2 times, most recently from 5978365 to f0bd4de Compare March 26, 2025 16:08
@renovate renovate bot force-pushed the renovate/go.infratographer.com-permissions-api-0.x branch from f0bd4de to 2b39372 Compare March 26, 2025 16:25
@mergify mergify bot merged commit 19d4c9c into main Mar 26, 2025
23 checks passed
@mergify mergify bot deleted the renovate/go.infratographer.com-permissions-api-0.x branch March 26, 2025 16:50
github-merge-queue bot pushed a commit that referenced this pull request Jun 18, 2025
🤖 I have created a release *beep* *boop*
---


##
[0.2.0](v0.1.2...v0.2.0)
(2025-06-18)


### Features

* format statuses and annoations data field as string in events
([#179](#179))
([5833bab](5833bab))


### Bug Fixes

* **deps:** update module github.com/brianvoe/gofakeit/v6 to v7
([#136](#136))
([ab31c4e](ab31c4e))
* **deps:** update module github.com/mattn/go-sqlite3 to v1.14.27
([#148](#148))
([89fdcb9](89fdcb9))
* **deps:** update module github.com/mattn/go-sqlite3 to v1.14.28
([#162](#162))
([cab6323](cab6323))
* **deps:** update module github.com/metal-toolbox/iam-runtime-contrib
to v1.0.1
([#173](#173))
([8957b56](8957b56))
* **deps:** update module github.com/vektah/gqlparser/v2 to v2.5.25
([#157](#157))
([9a7a1cd](9a7a1cd))
* **deps:** update module github.com/vektah/gqlparser/v2 to v2.5.25
([#163](#163))
([66ac66b](66ac66b))
* **deps:** update module github.com/yamashou/gqlgenc to v0.32.0
([#94](#94))
([e2f5ccb](e2f5ccb))
* **deps:** update module github.com/yamashou/gqlgenc to v0.32.1
([#170](#170))
([71d3b41](71d3b41))
* **deps:** update module go.infratographer.com/permissions-api to
v0.7.0 ([#95](#95))
([19d4c9c](19d4c9c))
* **deps:** update module go.infratographer.com/permissions-api to
v0.7.2
([#159](#159))
([27a9fbe](27a9fbe))
* **deps:** update module go.infratographer.com/x to v0.11.0
([#158](#158))
([ebba88e](ebba88e))
* **deps:** update module go.infratographer.com/x to v0.11.1
([#180](#180))
([539a65f](539a65f))
* **deps:** update module go.infratographer.com/x to v0.9.1
([#155](#155))
([3d76f1f](3d76f1f))
* upgrade gqlgenc to v0.31.0 and run go generate
([#156](#156))
([f8827fc](f8827fc))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Signed-off-by: Infratographer Robot <[email protected]>
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.

1 participant