Skip to content

core: bump goauthentik.io/api/v3 from 3.2025120.25 to 3.2025120.26#18770

Merged
rissson merged 1 commit intomainfrom
dependabot/go_modules/goauthentik.io/api/v3-3.2025120.26
Dec 12, 2025
Merged

core: bump goauthentik.io/api/v3 from 3.2025120.25 to 3.2025120.26#18770
rissson merged 1 commit intomainfrom
dependabot/go_modules/goauthentik.io/api/v3-3.2025120.26

Conversation

@dependabot
Copy link
Contributor

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

Bumps goauthentik.io/api/v3 from 3.2025120.25 to 3.2025120.26.

Release notes

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

v3.2025120.26

Update API Client

What's Changed


GET /admin/settings/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property pagination_default_page_size (integer)

      Default page size for API responses, if no size was requested.

    • Added property pagination_max_page_size (integer)

      Maximum page size

PUT /admin/settings/
Request:

Changed content type : application/json

  • Added property pagination_default_page_size (integer)

    Default page size for API responses, if no size was requested.

  • Added property pagination_max_page_size (integer)

    Maximum page size

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property pagination_default_page_size (integer)

      Default page size for API responses, if no size was requested.

    • Added property pagination_max_page_size (integer)

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

---
updated-dependencies:
- dependency-name: goauthentik.io/api/v3
  dependency-version: 3.2025120.26
  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 12, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 12, 2025 04:03
@netlify
Copy link

netlify bot commented Dec 12, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 80b7279
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/693b940e5e1a620008fb5ce2

@netlify
Copy link

netlify bot commented Dec 12, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 80b7279
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/693b940e169fe800087f4211

@netlify
Copy link

netlify bot commented Dec 12, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 80b7279
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/693b940ed6b4080008acc319
😎 Deploy Preview https://deploy-preview-18770--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.

@codecov
Copy link

codecov bot commented Dec 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.19%. Comparing base (3d9632c) to head (80b7279).
⚠️ Report is 8 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18770      +/-   ##
==========================================
+ Coverage   92.46%   93.19%   +0.72%     
==========================================
  Files         946      946              
  Lines       51862    51862              
==========================================
+ Hits        47954    48331     +377     
+ Misses       3908     3531     -377     
Flag Coverage Δ
e2e 44.81% <ø> (+0.03%) ⬆️
integration 23.23% <ø> (?)
unit 91.47% <ø> (+<0.01%) ⬆️
unit-migrate 91.51% <ø> (+10.58%) ⬆️

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.

@rissson rissson enabled auto-merge (squash) December 12, 2025 13:10
@rissson rissson merged commit 80ed530 into main Dec 12, 2025
135 of 137 checks passed
@rissson rissson deleted the dependabot/go_modules/goauthentik.io/api/v3-3.2025120.26 branch December 12, 2025 13:28
kensternberg-authentik added a commit that referenced this pull request Dec 12, 2025
* main:
  web/admin: fix typo in PolicyAccessView (#18789)
  translate: Updates for project authentik and language fr_FR (#18788)
  core: bump goauthentik/fips-debian from `dea09c4` to `07f41ce` (#18778)
  admin/files: cache expensive generated URLs (#18784)
  ci: bump actions/cache from 4.3.0 to 5.0.0 (#18779)
  ci: bump tj-actions/changed-files from 47.0.0 to 47.0.1 (#18780)
  core: bump goauthentik.io/api/v3 from 3.2025120.25 to 3.2025120.26 (#18770)
  core: bump selenium/standalone-chromium from 142.0 to 143.0 in /tests/e2e (#18772)
  web: bump types (merge branch) (#18735)
  ci: generate typescript api client for release too (#18761)
  website/integrations: wazuh: Change exchange key generation to 64 bytes (#18769)
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