goauthentik / terraform-provider-authentik

Manage https://goauthentik.io with terraform.
https://registry.terraform.io/providers/goauthentik/authentik/latest/docs
GNU General Public License v3.0
58 stars 16 forks source link

Bump goauthentik.io/api/v3 from 3.2024022.7 to 3.2024022.8 #491

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps goauthentik.io/api/v3 from 3.2024022.7 to 3.2024022.8.

Release notes

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

v3.2024022.8: Update API Client

What's New


GET /stages/authenticator/webauthn_device_types/
GET /stages/authenticator/webauthn_device_types/{aaguid}/

What's Changed


GET /admin/settings/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property default_token_duration (string)

      Default token duration

    • Added property default_token_length (integer)

      Default token length

PUT /admin/settings/
Request:

Changed content type : application/json

  • Added property default_token_duration (string)

    Default token duration

  • Added property default_token_length (integer)

    Default token length

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property default_token_duration (string)

      Default token duration

    • Added property default_token_length (integer)

      Default token length

PATCH /admin/settings/

... (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 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)
codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 73.91304% with 18 lines in your changes are missing coverage. Please review.

Project coverage is 85.28%. Comparing base (b7fbd3e) to head (1d1d0b7).

Files Patch % Lines
...ernal/provider/data_source_webauthn_device_type.go 48.38% 16 Missing :warning:
internal/provider/data_source_brand.go 66.66% 1 Missing :warning:
internal/provider/resource_token.go 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #491 +/- ## ========================================== - Coverage 85.38% 85.28% -0.11% ========================================== Files 80 81 +1 Lines 7864 7915 +51 ========================================== + Hits 6715 6750 +35 - Misses 747 763 +16 Partials 402 402 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dependabot[bot] commented 2 months ago

A newer version of goauthentik.io/api/v3 exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.