chore(renovate): Update module goauthentik.io/api/v3 to v3.2025064.2 #45

Merged
snoweuph merged 1 commit from renovate/goauthentik.io-api-v3-3.x into trunk 2025-09-01 20:34:28 +00:00
Member

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
goauthentik.io/api/v3 v3.2025063.3 -> v3.2025064.2 age adoption passing confidence

Release Notes

goauthentik/client-go (goauthentik.io/api/v3)

v3.2025064.2

Compare Source

Update API Client

What's New

GET /tasks/schedules/
GET /tasks/schedules/{id}/
PUT /tasks/schedules/{id}/
PATCH /tasks/schedules/{id}/
POST /tasks/schedules/{id}/send/
GET /tasks/tasks/
GET /tasks/tasks/{message_id}/
POST /tasks/tasks/{message_id}/retry/
GET /tasks/workers
What's Deleted

GET /admin/workers/
GET /events/system_tasks/
GET /events/system_tasks/{uuid}/
POST /events/system_tasks/{uuid}/run/
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 values:

      • authentik.tasks
      • authentik.tasks.schedules
    • 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.

      Added enum value:

      • authentik_tasks_schedules.schedule
PUT /policies/event_matcher/{policy_uuid}/
Request:

Changed content type : application/json

  • Changed property app (string)

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

    Added enum values:

    • authentik.tasks
    • authentik.tasks.schedules
  • 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.

    Added enum value:

    • authentik_tasks_schedules.schedule
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 values:

      • authentik.tasks
      • authentik.tasks.schedules
    • 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.

      Added enum value:

      • authentik_tasks_schedules.schedule
PATCH /policies/event_matcher/{policy_uuid}/
Request:

Changed content type : application/json

  • Changed property app (string)

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

    Added enum values:

    • authentik.tasks
    • authentik.tasks.schedules
  • 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.

    Added enum value:

    • authentik_tasks_schedules.schedule
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 values:

      • authentik.tasks
      • authentik.tasks.schedules
    • 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.

      Added enum value:

      • authentik_tasks_schedules.schedule
GET /providers/google_workspace/{id}/sync/status/
Return Type:

Deleted response : 404 Not Found

Task not found

Changed response : 200 OK

  • Changed content type : application/json

    New optional properties:

    • tasks
    • Added property last_successful_sync (string)

    • Added property last_sync_status (string)

      Enum values:

      • queued
      • consumed
      • rejected
      • done
      • info
      • warning
      • error
    • Deleted property tasks (array)

    • Changed property is_running (boolean)

GET /providers/microsoft_entra/{id}/sync/status/
Return Type:

Deleted response : 404 Not Found

Task not found

Changed response : 200 OK

  • Changed content type : application/json

    New optional properties:

    • tasks
    • Added property last_successful_sync (string)

    • Added property last_sync_status (string)

    • Deleted property tasks (array)

    • Changed property is_running (boolean)

GET /providers/scim/{id}/sync/status/
Return Type:

Deleted response : 404 Not Found

Task not found

Changed response : 200 OK

  • Changed content type : application/json

    New optional properties:

    • tasks
    • Added property last_successful_sync (string)

    • Added property last_sync_status (string)

    • Deleted property tasks (array)

    • Changed property is_running (boolean)

GET /sources/kerberos/{slug}/sync/status/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New optional properties:

    • tasks
    • Added property last_successful_sync (string)

    • Added property last_sync_status (string)

    • Deleted property tasks (array)

    • Changed property is_running (boolean)

GET /sources/ldap/{slug}/sync/status/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New optional properties:

    • tasks
    • Added property last_successful_sync (string)

    • Added property last_sync_status (string)

    • Deleted property tasks (array)

    • Changed property is_running (boolean)

POST /policies/event_matcher/
Request:

Changed content type : application/json

  • Changed property app (string)

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

    Added enum values:

    • authentik.tasks
    • authentik.tasks.schedules
  • 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.

    Added enum value:

    • authentik_tasks_schedules.schedule
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property app (string)

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

      Added enum values:

      • authentik.tasks
      • authentik.tasks.schedules
    • 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.

      Added enum value:

      • authentik_tasks_schedules.schedule
GET /policies/event_matcher/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > Event Matcher Policy Serializer

      • Changed property app (string)

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

        Added enum values:

        • authentik.tasks
        • authentik.tasks.schedules
      • 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.

        Added enum value:

        • authentik_tasks_schedules.schedule
GET /policies/geoip/{policy_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property countries (array)
PUT /policies/geoip/{policy_uuid}/
Request:

Changed content type : application/json

  • Changed property countries (array)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property countries (array)
PATCH /policies/geoip/{policy_uuid}/
Request:

Changed content type : application/json

  • Changed property countries (array)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property countries (array)
POST /rbac/permissions/assigned_by_roles/{uuid}/assign/
Request:

Changed content type : application/json

  • Changed property model (string)

    Added enum value:

    • authentik_tasks_schedules.schedule
PATCH /rbac/permissions/assigned_by_roles/{uuid}/unassign/
Request:

Changed content type : application/json

  • Changed property model (string)

    Added enum value:

    • authentik_tasks_schedules.schedule
POST /rbac/permissions/assigned_by_users/{id}/assign/
Request:

Changed content type : application/json

  • Changed property model (string)

    Added enum value:

    • authentik_tasks_schedules.schedule
PATCH /rbac/permissions/assigned_by_users/{id}/unassign/
Request:

Changed content type : application/json

  • Changed property model (string)

    Added enum value:

    • authentik_tasks_schedules.schedule
POST /policies/geoip/
Request:

Changed content type : application/json

  • Changed property countries (array)
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property countries (array)
GET /policies/geoip/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > GeoIP Policy Serializer

      • Changed property countries (array)
GET /rbac/permissions/assigned_by_roles/
Parameters:

Changed: model in query

GET /rbac/permissions/assigned_by_users/
Parameters:

Changed: model in query

v3.2025064.1

Compare Source

Update API Client

What's Changed

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

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property countries (array)
PUT /policies/geoip/{policy_uuid}/
Request:

Changed content type : application/json

  • Changed property countries (array)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property countries (array)
PATCH /policies/geoip/{policy_uuid}/
Request:

Changed content type : application/json

  • Changed property countries (array)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property countries (array)
POST /policies/geoip/
Request:

Changed content type : application/json

  • Changed property countries (array)
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property countries (array)
GET /policies/geoip/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > GeoIP Policy Serializer

      • Changed property countries (array)

v3.2025063.6

Compare Source

Update API Client

What's Changed

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

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property countries (array)
PUT /policies/geoip/{policy_uuid}/
Request:

Changed content type : application/json

  • Changed property countries (array)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property countries (array)
PATCH /policies/geoip/{policy_uuid}/
Request:

Changed content type : application/json

  • Changed property countries (array)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property countries (array)
POST /policies/geoip/
Request:

Changed content type : application/json

  • Changed property countries (array)
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property countries (array)
GET /policies/geoip/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > GeoIP Policy Serializer

      • Changed property countries (array)

v3.2025063.5

Compare Source

Update API Client

What's Changed

GET /sources/scim_groups/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New optional properties:

    • id
PUT /sources/scim_groups/{id}/
Request:

Changed content type : application/json

New optional properties:

  • id
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New optional properties:

    • id
PATCH /sources/scim_groups/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New optional properties:

    • id
GET /sources/scim_users/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New optional properties:

    • id
PUT /sources/scim_users/{id}/
Request:

Changed content type : application/json

New optional properties:

  • id
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New optional properties:

    • id
PATCH /sources/scim_users/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New optional properties:

    • id
GET /policies/geoip/{policy_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property countries (array)
PUT /policies/geoip/{policy_uuid}/
Request:

Changed content type : application/json

  • Changed property countries (array)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property countries (array)
PATCH /policies/geoip/{policy_uuid}/
Request:

Changed content type : application/json

  • Changed property countries (array)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property countries (array)
GET /sources/oauth/{slug}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property provider_type (string)

      Added enum value:

      • entraid
PUT /sources/oauth/{slug}/
Request:

Changed content type : application/json

  • Changed property provider_type (string)

    Added enum value:

    • entraid
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property provider_type (string)

      Added enum value:

      • entraid
PATCH /sources/oauth/{slug}/
Request:

Changed content type : application/json

  • Changed property provider_type (string)

    Added enum value:

    • entraid
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property provider_type (string)

      Added enum value:

      • entraid
POST /sources/scim_groups/
Request:

Changed content type : application/json

New optional properties:

  • id
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    New optional properties:

    • id
GET /sources/scim_groups/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > SCIMSourceGroup Serializer

      New optional properties:

      • id
POST /sources/scim_users/
Request:

Changed content type : application/json

New optional properties:

  • id
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    New optional properties:

    • id
GET /sources/scim_users/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > SCIMSourceUser Serializer

      New optional properties:

      • id
POST /policies/geoip/
Request:

Changed content type : application/json

  • Changed property countries (array)
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property countries (array)
GET /policies/geoip/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > GeoIP Policy Serializer

      • Changed property countries (array)
POST /sources/oauth/
Request:

Changed content type : application/json

  • Changed property provider_type (string)

    Added enum value:

    • entraid
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property provider_type (string)

      Added enum value:

      • entraid
GET /sources/oauth/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > OAuth Source Serializer

      • Changed property provider_type (string)

        Added enum value:

        • entraid

v3.2025063.4

Compare Source

Update API Client

What's Changed

GET /sources/scim_groups/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New required properties:

    • external_id
    • Added property external_id (string)
PUT /sources/scim_groups/{id}/
Request:

Changed content type : application/json

New required properties:

  • external_id
  • Added property external_id (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New required properties:

    • external_id
    • Added property external_id (string)
PATCH /sources/scim_groups/{id}/
Request:

Changed content type : application/json

  • Added property external_id (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New required properties:

    • external_id
    • Added property external_id (string)
GET /sources/scim_users/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New required properties:

    • external_id
    • Added property external_id (string)
PUT /sources/scim_users/{id}/
Request:

Changed content type : application/json

New required properties:

  • external_id
  • Added property external_id (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New required properties:

    • external_id
    • Added property external_id (string)
PATCH /sources/scim_users/{id}/
Request:

Changed content type : application/json

  • Added property external_id (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New required properties:

    • external_id
    • Added property external_id (string)
GET /policies/geoip/{policy_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property countries (array)
PUT /policies/geoip/{policy_uuid}/
Request:

Changed content type : application/json

  • Changed property countries (array)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property countries (array)
PATCH /policies/geoip/{policy_uuid}/
Request:

Changed content type : application/json

  • Changed property countries (array)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property countries (array)
POST /sources/scim_groups/
Request:

Changed content type : application/json

New required properties:

  • external_id
  • Added property external_id (string)
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    New required properties:

    • external_id
    • Added property external_id (string)
GET /sources/scim_groups/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > SCIMSourceGroup Serializer

      New required properties:

      • external_id
      • Added property external_id (string)
POST /sources/scim_users/
Request:

Changed content type : application/json

New required properties:

  • external_id
  • Added property external_id (string)
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    New required properties:

    • external_id
    • Added property external_id (string)
GET /sources/scim_users/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > SCIMSourceUser Serializer

      New required properties:

      • external_id
      • Added property external_id (string)
POST /policies/geoip/
Request:

Changed content type : application/json

  • Changed property countries (array)
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property countries (array)
GET /policies/geoip/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > GeoIP Policy Serializer

      • Changed property countries (array)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [goauthentik.io/api/v3](https://github.com/goauthentik/client-go) | `v3.2025063.3` -> `v3.2025064.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/goauthentik.io%2fapi%2fv3/v3.2025064.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/goauthentik.io%2fapi%2fv3/v3.2025064.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/goauthentik.io%2fapi%2fv3/v3.2025063.3/v3.2025064.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/goauthentik.io%2fapi%2fv3/v3.2025063.3/v3.2025064.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>goauthentik/client-go (goauthentik.io/api/v3)</summary> ### [`v3.2025064.2`](https://github.com/goauthentik/client-go/releases/tag/v3.2025064.2) [Compare Source](https://github.com/goauthentik/client-go/compare/v3.2025064.1...v3.2025064.2) Update API Client ##### What's New *** ##### `GET` /tasks/schedules/ ##### `GET` /tasks/schedules/{id}/ ##### `PUT` /tasks/schedules/{id}/ ##### `PATCH` /tasks/schedules/{id}/ ##### `POST` /tasks/schedules/{id}/send/ ##### `GET` /tasks/tasks/ ##### `GET` /tasks/tasks/{message\_id}/ ##### `POST` /tasks/tasks/{message\_id}/retry/ ##### `GET` /tasks/workers ##### What's Deleted *** ##### `GET` /admin/workers/ ##### `GET` /events/system\_tasks/ ##### `GET` /events/system\_tasks/{uuid}/ ##### `POST` /events/system\_tasks/{uuid}/run/ ##### 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 values: - `authentik.tasks` - `authentik.tasks.schedules` - 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. Added enum value: - `authentik_tasks_schedules.schedule` ##### `PUT` /policies/event\_matcher/{policy\_uuid}/ ###### Request: Changed content type : `application/json` - Changed property `app` (string) > Match events created by selected application. When left empty, all applications are matched. Added enum values: - `authentik.tasks` - `authentik.tasks.schedules` - 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. Added enum value: - `authentik_tasks_schedules.schedule` ###### 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 values: - `authentik.tasks` - `authentik.tasks.schedules` - 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. Added enum value: - `authentik_tasks_schedules.schedule` ##### `PATCH` /policies/event\_matcher/{policy\_uuid}/ ###### Request: Changed content type : `application/json` - Changed property `app` (string) > Match events created by selected application. When left empty, all applications are matched. Added enum values: - `authentik.tasks` - `authentik.tasks.schedules` - 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. Added enum value: - `authentik_tasks_schedules.schedule` ###### 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 values: - `authentik.tasks` - `authentik.tasks.schedules` - 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. Added enum value: - `authentik_tasks_schedules.schedule` ##### `GET` /providers/google\_workspace/{id}/sync/status/ ###### Return Type: Deleted response : **404 Not Found** > Task not found Changed response : **200 OK** - Changed content type : `application/json` New optional properties: - `tasks` * Added property `last_successful_sync` (string) * Added property `last_sync_status` (string) Enum values: - `queued` - `consumed` - `rejected` - `done` - `info` - `warning` - `error` * Deleted property `tasks` (array) * Changed property `is_running` (boolean) ##### `GET` /providers/microsoft\_entra/{id}/sync/status/ ###### Return Type: Deleted response : **404 Not Found** > Task not found Changed response : **200 OK** - Changed content type : `application/json` New optional properties: - `tasks` * Added property `last_successful_sync` (string) * Added property `last_sync_status` (string) * Deleted property `tasks` (array) * Changed property `is_running` (boolean) ##### `GET` /providers/scim/{id}/sync/status/ ###### Return Type: Deleted response : **404 Not Found** > Task not found Changed response : **200 OK** - Changed content type : `application/json` New optional properties: - `tasks` * Added property `last_successful_sync` (string) * Added property `last_sync_status` (string) * Deleted property `tasks` (array) * Changed property `is_running` (boolean) ##### `GET` /sources/kerberos/{slug}/sync/status/ ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` New optional properties: - `tasks` * Added property `last_successful_sync` (string) * Added property `last_sync_status` (string) * Deleted property `tasks` (array) * Changed property `is_running` (boolean) ##### `GET` /sources/ldap/{slug}/sync/status/ ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` New optional properties: - `tasks` * Added property `last_successful_sync` (string) * Added property `last_sync_status` (string) * Deleted property `tasks` (array) * Changed property `is_running` (boolean) ##### `POST` /policies/event\_matcher/ ###### Request: Changed content type : `application/json` - Changed property `app` (string) > Match events created by selected application. When left empty, all applications are matched. Added enum values: - `authentik.tasks` - `authentik.tasks.schedules` - 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. Added enum value: - `authentik_tasks_schedules.schedule` ###### Return Type: Changed response : **201 Created** - Changed content type : `application/json` - Changed property `app` (string) > Match events created by selected application. When left empty, all applications are matched. Added enum values: - `authentik.tasks` - `authentik.tasks.schedules` - 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. Added enum value: - `authentik_tasks_schedules.schedule` ##### `GET` /policies/event\_matcher/ ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `results` (array) Changed items (object): \> Event Matcher Policy Serializer - Changed property `app` (string) > Match events created by selected application. When left empty, all applications are matched. Added enum values: - `authentik.tasks` - `authentik.tasks.schedules` - 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. Added enum value: - `authentik_tasks_schedules.schedule` ##### `GET` /policies/geoip/{policy\_uuid}/ ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `countries` (array) ##### `PUT` /policies/geoip/{policy\_uuid}/ ###### Request: Changed content type : `application/json` - Changed property `countries` (array) ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `countries` (array) ##### `PATCH` /policies/geoip/{policy\_uuid}/ ###### Request: Changed content type : `application/json` - Changed property `countries` (array) ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `countries` (array) ##### `POST` /rbac/permissions/assigned\_by\_roles/{uuid}/assign/ ###### Request: Changed content type : `application/json` - Changed property `model` (string) Added enum value: - `authentik_tasks_schedules.schedule` ##### `PATCH` /rbac/permissions/assigned\_by\_roles/{uuid}/unassign/ ###### Request: Changed content type : `application/json` - Changed property `model` (string) Added enum value: - `authentik_tasks_schedules.schedule` ##### `POST` /rbac/permissions/assigned\_by\_users/{id}/assign/ ###### Request: Changed content type : `application/json` - Changed property `model` (string) Added enum value: - `authentik_tasks_schedules.schedule` ##### `PATCH` /rbac/permissions/assigned\_by\_users/{id}/unassign/ ###### Request: Changed content type : `application/json` - Changed property `model` (string) Added enum value: - `authentik_tasks_schedules.schedule` ##### `POST` /policies/geoip/ ###### Request: Changed content type : `application/json` - Changed property `countries` (array) ###### Return Type: Changed response : **201 Created** - Changed content type : `application/json` - Changed property `countries` (array) ##### `GET` /policies/geoip/ ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `results` (array) Changed items (object): \> GeoIP Policy Serializer - Changed property `countries` (array) ##### `GET` /rbac/permissions/assigned\_by\_roles/ ###### Parameters: Changed: `model` in `query` ##### `GET` /rbac/permissions/assigned\_by\_users/ ###### Parameters: Changed: `model` in `query` ### [`v3.2025064.1`](https://github.com/goauthentik/client-go/releases/tag/v3.2025064.1) [Compare Source](https://github.com/goauthentik/client-go/compare/v3.2025063.6...v3.2025064.1) Update API Client ##### What's Changed *** ##### `GET` /policies/geoip/{policy\_uuid}/ ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `countries` (array) ##### `PUT` /policies/geoip/{policy\_uuid}/ ###### Request: Changed content type : `application/json` - Changed property `countries` (array) ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `countries` (array) ##### `PATCH` /policies/geoip/{policy\_uuid}/ ###### Request: Changed content type : `application/json` - Changed property `countries` (array) ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `countries` (array) ##### `POST` /policies/geoip/ ###### Request: Changed content type : `application/json` - Changed property `countries` (array) ###### Return Type: Changed response : **201 Created** - Changed content type : `application/json` - Changed property `countries` (array) ##### `GET` /policies/geoip/ ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `results` (array) Changed items (object): \> GeoIP Policy Serializer - Changed property `countries` (array) ### [`v3.2025063.6`](https://github.com/goauthentik/client-go/releases/tag/v3.2025063.6) [Compare Source](https://github.com/goauthentik/client-go/compare/v3.2025063.5...v3.2025063.6) Update API Client ##### What's Changed *** ##### `GET` /policies/geoip/{policy\_uuid}/ ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `countries` (array) ##### `PUT` /policies/geoip/{policy\_uuid}/ ###### Request: Changed content type : `application/json` - Changed property `countries` (array) ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `countries` (array) ##### `PATCH` /policies/geoip/{policy\_uuid}/ ###### Request: Changed content type : `application/json` - Changed property `countries` (array) ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `countries` (array) ##### `POST` /policies/geoip/ ###### Request: Changed content type : `application/json` - Changed property `countries` (array) ###### Return Type: Changed response : **201 Created** - Changed content type : `application/json` - Changed property `countries` (array) ##### `GET` /policies/geoip/ ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `results` (array) Changed items (object): \> GeoIP Policy Serializer - Changed property `countries` (array) ### [`v3.2025063.5`](https://github.com/goauthentik/client-go/releases/tag/v3.2025063.5) [Compare Source](https://github.com/goauthentik/client-go/compare/v3.2025063.4...v3.2025063.5) Update API Client ##### What's Changed *** ##### `GET` /sources/scim\_groups/{id}/ ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` New optional properties: - `id` ##### `PUT` /sources/scim\_groups/{id}/ ###### Request: Changed content type : `application/json` New optional properties: - `id` ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` New optional properties: - `id` ##### `PATCH` /sources/scim\_groups/{id}/ ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` New optional properties: - `id` ##### `GET` /sources/scim\_users/{id}/ ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` New optional properties: - `id` ##### `PUT` /sources/scim\_users/{id}/ ###### Request: Changed content type : `application/json` New optional properties: - `id` ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` New optional properties: - `id` ##### `PATCH` /sources/scim\_users/{id}/ ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` New optional properties: - `id` ##### `GET` /policies/geoip/{policy\_uuid}/ ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `countries` (array) ##### `PUT` /policies/geoip/{policy\_uuid}/ ###### Request: Changed content type : `application/json` - Changed property `countries` (array) ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `countries` (array) ##### `PATCH` /policies/geoip/{policy\_uuid}/ ###### Request: Changed content type : `application/json` - Changed property `countries` (array) ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `countries` (array) ##### `GET` /sources/oauth/{slug}/ ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `provider_type` (string) Added enum value: - `entraid` ##### `PUT` /sources/oauth/{slug}/ ###### Request: Changed content type : `application/json` - Changed property `provider_type` (string) Added enum value: - `entraid` ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `provider_type` (string) Added enum value: - `entraid` ##### `PATCH` /sources/oauth/{slug}/ ###### Request: Changed content type : `application/json` - Changed property `provider_type` (string) Added enum value: - `entraid` ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `provider_type` (string) Added enum value: - `entraid` ##### `POST` /sources/scim\_groups/ ###### Request: Changed content type : `application/json` New optional properties: - `id` ###### Return Type: Changed response : **201 Created** - Changed content type : `application/json` New optional properties: - `id` ##### `GET` /sources/scim\_groups/ ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `results` (array) Changed items (object): \> SCIMSourceGroup Serializer New optional properties: - `id` ##### `POST` /sources/scim\_users/ ###### Request: Changed content type : `application/json` New optional properties: - `id` ###### Return Type: Changed response : **201 Created** - Changed content type : `application/json` New optional properties: - `id` ##### `GET` /sources/scim\_users/ ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `results` (array) Changed items (object): \> SCIMSourceUser Serializer New optional properties: - `id` ##### `POST` /policies/geoip/ ###### Request: Changed content type : `application/json` - Changed property `countries` (array) ###### Return Type: Changed response : **201 Created** - Changed content type : `application/json` - Changed property `countries` (array) ##### `GET` /policies/geoip/ ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `results` (array) Changed items (object): \> GeoIP Policy Serializer - Changed property `countries` (array) ##### `POST` /sources/oauth/ ###### Request: Changed content type : `application/json` - Changed property `provider_type` (string) Added enum value: - `entraid` ###### Return Type: Changed response : **201 Created** - Changed content type : `application/json` - Changed property `provider_type` (string) Added enum value: - `entraid` ##### `GET` /sources/oauth/ ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `results` (array) Changed items (object): \> OAuth Source Serializer - Changed property `provider_type` (string) Added enum value: - `entraid` ### [`v3.2025063.4`](https://github.com/goauthentik/client-go/releases/tag/v3.2025063.4) [Compare Source](https://github.com/goauthentik/client-go/compare/v3.2025063.3...v3.2025063.4) Update API Client ##### What's Changed *** ##### `GET` /sources/scim\_groups/{id}/ ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` New required properties: - `external_id` * Added property `external_id` (string) ##### `PUT` /sources/scim\_groups/{id}/ ###### Request: Changed content type : `application/json` New required properties: - `external_id` * Added property `external_id` (string) ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` New required properties: - `external_id` * Added property `external_id` (string) ##### `PATCH` /sources/scim\_groups/{id}/ ###### Request: Changed content type : `application/json` - Added property `external_id` (string) ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` New required properties: - `external_id` * Added property `external_id` (string) ##### `GET` /sources/scim\_users/{id}/ ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` New required properties: - `external_id` * Added property `external_id` (string) ##### `PUT` /sources/scim\_users/{id}/ ###### Request: Changed content type : `application/json` New required properties: - `external_id` * Added property `external_id` (string) ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` New required properties: - `external_id` * Added property `external_id` (string) ##### `PATCH` /sources/scim\_users/{id}/ ###### Request: Changed content type : `application/json` - Added property `external_id` (string) ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` New required properties: - `external_id` * Added property `external_id` (string) ##### `GET` /policies/geoip/{policy\_uuid}/ ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `countries` (array) ##### `PUT` /policies/geoip/{policy\_uuid}/ ###### Request: Changed content type : `application/json` - Changed property `countries` (array) ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `countries` (array) ##### `PATCH` /policies/geoip/{policy\_uuid}/ ###### Request: Changed content type : `application/json` - Changed property `countries` (array) ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `countries` (array) ##### `POST` /sources/scim\_groups/ ###### Request: Changed content type : `application/json` New required properties: - `external_id` * Added property `external_id` (string) ###### Return Type: Changed response : **201 Created** - Changed content type : `application/json` New required properties: - `external_id` * Added property `external_id` (string) ##### `GET` /sources/scim\_groups/ ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `results` (array) Changed items (object): \> SCIMSourceGroup Serializer New required properties: - `external_id` * Added property `external_id` (string) ##### `POST` /sources/scim\_users/ ###### Request: Changed content type : `application/json` New required properties: - `external_id` * Added property `external_id` (string) ###### Return Type: Changed response : **201 Created** - Changed content type : `application/json` New required properties: - `external_id` * Added property `external_id` (string) ##### `GET` /sources/scim\_users/ ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `results` (array) Changed items (object): \> SCIMSourceUser Serializer New required properties: - `external_id` * Added property `external_id` (string) ##### `POST` /policies/geoip/ ###### Request: Changed content type : `application/json` - Changed property `countries` (array) ###### Return Type: Changed response : **201 Created** - Changed content type : `application/json` - Changed property `countries` (array) ##### `GET` /policies/geoip/ ###### Return Type: Changed response : **200 OK** - Changed content type : `application/json` - Changed property `results` (array) Changed items (object): \> GeoIP Policy Serializer - Changed property `countries` (array) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40MC4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDYuNSIsInRhcmdldEJyYW5jaCI6InRydW5rIiwibGFiZWxzIjpbXX0=-->
chore(renovate): Update module goauthentik.io/api/v3 to v3.2025063.4
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Quality Check / Go Linting (push) Successful in 15s
Quality Check / Go Linting (pull_request) Successful in 17s
Quality Check / Go Tests (push) Successful in 44s
Quality Check / Go Tests (pull_request) Successful in 43s
c3339c64d7
renovate changed title from chore(renovate): Update module goauthentik.io/api/v3 to v3.2025063.4 to chore(renovate): Update module goauthentik.io/api/v3 to v3.2025063.5 2025-07-21 14:20:34 +00:00
renovate force-pushed renovate/goauthentik.io-api-v3-3.x from c3339c64d7
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Quality Check / Go Linting (push) Successful in 15s
Quality Check / Go Linting (pull_request) Successful in 17s
Quality Check / Go Tests (push) Successful in 44s
Quality Check / Go Tests (pull_request) Successful in 43s
to fc32cd8f1c
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Quality Check / Go Linting (push) Successful in 15s
Quality Check / Go Tests (push) Successful in 46s
Quality Check / Go Tests (pull_request) Successful in 47s
Quality Check / Go Linting (pull_request) Successful in 14s
2025-07-21 14:20:34 +00:00
Compare
renovate force-pushed renovate/goauthentik.io-api-v3-3.x from fc32cd8f1c
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Quality Check / Go Linting (push) Successful in 15s
Quality Check / Go Tests (push) Successful in 46s
Quality Check / Go Tests (pull_request) Successful in 47s
Quality Check / Go Linting (pull_request) Successful in 14s
to 9e4dcb0464
Some checks failed
Quality Check / Go Linting (push) Has been cancelled
Quality Check / Go Tests (push) Has been cancelled
Quality Check / Go Linting (pull_request) Has been cancelled
Quality Check / Go Tests (pull_request) Has been cancelled
renovate/stability-days Updates have met minimum release age requirement
2025-07-25 18:52:39 +00:00
Compare
renovate changed title from chore(renovate): Update module goauthentik.io/api/v3 to v3.2025063.5 to chore(renovate): Update module goauthentik.io/api/v3 to v3.2025063.6 2025-07-25 18:52:41 +00:00
renovate force-pushed renovate/goauthentik.io-api-v3-3.x from 9e4dcb0464
Some checks failed
Quality Check / Go Linting (push) Has been cancelled
Quality Check / Go Tests (push) Has been cancelled
Quality Check / Go Linting (pull_request) Has been cancelled
Quality Check / Go Tests (pull_request) Has been cancelled
renovate/stability-days Updates have met minimum release age requirement
to a98ee79bf6
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
Quality Check / Go Linting (push) Has been cancelled
Quality Check / Go Tests (push) Has been cancelled
Quality Check / Go Linting (pull_request) Has been cancelled
Quality Check / Go Tests (pull_request) Has been cancelled
2025-07-29 14:36:41 +00:00
Compare
renovate changed title from chore(renovate): Update module goauthentik.io/api/v3 to v3.2025063.6 to chore(renovate): Update module goauthentik.io/api/v3 to v3.2025064.1 2025-07-29 14:36:43 +00:00
renovate force-pushed renovate/goauthentik.io-api-v3-3.x from a98ee79bf6
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
Quality Check / Go Linting (push) Has been cancelled
Quality Check / Go Tests (push) Has been cancelled
Quality Check / Go Linting (pull_request) Has been cancelled
Quality Check / Go Tests (pull_request) Has been cancelled
to 5f691a0e5b
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Quality Check / Go Linting (push) Successful in 58s
Quality Check / Go Linting (pull_request) Successful in 55s
Quality Check / Go Tests (push) Successful in 2m9s
Quality Check / Go Tests (pull_request) Successful in 2m9s
2025-08-04 15:58:10 +00:00
Compare
renovate changed title from chore(renovate): Update module goauthentik.io/api/v3 to v3.2025064.1 to chore(renovate): Update module goauthentik.io/api/v3 to v3.2025064.2 2025-08-04 15:58:11 +00:00
snoweuph deleted branch renovate/goauthentik.io-api-v3-3.x 2025-09-01 20:34:28 +00:00
Commenting is not possible because the repository is archived.
No description provided.