Skip to content

core: bump goauthentik.io/api/v3 from 3.2025120.7 to 3.2025120.11#18461

Merged
BeryJu merged 1 commit intomainfrom
dependabot/go_modules/goauthentik.io/api/v3-3.2025120.11
Dec 1, 2025
Merged

core: bump goauthentik.io/api/v3 from 3.2025120.7 to 3.2025120.11#18461
BeryJu merged 1 commit intomainfrom
dependabot/go_modules/goauthentik.io/api/v3-3.2025120.11

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps goauthentik.io/api/v3 from 3.2025120.7 to 3.2025120.11.

Release notes

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

v3.2025120.11

Update API Client

What's New


POST /endpoints/agents/psso/register/device/
POST /endpoints/agents/psso/register/user/

What's Changed


GET /endpoints/agents/connectors/{connector_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property auth_session_duration (string)
PUT /endpoints/agents/connectors/{connector_uuid}/
Request:

Changed content type : application/json

  • Added property auth_session_duration (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property auth_session_duration (string)
PATCH /endpoints/agents/connectors/{connector_uuid}/
Request:

Changed content type : application/json

... (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.2025120.7 to 3.2025120.11.
- [Release notes](https://github.com/goauthentik/client-go/releases)
- [Commits](goauthentik/client-go@v3.2025120.7...v3.2025120.11)

---
updated-dependencies:
- dependency-name: goauthentik.io/api/v3
  dependency-version: 3.2025120.11
  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 Dec 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 1, 2025 04:26
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2025
@netlify
Copy link

netlify bot commented Dec 1, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 6edc56b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/692d190ca3346b0008f76b70
😎 Deploy Preview https://deploy-preview-18461--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 project configuration.

@netlify
Copy link

netlify bot commented Dec 1, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 6edc56b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/692d190cda22fd0008bdc972

@netlify
Copy link

netlify bot commented Dec 1, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 6edc56b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/692d190cce04740007217b4d

@codecov
Copy link

codecov bot commented Dec 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.96%. Comparing base (874a20b) to head (6edc56b).
⚠️ Report is 4 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18461      +/-   ##
==========================================
- Coverage   93.01%   92.96%   -0.06%     
==========================================
  Files         911      911              
  Lines       49752    49752              
==========================================
- Hits        46279    46254      -25     
- Misses       3473     3498      +25     
Flag Coverage Δ
e2e 45.32% <ø> (+<0.01%) ⬆️
integration 22.87% <ø> (-0.06%) ⬇️
unit 91.19% <ø> (ø)
unit-migrate 91.23% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@BeryJu BeryJu merged commit b6d21ba into main Dec 1, 2025
98 checks passed
@BeryJu BeryJu deleted the dependabot/go_modules/goauthentik.io/api/v3-3.2025120.11 branch December 1, 2025 12:28
kensternberg-authentik added a commit that referenced this pull request Dec 11, 2025
* main: (53 commits)
  core, web: update translations (#18380)
  web: re-add en.xlf locale (#18469)
  stages/user_write: Fix user attributes are not sanitized under certains conditions (#17890)
  providers/scim: compare users/groups before sending update request (#18456)
  enterprise/endpoints/connectors/agent: fix Apple JWE encryption when FIPS is enabled (#18464)
  website: bump @types/react from 19.2.6 to 19.2.7 in /website (#18357)
  core: bump goauthentik/fips-debian from `ac4c80b` to `de70579` (#18419)
  core: bump github.com/getsentry/sentry-go from 0.39.0 to 0.40.0 (#18416)
  website: bump prettier-plugin-packagejson from 2.5.19 to 2.5.20 in /website (#18460)
  core: bump goauthentik.io/api/v3 from 3.2025120.7 to 3.2025120.11 (#18461)
  website/integrations: add GLPI (#17937)
  website/integrations: small fixes (#18423)
  enterprise: Apple Platform SSO (#15318)
  crypto: only generate managed keypair if non-existent (#18457)
  ci: remove translation-rename (#18444)
  translate: Updates for project authentik and language tr (#18438)
  translate: Updates for project authentik and language fr (#18431)
  translate: Updates for project authentik and language ru (#18442)
  translate: Updates for project authentik and language cs_CZ (#18443)
  translate: Updates for project authentik and language pt (#18437)
  ...
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