Closed renovate[bot] closed 7 months ago
--- 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: 3b129fdda50ca05c2f7ae44ffedf3fa6403759609d4ed952aa5952089a02cd4c
+ checksum/secret: e009d550658db386e249ed8314609efe030eb6d669fb7d19a6ded9398fa54f64
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.2.2
+ image: ghcr.io/goauthentik/server:2024.4.1
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,29 +26,59 @@
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: 3b129fdda50ca05c2f7ae44ffedf3fa6403759609d4ed952aa5952089a02cd4c
+ checksum/secret: e009d550658db386e249ed8314609efe030eb6d669fb7d19a6ded9398fa54f64
secret.reloader.stakater.com/reload: authentik-secret
spec:
serviceAccountName: authentik
terminationGracePeriodSeconds: 30
containers:
- name: worker
- image: ghcr.io/goauthentik/server:2024.2.2
+ image: ghcr.io/goauthentik/server:2024.4.1
imagePullPolicy: IfNotPresent
args:
- worker
env: null
envFrom:
- secretRef:
name: authentik
- secretRef:
name: authentik-secret
+ livenessProbe:
+ exec:
+ command:
+ - ak
+ - healthcheck
+ failureThreshold: 3
+ initialDelaySeconds: 5
+ periodSeconds: 10
+ successThreshold: 1
+ timeoutSeconds: 1
+ readinessProbe:
+ exec:
+ command:
+ - ak
+ - healthcheck
+ failureThreshold: 3
+ initialDelaySeconds: 5
+ periodSeconds: 10
+ successThreshold: 1
+ timeoutSeconds: 1
+ startupProbe:
+ exec:
+ command:
+ - ak
+ - healthcheck
+ failureThreshold: 60
+ initialDelaySeconds: 5
+ periodSeconds: 10
+ successThreshold: 1
+ timeoutSeconds: 1
resources:
limits:
memory: 1Gi
requests:
cpu: 50m
memory: 512Mi
--- 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.2.2
+ version: 2024.4.1
interval: 30m
values:
authentik:
email:
port: 465
use_ssl: true
This PR contains the following updates:
2024.2.0
->2024.4.0
2024.2.2
->2024.4.1
Release Notes
goauthentik/terraform-provider-authentik (authentik)
### [`v2024.4.0`](https://togithub.com/goauthentik/terraform-provider-authentik/releases/tag/v2024.4.0) [Compare Source](https://togithub.com/goauthentik/terraform-provider-authentik/compare/v2024.2.0...v2024.4.0) ##### Changelog - [`0d9824d`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/0d9824da9c2cdd2ef4b84075cafd4180e7f38a15): Bump goauthentik.io/api/v3 from 3.2023107.2 to 3.2024020.1 ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`901e755`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/901e755728d5647b2fbb78fcdec2039f5e3ce5f7): Bump goauthentik.io/api/v3 from 3.2023107.2 to 3.2024020.1 ([#474](https://togithub.com/goauthentik/terraform-provider-authentik/issues/474)) ([@BeryJu](https://togithub.com/BeryJu)) - [`e1af4ab`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/e1af4ab6452c03fd5be2dbba949d2db829033614): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.32.0 to 2.33.0 ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`0b0c2be`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/0b0c2beff6e9f0ff07e626b03bde20700b16e167): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.32.0 to 2.33.0 ([#476](https://togithub.com/goauthentik/terraform-provider-authentik/issues/476)) ([@BeryJu](https://togithub.com/BeryJu)) - [`e9f1c6b`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/e9f1c6b11f7066d0d669887d7bbfeabb7b04fd0f): Bump goauthentik.io/api/v3 from 3.2024020.1 to 3.2024021.2 ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`0296353`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/0296353688c4e96a016428f40b191781deb24d8d): Bump goauthentik.io/api/v3 from 3.2024020.1 to 3.2024021.2 ([#475](https://togithub.com/goauthentik/terraform-provider-authentik/issues/475)) ([@BeryJu](https://togithub.com/BeryJu)) - [`9fb3729`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/9fb3729816c47be8841f837191be2715f37f10c6): Bump goauthentik.io/api/v3 from 3.2024021.2 to 3.2024021.3 ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`da674be`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/da674be68d56d79be9a21d9caaafbf2cb30d40d8): Bump goauthentik.io/api/v3 from 3.2024021.2 to 3.2024021.3 ([#477](https://togithub.com/goauthentik/terraform-provider-authentik/issues/477)) ([@BeryJu](https://togithub.com/BeryJu)) - [`38a4f71`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/38a4f71f41012d67ed89c4a1f4a00514d5e36f88): Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`c8c9da1`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/c8c9da14432d4cdd985c89f4baf333e100345eb7): Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 ([#478](https://togithub.com/goauthentik/terraform-provider-authentik/issues/478)) ([@BeryJu](https://togithub.com/BeryJu)) - [`3492078`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/349207813f604fd93d461afebcbf88a6f3593e05): Bump github.com/go-openapi/runtime from 0.27.1 to 0.27.2 ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`6243b13`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/6243b138535aae7e0ea9adb4d9b8c710022a0254): Bump goauthentik.io/api/v3 from 3.2024021.3 to 3.2024022.1 ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`baa2899`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/baa2899c1b437f232e700b5db38c07bc99e2b7cc): Bump goauthentik.io/api/v3 from 3.2024021.3 to 3.2024022.1 ([#481](https://togithub.com/goauthentik/terraform-provider-authentik/issues/481)) ([@BeryJu](https://togithub.com/BeryJu)) - [`a49886b`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/a49886ba300eb1da2794a8f50eca5796fa2f4a4b): Bump github.com/go-openapi/runtime from 0.27.1 to 0.27.2 ([#480](https://togithub.com/goauthentik/terraform-provider-authentik/issues/480)) ([@BeryJu](https://togithub.com/BeryJu)) - [`9a0c90e`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/9a0c90e1e4aefae9cce168f310f37e5a9939e9eb): Bump github.com/go-openapi/runtime from 0.27.2 to 0.28.0 ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`2f4ce4c`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/2f4ce4c192fcef85dbdd76964bff7d661c702dfc): Bump github.com/go-openapi/runtime from 0.27.2 to 0.28.0 ([#483](https://togithub.com/goauthentik/terraform-provider-authentik/issues/483)) ([@BeryJu](https://togithub.com/BeryJu)) - [`205d14a`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/205d14a0a563024b658c87e2d64e25c8de37e17e): Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`431f196`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/431f1965165e137db13ca4ab6a21e4542b5adefe): Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 ([#484](https://togithub.com/goauthentik/terraform-provider-authentik/issues/484)) ([@BeryJu](https://togithub.com/BeryJu)) - [`b8c6d90`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/b8c6d9055d3242788b3f5e634a6a0e48b8b88dd3): Bump goauthentik.io/api/v3 from 3.2024022.1 to 3.2024022.2 ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`eb941fd`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/eb941fda619d09e74fb28e972c26e7cb1f9e6c4f): add source_stage ([@BeryJu](https://togithub.com/BeryJu)) - [`d7dbe50`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/d7dbe50b7d6fa056d666e9749d8e8a63c56cd978): Bump goauthentik.io/api/v3 from 3.2024022.1 to 3.2024022.2 ([#485](https://togithub.com/goauthentik/terraform-provider-authentik/issues/485)) ([@BeryJu](https://togithub.com/BeryJu)) - [`e5810a3`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/e5810a3907fd477a88fd038cdb3d65709c51fb5a): Bump goauthentik.io/api/v3 from 3.2024022.2 to 3.2024022.3 ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`721af76`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/721af7669cf663823040f95143994b80a7cee55d): Bump goauthentik.io/api/v3 from 3.2024022.2 to 3.2024022.3 ([#486](https://togithub.com/goauthentik/terraform-provider-authentik/issues/486)) ([@BeryJu](https://togithub.com/BeryJu)) - [`2e5d42b`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/2e5d42b710a7d8c4dd05619e364cbe07fd69eaea): update docs for authentik_token ([@ajauniskis](https://togithub.com/ajauniskis)) - [`51fc172`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/51fc1723952e24480a1dc55091a562f6be5a9497): Bump goauthentik.io/api/v3 from 3.2024022.3 to 3.2024022.5 ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`ed91104`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/ed91104b973d3e9d31a14b444e98a5b47a2dc213): make gen ([@BeryJu](https://togithub.com/BeryJu)) - [`de5888c`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/de5888c3472fb88e8c3cd153c8975daaf116e198): update docs for authentik_token ([#435](https://togithub.com/goauthentik/terraform-provider-authentik/issues/435)) ([@BeryJu](https://togithub.com/BeryJu)) - [`ceeae0c`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/ceeae0c5188738e56221c8198f824278fe5139ab): add support for password_login_update_internal_password ([@BeryJu](https://togithub.com/BeryJu)) - [`21826a6`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/21826a63667dc4ef0a8170df16d844b9b3cd8fae): Bump goauthentik.io/api/v3 from 3.2024022.3 to 3.2024022.5 ([#488](https://togithub.com/goauthentik/terraform-provider-authentik/issues/488)) ([@BeryJu](https://togithub.com/BeryJu)) - [`648363f`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/648363f5ebb9c421aa4b881bf035ff98b383c8a0): Bump goauthentik.io/api/v3 from 3.2024022.5 to 3.2024022.6 ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`d9ef711`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/d9ef711436bb6215a4ce0b19560d6f84ee1da084): Bump goauthentik.io/api/v3 from 3.2024022.5 to 3.2024022.6 ([#489](https://togithub.com/goauthentik/terraform-provider-authentik/issues/489)) ([@BeryJu](https://togithub.com/BeryJu)) - [`59f857b`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/59f857b2fa2dda42fbf38d8756aad19d2681d740): Bump goauthentik.io/api/v3 from 3.2024022.6 to 3.2024022.7 ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`af05e68`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/af05e68a39db06afd2682da049d32f289f7f6ceb): Bump goauthentik.io/api/v3 from 3.2024022.6 to 3.2024022.7 ([#490](https://togithub.com/goauthentik/terraform-provider-authentik/issues/490)) ([@BeryJu](https://togithub.com/BeryJu)) - [`b7fbd3e`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/b7fbd3e11955aab09a68456d5b3b4f4557b4a383): Add VS Code devcontainer. ([#487](https://togithub.com/goauthentik/terraform-provider-authentik/issues/487)) ([@Gunsmithy](https://togithub.com/Gunsmithy)) - [`73818ec`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/73818ecca40c90e23e1ac9d02cad45d2649f39f3): Bump goauthentik.io/api/v3 from 3.2024022.7 to 3.2024022.8 ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`fd98132`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/fd981327bda93fd8dc026682dc94a54285d82aa7): fix typo in authenticator webauthn stage ([@BeryJu](https://togithub.com/BeryJu)) - [`1d1d0b7`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/1d1d0b794a14efa3d5c9108926abe16c5ef4a909): add webauthn restriction support ([@BeryJu](https://togithub.com/BeryJu)) - [`bb52599`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/bb525993fb035c60deeed59a58bb2880e0b924c4): fix authentik_source_oauth docs ([@acelinkio](https://togithub.com/acelinkio)) - [`db44a42`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/db44a423701e0e9543afddc7f3ecf5d373cdd510): make gen ([@BeryJu](https://togithub.com/BeryJu)) - [`8e41697`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/8e41697a0b3ceceb081aeb9db0ca99d3ea2c894e): fix authentik_source_oauth docs ([#493](https://togithub.com/goauthentik/terraform-provider-authentik/issues/493)) ([@BeryJu](https://togithub.com/BeryJu)) - [`c0051e3`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/c0051e36181e0242a7b48103ccb407af4a76f007): Bump github.com/hashicorp/terraform-plugin-docs from 0.18.0 to 0.19.0 ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`c80bd32`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/c80bd32370899c03ea39132dc5cec47a0ed4517f): Bump github.com/hashicorp/terraform-plugin-docs from 0.18.0 to 0.19.0 ([#494](https://togithub.com/goauthentik/terraform-provider-authentik/issues/494)) ([@BeryJu](https://togithub.com/BeryJu)) - [`f7a419c`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/f7a419c6b6c47c8a8da67da8c4a96e7a6c499dd4): add support for extra headers ([@BeryJu](https://togithub.com/BeryJu)) - [`fd2f92f`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/fd2f92fe329d4cf85be27571bbcb577b9ac804dc): add support for extra headers ([#495](https://togithub.com/goauthentik/terraform-provider-authentik/issues/495)) ([@BeryJu](https://togithub.com/BeryJu)) - [`69608f6`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/69608f6482fb33f91b64634a6381ee06c2242143): Bump golang.org/x/net from 0.22.0 to 0.23.0 ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`a2d104a`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/a2d104a789f75f97a161de137c8659a946d2d45b): Bump golang.org/x/net from 0.22.0 to 0.23.0 ([#496](https://togithub.com/goauthentik/terraform-provider-authentik/issues/496)) ([@BeryJu](https://togithub.com/BeryJu)) - [`bc106e6`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/bc106e68dac2b6a3cff011f373fc45de46663ec2): Bump github.com/hashicorp/terraform-plugin-docs from 0.19.0 to 0.19.1 ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`edf9c2b`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/edf9c2b76524eb593227c435a76769cffa57dbd5): fix nested obj ([@BeryJu](https://togithub.com/BeryJu)) - [`06cd45a`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/06cd45a1e1888f179d6dc502d77a89e84ab5041a): Bump github.com/hashicorp/terraform-plugin-docs from 0.19.0 to 0.19.1 ([#497](https://togithub.com/goauthentik/terraform-provider-authentik/issues/497)) ([@BeryJu](https://togithub.com/BeryJu)) - [`62cd585`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/62cd5855fd2940e32913a9baafce3f2063d22a9e): Bump goauthentik.io/api/v3 from 3.2024022.7 to 3.2024022.8 ([#491](https://togithub.com/goauthentik/terraform-provider-authentik/issues/491)) ([@BeryJu](https://togithub.com/BeryJu))goauthentik/helm (authentik)
### [`v2024.4.1`](https://togithub.com/goauthentik/helm/releases/tag/authentik-2024.4.1) [Compare Source](https://togithub.com/goauthentik/helm/compare/authentik-2024.4.0...authentik-2024.4.1) authentik is an open-source Identity Provider focused on flexibility and versatility #### What's Changed - bump to 2024.4.1 by [@BeryJu](https://togithub.com/BeryJu) in [https://github.com/goauthentik/helm/pull/264](https://togithub.com/goauthentik/helm/pull/264) **Full Changelog**: https://github.com/goauthentik/helm/compare/authentik-2024.4.0...authentik-2024.4.1 ### [`v2024.4.0`](https://togithub.com/goauthentik/helm/releases/tag/authentik-2024.4.0) [Compare Source](https://togithub.com/goauthentik/helm/compare/authentik-2024.2.3...authentik-2024.4.0) authentik is an open-source Identity Provider focused on flexibility and versatility #### What's Changed - Fix secret key name by [@sherif-fanous](https://togithub.com/sherif-fanous) in [https://github.com/goauthentik/helm/pull/260](https://togithub.com/goauthentik/helm/pull/260) - Bump helm/kind-action from 1.9.0 to 1.10.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/goauthentik/helm/pull/261](https://togithub.com/goauthentik/helm/pull/261) - feat(charts/authentik): add probes to worker deployment by [@channel-42](https://togithub.com/channel-42) in [https://github.com/goauthentik/helm/pull/255](https://togithub.com/goauthentik/helm/pull/255) - bump to 2024.4 by [@BeryJu](https://togithub.com/BeryJu) in [https://github.com/goauthentik/helm/pull/262](https://togithub.com/goauthentik/helm/pull/262) #### New Contributors - [@channel-42](https://togithub.com/channel-42) made their first contribution in [https://github.com/goauthentik/helm/pull/255](https://togithub.com/goauthentik/helm/pull/255) **Full Changelog**: https://github.com/goauthentik/helm/compare/authentik-2024.2.3...authentik-2024.4.0 ### [`v2024.2.3`](https://togithub.com/goauthentik/helm/releases/tag/authentik-2024.2.3) [Compare Source](https://togithub.com/goauthentik/helm/compare/authentik-2024.2.2...authentik-2024.2.3) authentik is an open-source Identity Provider focused on flexibility and versatility #### What's Changed - authentik: ci: rename values files to run with chart-testing correctly by [@wrenix](https://togithub.com/wrenix) in [https://github.com/goauthentik/helm/pull/249](https://togithub.com/goauthentik/helm/pull/249) - authentik: ci: add extraContainers testing by [@wrenix](https://togithub.com/wrenix) in [https://github.com/goauthentik/helm/pull/248](https://togithub.com/goauthentik/helm/pull/248) - authentik: worker deployment: fix volume type for secret blueprints by [@sherif-fanous](https://togithub.com/sherif-fanous) in [https://github.com/goauthentik/helm/pull/257](https://togithub.com/goauthentik/helm/pull/257) - bump to 2024.2.3 by [@BeryJu](https://togithub.com/BeryJu) in [https://github.com/goauthentik/helm/pull/259](https://togithub.com/goauthentik/helm/pull/259) #### New Contributors - [@sherif-fanous](https://togithub.com/sherif-fanous) made their first contribution in [https://github.com/goauthentik/helm/pull/257](https://togithub.com/goauthentik/helm/pull/257) **Full Changelog**: https://github.com/goauthentik/helm/compare/authentik-2024.2.2...authentik-2024.2.3Configuration
📅 Schedule: Branch creation - "on saturday" (UTC), 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 has been generated by Mend Renovate. View repository job log here.