Open renovate[bot] opened 4 months ago
--- kubernetes/apps/security/authentik/app Kustomization: flux-system/authentik HelmRelease: security/authentik
+++ kubernetes/apps/security/authentik/app Kustomization: flux-system/authentik HelmRelease: security/authentik
@@ -14,13 +14,13 @@
chart: authentik
interval: 5m
sourceRef:
kind: HelmRepository
name: authentik-charts
namespace: flux-system
- version: 2024.6.4
+ version: 2024.10.4
interval: 30m
values:
authentik:
email:
port: 465
use_ssl: true
--- HelmRelease: security/authentik Deployment: security/authentik-server
+++ HelmRelease: security/authentik Deployment: security/authentik-server
@@ -26,25 +26,25 @@
app.kubernetes.io/name: authentik
app.kubernetes.io/instance: authentik
app.kubernetes.io/component: server
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: authentik
annotations:
- checksum/secret: fe2efcf7f7084c7fcba9477d94f5c0456487c847acf4d7040a1e926796ad4c46
+ checksum/secret: 2d6f41786d06ea0276c176cf77dcef6320b1a30f8bd38d9bc03ff2fb66cd473d
secret.reloader.stakater.com/reload: authentik-secret
spec:
terminationGracePeriodSeconds: 30
initContainers:
- envFrom:
- secretRef:
name: authentik-secret
image: ghcr.io/onedr0p/postgres-init:16
name: init-db
containers:
- name: server
- image: ghcr.io/goauthentik/server:2024.6.4
+ image: ghcr.io/goauthentik/server:2024.10.4
imagePullPolicy: IfNotPresent
args:
- server
env:
- name: AUTHENTIK_LISTEN__HTTP
value: 0.0.0.0:9000
--- HelmRelease: security/authentik Deployment: security/authentik-worker
+++ HelmRelease: security/authentik Deployment: security/authentik-worker
@@ -26,20 +26,20 @@
app.kubernetes.io/name: authentik
app.kubernetes.io/instance: authentik
app.kubernetes.io/component: worker
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: authentik
annotations:
- checksum/secret: fe2efcf7f7084c7fcba9477d94f5c0456487c847acf4d7040a1e926796ad4c46
+ checksum/secret: 2d6f41786d06ea0276c176cf77dcef6320b1a30f8bd38d9bc03ff2fb66cd473d
secret.reloader.stakater.com/reload: authentik-secret
spec:
serviceAccountName: authentik
terminationGracePeriodSeconds: 30
containers:
- name: worker
- image: ghcr.io/goauthentik/server:2024.6.4
+ image: ghcr.io/goauthentik/server:2024.10.4
imagePullPolicy: IfNotPresent
args:
- worker
env: null
envFrom:
- secretRef:
--- HelmRelease: security/authentik PrometheusRule: security/authentik
+++ HelmRelease: security/authentik PrometheusRule: security/authentik
@@ -141,17 +141,18 @@
annotations:
summary: Pending database migrations
message: authentik instance {{ $labels.instance }} has pending database migrations
- alert: FailedSystemTasks
labels:
severity: critical
- expr: sum(increase(authentik_system_tasks{status="error"}[2h])) > 0
+ expr: sum(increase(authentik_system_tasks{status="error"}[2h])) by (task_name,
+ task_uid) > 0
for: 2h
annotations:
summary: Failed system tasks
- message: System task {{ $labels.task_name }} has failed
+ message: System task {{ $labels.task_name }}:{{ $labels.task_uid }} has failed
- alert: DisconnectedOutposts
labels:
severity: critical
expr: sum by (outpost) (max without (pid) (authentik_outposts_connected{uid!~"specific.*"})) <
1
for: 30m
This PR contains the following updates:
2024.4.2
->2024.10.2
2024.6.4
->2024.10.4
Release Notes
goauthentik/terraform-provider-authentik (authentik)
### [`v2024.10.2`](https://redirect.github.com/goauthentik/terraform-provider-authentik/releases/tag/v2024.10.2) [Compare Source](https://redirect.github.com/goauthentik/terraform-provider-authentik/compare/v2024.10.1...v2024.10.2) #### Changelog - [`1f79e9c`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/1f79e9cb4e3cc6e5e68b91271ffb15ef33b836c9): Bump codecov/codecov-action from 4 to 5 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`9f4d590`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/9f4d590cddace9ebdb6a211f7f2af78f248702fe): Bump codecov/codecov-action from 4 to 5 ([#591](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/591)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`65b49bc`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/65b49bc64d04fad985911e1d74a272f489138f48): add interactive flag for captcha stage ([@BeryJu](https://redirect.github.com/BeryJu)) - [`76e3a72`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/76e3a72904d1b85394413c673e0901a2af06da45): add interactive flag for captcha stage ([#592](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/592)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`95f44d9`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/95f44d9c1ded6d07c0fe394cb30de6f4f4afece4): Bump goauthentik.io/api/v3 from 3.2024102.2 to 3.2024102.3 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`56317b8`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/56317b843aa3cb6eb3588c1d6e2e3c51002d24f6): Bump goauthentik.io/api/v3 from 3.2024102.2 to 3.2024102.3 ([#593](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/593)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`de7cdb9`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/de7cdb901653e2f43c61dce47a0f164d3f42bc55): Bump goauthentik.io/api/v3 from 3.2024102.6 to 3.2024104.1 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`692f105`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/692f105da634d87489a1b8742e3a8c215c2adeea): Bump goauthentik.io/api/v3 from 3.2024102.6 to 3.2024104.1 ([#594](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/594)) ([@BeryJu](https://redirect.github.com/BeryJu)) ### [`v2024.10.1`](https://redirect.github.com/goauthentik/terraform-provider-authentik/releases/tag/v2024.10.1) [Compare Source](https://redirect.github.com/goauthentik/terraform-provider-authentik/compare/v2024.10.0...v2024.10.1) ##### Changelog - [`6846199`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/6846199114a1776ccbea0b3adfb830a7ada751fe): Bump goauthentik.io/api/v3 from 3.2024100.1 to 3.2024100.2 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`850fcaa`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/850fcaa49ecf71a420926bf5b781c7e3f0cd07b3): Bump goauthentik.io/api/v3 from 3.2024100.1 to 3.2024100.2 ([#585](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/585)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`54c6fc5`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/54c6fc51347f32198e053b86e8007732845d5239): resource_provider_radius: fix missing property mappings field ([@BeryJu](https://redirect.github.com/BeryJu)) - [`aa0a2b6`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/aa0a2b6147ec0ee70c4c0f7a5817dd429694528d): resource_provider_radius: fix missing property mappings field ([#587](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/587)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`4d3900c`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/4d3900c7b7f97d65d354dffc7a89237333f8f48a): Bump github.com/hashicorp/terraform-plugin-docs from 0.19.4 to 0.20.0 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`cee5fa3`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/cee5fa3e2d1b725c665d8c22a6c8cdbd5649a825): Bump github.com/hashicorp/terraform-plugin-docs from 0.19.4 to 0.20.0 ([#588](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/588)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`5b66a43`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/5b66a4367e6fa538bbd6147ffdfbe4319d9b45b2): Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`5aa50f2`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/5aa50f296e6f322159953d9501457036d4e1b4f3): Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 ([#589](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/589)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`65f32fc`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/65f32fcd64e68ecb9947940be24c3df8ff842b1b): ldap_source: fix missing SNI flag ([@BeryJu](https://redirect.github.com/BeryJu)) - [`f8d24b5`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/f8d24b54e2b9e3dbbcba6f6ec7739df02a62a5af): ldap_source: fix missing SNI flag ([#590](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/590)) ([@BeryJu](https://redirect.github.com/BeryJu)) ### [`v2024.10.0`](https://redirect.github.com/goauthentik/terraform-provider-authentik/releases/tag/v2024.10.0) [Compare Source](https://redirect.github.com/goauthentik/terraform-provider-authentik/compare/v2024.8.4...v2024.10.0) #### Changelog - [`c58fbf0`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/c58fbf04dfa6d4b47fefd26c66b38d3a316c7f26): Bump goauthentik.io/api/v3 from 3.2024082.1 to 3.2024083.1 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`c3940e9`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/c3940e9c5e86ac153a77255407b5b018f6903273): Bump goauthentik.io/api/v3 from 3.2024082.1 to 3.2024083.1 ([#570](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/570)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`6ddb8a5`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/6ddb8a56d0f8034c1651b5fd82f111143e782cf8): Bump goauthentik.io/api/v3 from 3.2024083.1 to 3.2024083.2 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`b72c5bd`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/b72c5bdfeea6ae85c1badbb3792454fd4e1843a4): Bump goauthentik.io/api/v3 from 3.2024083.1 to 3.2024083.2 ([#571](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/571)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`58e4f10`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/58e4f10906b749bd37853ce242537429aa6de5fb): Bump goauthentik.io/api/v3 from 3.2024083.2 to 3.2024083.4 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`f726ddc`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/f726ddc566655ea05ace68c4e26856216301ef98): Bump goauthentik.io/api/v3 from 3.2024083.2 to 3.2024083.4 ([#572](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/572)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`170db2c`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/170db2c158cf18fe00a0b0f3afc182974f7c6aea): Bump goauthentik.io/api/v3 from 3.2024083.4 to 3.2024083.5 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`d5e6353`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/d5e6353dcd2e6c0d76510fb8e315851a91be203a): Bump goauthentik.io/api/v3 from 3.2024083.4 to 3.2024083.5 ([#573](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/573)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`5990ca7`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/5990ca7fb19db96e12a4990e3c014f59daa70ab1): Bump github.com/getsentry/sentry-go from 0.29.0 to 0.29.1 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`13890f0`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/13890f0080289a609eee50e22f1eef16faa7698e): Bump goauthentik.io/api/v3 from 3.2024083.5 to 3.2024083.8 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`949c009`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/949c009a2b2b00d079733772f36ec1fb132b6fac): Bump github.com/getsentry/sentry-go from 0.29.0 to 0.29.1 ([#574](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/574)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`1bb392d`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/1bb392de9d7cf39c3f3055371aa83991f507825f): add invalidation_flow ([@BeryJu](https://redirect.github.com/BeryJu)) - [`217db6e`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/217db6e7f994e592c818b73672666b9e673c966e): Bump goauthentik.io/api/v3 from 3.2024083.5 to 3.2024083.8 ([#575](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/575)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`b08775a`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/b08775a93cd69d5097457bcb744d87ac67baf337): Bump goauthentik.io/api/v3 from 3.2024083.8 to 3.2024083.12 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`e758dfd`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/e758dfd160d258965c1e8775fd34559a81057ab3): add oauth2\_provider encryption_key ([@BeryJu](https://redirect.github.com/BeryJu)) - [`d54a677`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/d54a6770b95f24d709d131154ca810def162da45): add authentik_stage_authenticator_endpoint_gdtc resource ([@BeryJu](https://redirect.github.com/BeryJu)) - [`0a4b138`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/0a4b1386c19b52ccb05ffe38f0683e2107f0cc7f): add group_matching_mode to all sources ([@BeryJu](https://redirect.github.com/BeryJu)) - [`acd56d0`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/acd56d040b5c195cbd5f5d84b0930c298124db69): add kerberos source ([@BeryJu](https://redirect.github.com/BeryJu)) - [`fe43df7`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/fe43df7629ee17449e4ca70f72dfc09a13484b54): add kerberos mappings ([@BeryJu](https://redirect.github.com/BeryJu)) - [`7883386`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/788338651a3d749cea4d46cbe23e182ef5e7e9a1): fix schema ([@BeryJu](https://redirect.github.com/BeryJu)) - [`a7a7220`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/a7a7220262d15e5019bd124d7701a4782ade0cf6): cleanup ([@BeryJu](https://redirect.github.com/BeryJu)) - [`e0d17db`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/e0d17db898afaa4acaab5492c551803ccfc044c2): Bump goauthentik.io/api/v3 from 3.2024083.8 to 3.2024083.12 ([#579](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/579)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`f3c6367`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/f3c63678c57ea5669cee3010f809fd2c1627527a): Bump goauthentik.io/api/v3 from 3.2024083.12 to 3.2024083.14 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`6f07d76`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/6f07d76611dcaf997a57fb1790dc2d690629b632): add captcha_stage to identification stage ([@BeryJu](https://redirect.github.com/BeryJu)) - [`74ed592`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/74ed592807729ceea0fd7e79afa8d3f1d6d56c1d): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.34.0 to 2.35.0 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`119dac5`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/119dac53b9925f5436745dfff2194e2b7a7153f0): Bump goauthentik.io/api/v3 from 3.2024083.12 to 3.2024083.14 ([#581](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/581)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`c0fd3af`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/c0fd3af64af071c9a9c41d1cad938dd91122d8bc): tidy ([@BeryJu](https://redirect.github.com/BeryJu)) - [`89bccec`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/89bccec0d635389ced0afe220cb0be144dcf00a0): Bump goauthentik.io/api/v3 from 3.2024083.14 to 3.2024100.1 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`09688a4`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/09688a4351411aa44187fc9f108f84e3424c2bbe): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.34.0 to 2.35.0 ([#583](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/583)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`bb5ebb9`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/bb5ebb997b71b08d8c10dbf4b94a1606cca5f053): Bump goauthentik.io/api/v3 from 3.2024083.14 to 3.2024100.1 ([#584](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/584)) ([@BeryJu](https://redirect.github.com/BeryJu)) ### [`v2024.8.4`](https://redirect.github.com/goauthentik/terraform-provider-authentik/releases/tag/v2024.8.4) [Compare Source](https://redirect.github.com/goauthentik/terraform-provider-authentik/compare/v2024.8.3...v2024.8.4) #### Changelog - [`492fcaa`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/492fcaa975e5d7e0ae282b57757b21e306a03b8a): try background fix ([@larsl-net](https://redirect.github.com/larsl-net)) - [`b338c17`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/b338c17d38f8a1f9104d7c7aa245584edac8e66c): Fix flow background update ([#482](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/482)) ([@larsl-net](https://redirect.github.com/larsl-net)) - [`bfe0c69`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/bfe0c694118159f97e05c6ed9d3fdf95f9f7464c): Bump goauthentik.io/api/v3 from 3.2024081.1 to 3.2024082.1 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`166e832`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/166e83297ec1b6f0f84c124bc04da5ed65a24700): Bump goauthentik.io/api/v3 from 3.2024081.1 to 3.2024082.1 ([#567](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/567)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`c05b1f6`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/c05b1f64776db832635b5e867056dd72bedac876): fix bug in include_users not correctly setting bool ([@ryanpesek](https://redirect.github.com/ryanpesek)) - [`d161223`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/d161223fcd1c513347087fabb5a553ddcbb3217f): add tests for include_users ([@ryanpesek](https://redirect.github.com/ryanpesek)) - [`f659112`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/f659112cf874fc657af30ffa6cc17b30715a9c09): don't hardcode special case for `include_users` ([@BeryJu](https://redirect.github.com/BeryJu)) - [`5ba2f9e`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/5ba2f9effcf349126952d6def853aaeca7976636): Fix include_users in authentik_group and authentik_groups data sources ([#569](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/569)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`8072b60`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/8072b60f1cb7df70884b0e8985ee06e69ca66162): Fix flow background update ([#566](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/566)) ([@BeryJu](https://redirect.github.com/BeryJu)) ### [`v2024.8.3`](https://redirect.github.com/goauthentik/terraform-provider-authentik/releases/tag/v2024.8.3) [Compare Source](https://redirect.github.com/goauthentik/terraform-provider-authentik/compare/v2024.8.2...v2024.8.3) #### Changelog - [`a655f03`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/a655f032c12bda9ad3a2c36b714f747cebde8e13): Bump goauthentik.io/api/v3 from 3.2024080.1 to 3.2024081.1 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`1a304cb`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/1a304cb629935baa764851c77f23a33d1a07dbee): Bump goauthentik.io/api/v3 from 3.2024080.1 to 3.2024081.1 ([#563](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/563)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`d775b98`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/d775b98619424b3f4e172ccc0659de073d8e458d): Bump github.com/getsentry/sentry-go from 0.28.1 to 0.29.0 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`2cd6d46`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/2cd6d4635ec71ccc3ed5f9e890b9fec81602da8d): Bump github.com/getsentry/sentry-go from 0.28.1 to 0.29.0 ([#564](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/564)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`7832c64`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/7832c643d595925f250ea83016d1d491920f4833): fix rbac for global permissions ([@BeryJu](https://redirect.github.com/BeryJu)) - [`ec55b30`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/ec55b3090f740cdb17d28f5b8a96dfb195d43f92): fix test reports ([@BeryJu](https://redirect.github.com/BeryJu)) - [`1ec31e9`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/1ec31e9f5da468d2ec0e4d3b9201a509b530062e): fix rbac for global permissions ([#565](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/565)) ([@BeryJu](https://redirect.github.com/BeryJu)) ### [`v2024.8.2`](https://redirect.github.com/goauthentik/terraform-provider-authentik/releases/tag/v2024.8.2) [Compare Source](https://redirect.github.com/goauthentik/terraform-provider-authentik/compare/v2024.8.1...v2024.8.2) #### Changelog - [`ae9ad7c`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/ae9ad7ce0ef2dfe954124f7f354149e5693ab08d): add SAML Provider signing and encryption settings ([@BeryJu](https://redirect.github.com/BeryJu)) - [`197968f`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/197968f11eff257f2946706e59c7c7532131e08c): add Encryption settings to SAML Source ([@BeryJu](https://redirect.github.com/BeryJu)) - [`4b27818`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/4b27818b21d7f03e00dc0328e633a4fca7cc94ef): fix schema ([@BeryJu](https://redirect.github.com/BeryJu)) - [`6007dac`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/6007dac49a51ae99af876fd222cbc12ba7b52b0f): Add some missing things ([#562](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/562)) ([@BeryJu](https://redirect.github.com/BeryJu)) ### [`v2024.8.1`](https://redirect.github.com/goauthentik/terraform-provider-authentik/releases/tag/v2024.8.1) [Compare Source](https://redirect.github.com/goauthentik/terraform-provider-authentik/compare/v2024.8.0...v2024.8.1) #### Changelog - [`1bf8ba9`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/1bf8ba9232d501fd364ac30a0b282e2dea982bc9): re-add old resource names as deprecated ([@BeryJu](https://redirect.github.com/BeryJu)) - [`e8a3b5e`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/e8a3b5ed58bf573a968845c5f78e390995ee710c): re-add old resource names as deprecated ([#561](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/561)) ([@BeryJu](https://redirect.github.com/BeryJu)) ### [`v2024.8.0`](https://redirect.github.com/goauthentik/terraform-provider-authentik/releases/tag/v2024.8.0) [Compare Source](https://redirect.github.com/goauthentik/terraform-provider-authentik/compare/v2024.6.1...v2024.8.0) #### Changelog - [`cddfc15`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/cddfc15aa04f15277a0e832ef0b950d7bae9ecba): Bump goauthentik.io/api/v3 from 3.2024061.3 to 3.2024061.4 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`e512b1a`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/e512b1af6771eea8f0cdb779fe5e9e31b892ddd1): remove object field ([@BeryJu](https://redirect.github.com/BeryJu)) - [`245d4f5`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/245d4f5730e3d8bb310a57d7ec4a42fba44e80e0): update property mappings ([@BeryJu](https://redirect.github.com/BeryJu)) - [`6546261`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/654626153ee5e296e54467218083b9807da4cc23): remove object_field ([@BeryJu](https://redirect.github.com/BeryJu)) - [`5074e91`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/5074e910540a4f05b769d7b4e8c21befbcac11d6): Bump goauthentik.io/api/v3 from 3.2024061.3 to 3.2024061.4 ([#532](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/532)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`f16d6ac`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/f16d6ac2cd3cb9a89e6b64ffa85a81e1747afe14): Bump goauthentik.io/api/v3 from 3.2024061.4 to 3.2024061.5 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`da25173`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/da25173dc688167e0e1982cab9a3b0afd82a0b97): add brand's default_application ([@BeryJu](https://redirect.github.com/BeryJu)) - [`fa1fa59`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/fa1fa590d01198fa3babece9c063bfa1b23d9238): Bump goauthentik.io/api/v3 from 3.2024061.4 to 3.2024061.5 ([#533](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/533)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`cada492`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/cada49251aef9c0df1c4ba2f488aeda8bc73d93b): Bump goauthentik.io/api/v3 from 3.2024061.5 to 3.2024061.8 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`0c94c47`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/0c94c473a628a40586ab4609c7da87175a45c65f): update ldap source property mapping api calls ([@BeryJu](https://redirect.github.com/BeryJu)) - [`1ab57ee`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/1ab57eed6bb88b9195bb3fa6a86e18ca31b856bd): add radius property mappings ([@BeryJu](https://redirect.github.com/BeryJu)) - [`beeab9b`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/beeab9be3e38797bb330e6b02cbcac647051dfd1): Bump goauthentik.io/api/v3 from 3.2024061.5 to 3.2024061.8 ([#534](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/534)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`98f8c65`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/98f8c6599be72279875c1ae42c1a3497a9c9bda7): add rbac role ([@BeryJu](https://redirect.github.com/BeryJu)) - [`c698125`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/c6981258ceed393c86c0335aedce8b2e27ef1312): add object permissions ([@BeryJu](https://redirect.github.com/BeryJu)) - [`3b5e9fa`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/3b5e9fa422bcf84521c9098e1b3bf1521fc7eb89): add RBAC examples ([@BeryJu](https://redirect.github.com/BeryJu)) - [`18d45e8`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/18d45e8e61792e9d9eace811ac6fb826d46b88b6): add SCIM Source property mapping ([@BeryJu](https://redirect.github.com/BeryJu)) - [`d7d7847`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/d7d78472a3451e126904645987eaf8a136c23927): rename scim provider property mapping to match ([@BeryJu](https://redirect.github.com/BeryJu)) - [`b862529`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/b8625292e04789a76cea525f049cc238bee97a8c): bump setup action ([@BeryJu](https://redirect.github.com/BeryJu)) - [`594cbe3`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/594cbe32b447e6c598d70df32dd86f11a4421cd5): RBAC support ([#539](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/539)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`3613aa8`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/3613aa85a7b53a59a9bbb7e0cbc7022d4baaf5a0): Bump goauthentik.io/api/v3 from 3.2024062.2 to 3.2024063.1 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`b19d227`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/b19d227e3340ba470215ff60e0e02b9d702f263a): Bump goauthentik.io/api/v3 from 3.2024062.2 to 3.2024063.1 ([#541](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/541)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`46b49c6`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/46b49c6de071dec41bc844e2c0559504f1813683): rename property mappings ([@rissson](https://redirect.github.com/rissson)) - [`1927d8b`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/1927d8b3e1a90d99639294e7984fe2997bb4e0c0): more rename ([@rissson](https://redirect.github.com/rissson)) - [`938b575`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/938b57536e09317827745308d3004ae003d1f62e): docs generate ([@rissson](https://redirect.github.com/rissson)) - [`fe927fa`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/fe927fa71ebc2fefe36de2af9a0daa853b052a8d): Bump goauthentik.io/api/v3 from 3.2024063.1 to 3.2024063.8 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`b671fc7`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/b671fc778d23d8986bc87df129bbc18edd05614e): add oauth source pm ([@rissson](https://redirect.github.com/rissson)) - [`436fd74`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/436fd748e347488caf8b54576a72a066e3af00ae): Bump oauthentik.io/api/v3 from 3.2024063.8 to 3.2024063.9 ([@rissson](https://redirect.github.com/rissson)) - [`f3d9eee`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/f3d9eeea5c1c516e6907ee6f1a703937d04c25e8): update api endpoints ([@rissson](https://redirect.github.com/rissson)) - [`b454204`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/b45420428603f7a79e3616ea718bd61e08e9d88f): fix tests ([@rissson](https://redirect.github.com/rissson)) - [`db8828f`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/db8828ff613f632f8f560269e47ce7cdfee0f98b): add plex and saml source pm ([@rissson](https://redirect.github.com/rissson)) - [`19e6a19`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/19e6a197ec9946175944de99cd8ceb94e5dde850): Add source property mappings, rename provider ones ([#547](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/547)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`44042b4`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/44042b41b8cb27142cb15b119c76c828ab3ea97c): make enrollment flow optional for source ([@BeryJu](https://redirect.github.com/BeryJu)) - [`ecb2895`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/ecb28950b691ed137a368abdd8345012ca9a2a2b): also change authentication flow ([@BeryJu](https://redirect.github.com/BeryJu)) - [`b7b8661`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/b7b8661cbdf7acf7d1a02e7b5c7a097ab4b101d4): make enrollment flow optional for source ([#549](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/549)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`d7bfc38`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/d7bfc384d024784804397e3b5f8d5e3580282587): Bump goauthentik.io/api/v3 from 3.2024063.9 to 3.2024063.13 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`9a5f7bb`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/9a5f7bbff17529ca3041dd06ad802008df397422): Allow setting groups' roles ([@BeryJu](https://redirect.github.com/BeryJu)) - [`59c4e0a`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/59c4e0a2c5ad13cfdaa211a4fdd8c64bd3b30741): remove search group ([@BeryJu](https://redirect.github.com/BeryJu)) - [`364dbdc`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/364dbdcd69ad21af01e5c1dcb08cd60ab3b6ff68): add geoip ([@BeryJu](https://redirect.github.com/BeryJu)) - [`a8f1603`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/a8f1603598d8adc2632154f97ba73d398ab6896e): revert group refactor ([@BeryJu](https://redirect.github.com/BeryJu)) - [`db78c0a`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/db78c0a07e38c806ea10574cd56af5e93826cde2): add user_write stage user_type ([@BeryJu](https://redirect.github.com/BeryJu)) - [`ba98f96`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/ba98f9665319ad0fa32acb82034e9d14c7e111e3): Dependabot/go modules/goauthentik.io/api/v3 3.2024063.13 ([#558](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/558)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`127b310`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/127b3107f3e6af1dbcaebba3e82b912c49c27c3b): Bump goauthentik.io/api/v3 from 3.2024063.13 to 3.2024080.1 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`f9dbdb2`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/f9dbdb2042bd70c155d012fd9a52ed8ac9b9315e): Bump goauthentik.io/api/v3 from 3.2024063.13 to 3.2024080.1 ([#559](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/559)) ([@BeryJu](https://redirect.github.com/BeryJu)) ### [`v2024.6.1`](https://redirect.github.com/goauthentik/terraform-provider-authentik/releases/tag/v2024.6.1) [Compare Source](https://redirect.github.com/goauthentik/terraform-provider-authentik/compare/v2024.6.0...v2024.6.1) #### Changelog - [`6a6d6e1`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/6a6d6e1bd8eeaff3329957630c0c52f7d42fecf8): Bump goauthentik.io/api/v3 from 3.2024042.13 to 3.2024060.1 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`7e7544b`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/7e7544b69ab7b56e5688cf720f259a03fd988f6f): Bump goauthentik.io/api/v3 from 3.2024042.13 to 3.2024060.1 ([#523](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/523)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`0921bc7`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/0921bc7438468c41aa02666cde7095019015761d): Bump goauthentik.io/api/v3 from 3.2024060.1 to 3.2024060.2 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`336b607`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/336b60739b06728baee8dcf2801a7bc1689a6462): Bump goauthentik.io/api/v3 from 3.2024060.1 to 3.2024060.2 ([#524](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/524)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`baec1b3`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/baec1b3347f9c3ebee9073c1ddf66546ba01225f): Bump goauthentik.io/api/v3 from 3.2024060.2 to 3.2024060.3 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`adfb3f2`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/adfb3f2da08e53b4758fc994eb25cb4ac8571ffc): Bump goauthentik.io/api/v3 from 3.2024060.2 to 3.2024060.3 ([#526](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/526)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`57cf6f6`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/57cf6f6a1a602fdfd17e12cc7997ddb1443ad1ea): Bump goauthentik.io/api/v3 from 3.2024060.3 to 3.2024060.4 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`f92d1ce`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/f92d1ce94fe99331eaf518d595a0f2541161a0fa): Bump goauthentik.io/api/v3 from 3.2024060.3 to 3.2024060.4 ([#527](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/527)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`030585f`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/030585fe084fd578cf3b80df34943430987cabeb): Bump goauthentik.io/api/v3 from 3.2024060.4 to 3.2024060.6 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`ec84a5f`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/ec84a5fcca0893431eaac4a4e99a129e632a5ca1): Bump goauthentik.io/api/v3 from 3.2024060.4 to 3.2024060.6 ([#528](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/528)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`6136689`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/613668986b1c263e2bb53f397b9ac070f439457f): Bump goauthentik.io/api/v3 from 3.2024060.6 to 3.2024061.1 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`13a40ee`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/13a40ee06f4c6832533b25d69a8c8343afdd4895): Bump goauthentik.io/api/v3 from 3.2024060.6 to 3.2024061.1 ([#529](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/529)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`71c2d7a`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/71c2d7a12e1e9a33ae0005f9f7bc30abfa6cfac9): Bump goauthentik.io/api/v3 from 3.2024061.1 to 3.2024061.2 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`2d10100`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/2d10100bf97072f4b11fe15680e9b230333213bb): Bump goauthentik.io/api/v3 from 3.2024061.1 to 3.2024061.2 ([#530](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/530)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`6ea4b21`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/6ea4b217c01adf53ad4783f288ede10726f3964e): Bump goauthentik.io/api/v3 from 3.2024061.2 to 3.2024061.3 ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`2ee1d37`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/2ee1d378f409b3332a308b45b406ad4fa013a82d): add allow_show_password ([@BeryJu](https://redirect.github.com/BeryJu)) - [`5b6dd10`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/5b6dd101d0e9656ef5027c3149e243bb69c6dc7b): Bump goauthentik.io/api/v3 from 3.2024061.2 to 3.2024061.3 ([#531](https://redirect.github.com/goauthentik/terraform-provider-authentik/issues/531)) ([@BeryJu](https://redirect.github.com/BeryJu)) - [`5ffd41f`](https://redirect.github.com/goauthentik/terraform-provider-authentik/commit/5ffd41fdd7eff1a40a7b186fcced697e64dd1b4c): fix panic when adding enterprise license ([@BeryJu](https://redirect.github.com/BeryJu)) ### [`v2024.6.0`](https://redirect.github.com/goauthentik/terraform-provider-authentik/releases/tag/v2024.6.0) [Compare Source](https://redirect.github.com/goauthentik/terraform-provider-authentik/compare/v2024.4.2...v2024.6.0) #### What's Changed - Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.33.0 to 2.34.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/goauthentik/terraform-provider-authentik/pull/513](https://redirect.github.com/goauthentik/terraform-provider-authentik/pull/513) - Bump github.com/hashicorp/terraform-plugin-docs from 0.19.2 to 0.19.3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/goauthentik/terraform-provider-authentik/pull/516](https://redirect.github.com/goauthentik/terraform-provider-authentik/pull/516) - Bump github.com/getsentry/sentry-go from 0.27.0 to 0.28.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/goauthentik/terraform-provider-authentik/pull/515](https://redirect.github.com/goauthentik/terraform-provider-authentik/pull/515) - resource_token: fix expires property by [@rissson](https://redirect.github.com/rissson) in [https://github.com/goauthentik/terraform-provider-authentik/pull/517](https://redirect.github.com/goauthentik/terraform-provider-authentik/pull/517) - Bump github.com/hashicorp/terraform-plugin-docs from 0.19.3 to 0.19.4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/goauthentik/terraform-provider-authentik/pull/518](https://redirect.github.com/goauthentik/terraform-provider-authentik/pull/518) - Bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/goauthentik/terraform-provider-authentik/pull/519](https://redirect.github.com/goauthentik/terraform-provider-authentik/pull/519) - Bump github.com/getsentry/sentry-go from 0.28.0 to 0.28.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/goauthentik/terraform-provider-authentik/pull/520](https://redirect.github.com/goauthentik/terraform-provider-authentik/pull/520) - Bump goauthentik.io/api/v3 from 3.2024041.3 to 3.2024042.4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/goauthentik/terraform-provider-authentik/pull/508](https://redirect.github.com/goauthentik/terraform-provider-authentik/pull/508) - Bump goauthentik.io/api/v3 from 3.2024042.5 to 3.2024042.13 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/goauthentik/terraform-provider-authentik/pull/522](https://redirect.github.com/goauthentik/terraform-provider-authentik/pull/522) **Full Changelog**: https://github.com/goauthentik/terraform-provider-authentik/compare/v2024.4.2...v2024.6.0goauthentik/helm (authentik)
### [`v2024.10.4`](https://redirect.github.com/goauthentik/helm/releases/tag/authentik-2024.10.4) [Compare Source](https://redirect.github.com/goauthentik/helm/compare/authentik-2024.10.2...authentik-2024.10.4) authentik is an open-source Identity Provider focused on flexibility and versatility #### What's Changed - bump to 2024.10.3 by [@BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/goauthentik/helm/pull/302](https://redirect.github.com/goauthentik/helm/pull/302) **Full Changelog**: https://github.com/goauthentik/helm/compare/authentik-2024.10.2...authentik-2024.10.4 ### [`v2024.10.2`](https://redirect.github.com/goauthentik/helm/releases/tag/authentik-2024.10.2) [Compare Source](https://redirect.github.com/goauthentik/helm/compare/authentik-2024.10.1...authentik-2024.10.2) authentik is an open-source Identity Provider focused on flexibility and versatility #### What's Changed - fix failed system tasks alert rule by [@BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/goauthentik/helm/pull/299](https://redirect.github.com/goauthentik/helm/pull/299) - bump to 2024.10.2 by [@BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/goauthentik/helm/pull/300](https://redirect.github.com/goauthentik/helm/pull/300) **Full Changelog**: https://github.com/goauthentik/helm/compare/authentik-2024.10.1...authentik-2024.10.2 ### [`v2024.10.1`](https://redirect.github.com/goauthentik/helm/releases/tag/authentik-2024.10.1) [Compare Source](https://redirect.github.com/goauthentik/helm/compare/authentik-2024.10.0...authentik-2024.10.1) authentik is an open-source Identity Provider focused on flexibility and versatility #### What's Changed - bump to 2024.10.1 by [@gergosimonyi](https://redirect.github.com/gergosimonyi) in [https://github.com/goauthentik/helm/pull/298](https://redirect.github.com/goauthentik/helm/pull/298) **Full Changelog**: https://github.com/goauthentik/helm/compare/authentik-2024.10.0...authentik-2024.10.1 ### [`v2024.10.0`](https://redirect.github.com/goauthentik/helm/releases/tag/authentik-2024.10.0) [Compare Source](https://redirect.github.com/goauthentik/helm/compare/authentik-2024.8.4...authentik-2024.10.0) authentik is an open-source Identity Provider focused on flexibility and versatility #### What's Changed - bump to 2024.10.0 by [@gergosimonyi](https://redirect.github.com/gergosimonyi) in [https://github.com/goauthentik/helm/pull/296](https://redirect.github.com/goauthentik/helm/pull/296) #### New Contributors - [@gergosimonyi](https://redirect.github.com/gergosimonyi) made their first contribution in [https://github.com/goauthentik/helm/pull/296](https://redirect.github.com/goauthentik/helm/pull/296) **Full Changelog**: https://github.com/goauthentik/helm/compare/authentik-2024.8.4...authentik-2024.10.0 ### [`v2024.8.4`](https://redirect.github.com/goauthentik/helm/releases/tag/authentik-2024.8.4) [Compare Source](https://redirect.github.com/goauthentik/helm/compare/authentik-2024.8.3...authentik-2024.8.4) authentik is an open-source Identity Provider focused on flexibility and versatility #### What's Changed - bump to 2024.8.4 by [@BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/goauthentik/helm/pull/295](https://redirect.github.com/goauthentik/helm/pull/295) **Full Changelog**: https://github.com/goauthentik/helm/compare/authentik-2024.8.3...authentik-2024.8.4 ### [`v2024.8.3`](https://redirect.github.com/goauthentik/helm/releases/tag/authentik-2024.8.3) [Compare Source](https://redirect.github.com/goauthentik/helm/compare/authentik-2024.8.2...authentik-2024.8.3) authentik is an open-source Identity Provider focused on flexibility and versatility #### What's Changed - authentik: fix numbers parsing in env variables by [@Lite5h4dow](https://redirect.github.com/Lite5h4dow) in [https://github.com/goauthentik/helm/pull/287](https://redirect.github.com/goauthentik/helm/pull/287) - bump to 2024.8.3 by [@BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/goauthentik/helm/pull/290](https://redirect.github.com/goauthentik/helm/pull/290) #### New Contributors - [@Lite5h4dow](https://redirect.github.com/Lite5h4dow) made their first contribution in [https://github.com/goauthentik/helm/pull/287](https://redirect.github.com/goauthentik/helm/pull/287) **Full Changelog**: https://github.com/goauthentik/helm/compare/authentik-2024.8.2...authentik-2024.8.3 ### [`v2024.8.2`](https://redirect.github.com/goauthentik/helm/releases/tag/authentik-2024.8.2) [Compare Source](https://redirect.github.com/goauthentik/helm/compare/authentik-2024.8.1...authentik-2024.8.2) authentik is an open-source Identity Provider focused on flexibility and versatility #### What's Changed - bump to 2024.8.2 by [@BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/goauthentik/helm/pull/285](https://redirect.github.com/goauthentik/helm/pull/285) **Full Changelog**: https://github.com/goauthentik/helm/compare/authentik-2024.8.1...authentik-2024.8.2 ### [`v2024.8.1`](https://redirect.github.com/goauthentik/helm/releases/tag/authentik-2024.8.1) [Compare Source](https://redirect.github.com/goauthentik/helm/compare/authentik-2024.8.0...authentik-2024.8.1) authentik is an open-source Identity Provider focused on flexibility and versatility #### What's Changed - bump to 2024.8.1 by [@BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/goauthentik/helm/pull/284](https://redirect.github.com/goauthentik/helm/pull/284) **Full Changelog**: https://github.com/goauthentik/helm/compare/authentik-2024.8.0...authentik-2024.8.1 ### [`v2024.8.0`](https://redirect.github.com/goauthentik/helm/releases/tag/authentik-2024.8.0) [Compare Source](https://redirect.github.com/goauthentik/helm/compare/authentik-2024.6.4...authentik-2024.8.0) authentik is an open-source Identity Provider focused on flexibility and versatility #### What's Changed - bump to 2024.8 by [@BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/goauthentik/helm/pull/283](https://redirect.github.com/goauthentik/helm/pull/283) **Full Changelog**: https://github.com/goauthentik/helm/compare/authentik-2024.6.4...authentik-2024.8.0Configuration
📅 Schedule: Branch creation - "on saturday" in timezone Asia/Kuala_Lumpur, 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.