Skip to content

core: bump goauthentik.io/api/v3 from 3.2025024.8 to 3.2025024.9#14189

Merged
rissson merged 1 commit intomainfrom
dependabot/go_modules/goauthentik.io/api/v3-3.2025024.9
Apr 23, 2025
Merged

core: bump goauthentik.io/api/v3 from 3.2025024.8 to 3.2025024.9#14189
rissson merged 1 commit intomainfrom
dependabot/go_modules/goauthentik.io/api/v3-3.2025024.9

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 23, 2025

Bumps goauthentik.io/api/v3 from 3.2025024.8 to 3.2025024.9.

Release notes

Sourced from goauthentik.io/api/v3's releases.

v3.2025024.9

Update API Client

What's New


GET /policies/unique_password/
POST /policies/unique_password/
GET /policies/unique_password/{policy_uuid}/
PUT /policies/unique_password/{policy_uuid}/
DELETE /policies/unique_password/{policy_uuid}/
PATCH /policies/unique_password/{policy_uuid}/
GET /policies/unique_password/{policy_uuid}/used_by/

What's Changed


GET /policies/event_matcher/{policy_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property app (string)

      Match events created by selected application. When left empty, all applications are matched.

      Added enum value:

      • authentik.enterprise.policies.unique_password
    • Changed property model (string)

      Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go) from 3.2025024.8 to 3.2025024.9.
- [Release notes](https://github.com/goauthentik/client-go/releases)
- [Changelog](https://github.com/goauthentik/client-go/blob/main/model_version_history.go)
- [Commits](goauthentik/client-go@v3.2025024.8...v3.2025024.9)

---
updated-dependencies:
- dependency-name: goauthentik.io/api/v3
  dependency-version: 3.2025024.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 23, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 23, 2025 04:34
@netlify
Copy link

netlify bot commented Apr 23, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 39acf81
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/68086df5b55a560008a0890d
😎 Deploy Preview https://deploy-preview-14189--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Apr 23, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 39acf81
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/68086df52d3e7f0008b754cf
😎 Deploy Preview https://deploy-preview-14189--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@rissson rissson merged commit be00f47 into main Apr 23, 2025
88 checks passed
@rissson rissson deleted the dependabot/go_modules/goauthentik.io/api/v3-3.2025024.9 branch April 23, 2025 10:44
kensternberg-authentik added a commit that referenced this pull request Apr 25, 2025
* main:
  packages/docusaurus-theme: Fix header alignment, overscroll, vertical padding. (#14120)
  outposts: add support for gateway API (#13272)
  translate: Updates for file web/xliff/en.xlf in fr (#14200)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#14199)
  website/docs: adds code examples for getting user objects from a group object (#14101)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#14198)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#14195)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#14197)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#14196)
  website/integrations: mealie add integration (#14188)
  core, web: update translations (#14187)
  core: bump goauthentik.io/api/v3 from 3.2025024.8 to 3.2025024.9 (#14189)
  website/docs: update user object doc (#14132)
  website/docs: dev-docs: style guide: no longer using italic for vars (#14185)
  website/docs: dev docs: style guide: update style conventions for urls (#14184)
  website/integrations: paperless: use <slug>. instead of hardcoded slug value (#14183)
  website/docs: updates style guide code block section (#14088)
  website: components: delete multilinecodeblock src (#14094)
  Revert "policies: buffered policy access view for concurrent authorization attempts when unauthenticated (#13629)" (#14180)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant