Skip to content

core: bump goauthentik.io/api/v3 from 3.2025120.11 to 3.2025120.15#18551

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

core: bump goauthentik.io/api/v3 from 3.2025120.11 to 3.2025120.15#18551
rissson merged 1 commit intomainfrom
dependabot/go_modules/goauthentik.io/api/v3-3.2025120.15

Conversation

@dependabot
Copy link
Contributor

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

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

Release notes

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

v3.2025120.15

Update API Client

What's Changed


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

Changed response : 200 OK

  • Changed content type : application/json

    • Added property challenge_idle_timeout (string)

    • Added property challenge_trigger_check_in (boolean)

PUT /endpoints/agents/connectors/{connector_uuid}/
Request:

Changed content type : application/json

  • Added property challenge_idle_timeout (string)

  • Added property challenge_trigger_check_in (boolean)

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property challenge_idle_timeout (string)

    • Added property challenge_trigger_check_in (boolean)

PATCH /endpoints/agents/connectors/{connector_uuid}/
Request:

Changed content type : application/json

  • Added property challenge_idle_timeout (string)

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

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

netlify bot commented Dec 3, 2025

Deploy Preview for authentik-storybook canceled.

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

@netlify
Copy link

netlify bot commented Dec 3, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit cc63ff3
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/692fb674a8ebc70008d43e97
😎 Deploy Preview https://deploy-preview-18551--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 3, 2025

Deploy Preview for authentik-integrations canceled.

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

@codecov
Copy link

codecov bot commented Dec 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.17%. Comparing base (96eb8dd) to head (cc63ff3).
⚠️ Report is 9 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18551      +/-   ##
==========================================
+ Coverage   83.52%   93.17%   +9.64%     
==========================================
  Files         932      932              
  Lines       51044    51044              
==========================================
+ Hits        42637    47560    +4923     
+ Misses       8407     3484    -4923     
Flag Coverage Δ
e2e 44.84% <ø> (+0.67%) ⬆️
integration 22.75% <ø> (-0.06%) ⬇️
unit 91.42% <ø> (+10.27%) ⬆️
unit-migrate 91.47% <ø> (+24.85%) ⬆️

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 merged commit cc3ebb2 into main Dec 3, 2025
98 checks passed
@rissson rissson deleted the dependabot/go_modules/goauthentik.io/api/v3-3.2025120.15 branch December 3, 2025 13:42
kensternberg-authentik added a commit that referenced this pull request Dec 11, 2025
* main: (44 commits)
  build(deps): bump django from 5.2.8 to 5.2.9 (#18566)
  web: Adjust colors (#18427)
  admin/files: delete applications cache on migration (#18565)
  core: bump astral-sh/uv from 0.9.14 to 0.9.15 (#18555)
  core: bump goauthentik.io/api/v3 from 3.2025120.11 to 3.2025120.15 (#18551)
  core: bump goauthentik/fips-debian from `c718f60` to `cf233be` (#18553)
  ci: bump actions/checkout from 6.0.0 to 6.0.1 (#18554)
  ci: bump actions/stale from 10.1.0 to 10.1.1 (#18556)
  ci: bump golangci/golangci-lint-action from 9.1.0 to 9.2.0 (#18557)
  ci: bump actions/setup-node from 6.0.0 to 6.1.0 in /.github/actions/setup (#18559)
  core: bump library/golang from 1.25.4-trixie to 1.25.5-trixie (#18558)
  providers/scim: cache ServiceProviderConfig (#18047)
  web/i18n: Locale Context Merge Branch (#18426)
  website: Glossary (#16007)
  endpoints/stage: v2, better error handling, more settings (#18545)
  website: Docusaurus 3.9.2 (#18506)
  website/integrations: add hoop.dev (#17868)
  web/flows: update default background image (#18540)
  endpoints: implement endpoint stage (#18468)
  website/integrations: add salesforce (#18516)
  ...
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