Skip to content

core: bump goauthentik/fips-debian from dea09c4 to 07f41ce#18778

Merged
rissson merged 2 commits intomainfrom
dependabot/docker/goauthentik/fips-debian-07f41ce
Dec 12, 2025
Merged

core: bump goauthentik/fips-debian from dea09c4 to 07f41ce#18778
rissson merged 2 commits intomainfrom
dependabot/docker/goauthentik/fips-debian-07f41ce

Conversation

@dependabot
Copy link
Contributor

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

Bumps goauthentik/fips-debian from dea09c4 to 07f41ce.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps goauthentik/fips-debian from `dea09c4` to `07f41ce`.

---
updated-dependencies:
- dependency-name: goauthentik/fips-debian
  dependency-version: trixie-slim-fips
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 12, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 12, 2025 04:26
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 12, 2025
@codecov
Copy link

codecov bot commented Dec 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.18%. Comparing base (3d9632c) to head (aa9cf2d).
⚠️ Report is 10 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18778      +/-   ##
==========================================
+ Coverage   92.46%   93.18%   +0.71%     
==========================================
  Files         946      946              
  Lines       51862    51884      +22     
==========================================
+ Hits        47954    48346     +392     
+ Misses       3908     3538     -370     
Flag Coverage Δ
e2e 44.76% <ø> (-0.01%) ⬇️
integration 23.23% <ø> (?)
unit 91.46% <ø> (-0.01%) ⬇️
unit-migrate 91.51% <ø> (+10.57%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@netlify
Copy link

netlify bot commented Dec 12, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit aa9cf2d
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/693c260bb6dc0400085494ae
😎 Deploy Preview https://deploy-preview-18778--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Dec 12, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit aa9cf2d
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/693c260bf07fed0008d65094
😎 Deploy Preview https://deploy-preview-18778--authentik-integrations.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Dec 12, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit aa9cf2d
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/693c260bf6198e00080507db

@rissson rissson enabled auto-merge (squash) December 12, 2025 13:11
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson merged commit c5d69ec into main Dec 12, 2025
131 of 137 checks passed
@rissson rissson deleted the dependabot/docker/goauthentik/fips-debian-07f41ce branch December 12, 2025 15:13
@github-actions
Copy link
Contributor

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-aa9cf2d55a9f087ee47a250316f6362890caa0dc
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-aa9cf2d55a9f087ee47a250316f6362890caa0dc

Afterwards, run the upgrade commands from the latest release notes.

kensternberg-authentik added a commit that referenced this pull request Dec 12, 2025
* main:
  web/admin: fix typo in PolicyAccessView (#18789)
  translate: Updates for project authentik and language fr_FR (#18788)
  core: bump goauthentik/fips-debian from `dea09c4` to `07f41ce` (#18778)
  admin/files: cache expensive generated URLs (#18784)
  ci: bump actions/cache from 4.3.0 to 5.0.0 (#18779)
  ci: bump tj-actions/changed-files from 47.0.0 to 47.0.1 (#18780)
  core: bump goauthentik.io/api/v3 from 3.2025120.25 to 3.2025120.26 (#18770)
  core: bump selenium/standalone-chromium from 142.0 to 143.0 in /tests/e2e (#18772)
  web: bump types (merge branch) (#18735)
  ci: generate typescript api client for release too (#18761)
  website/integrations: wazuh: Change exchange key generation to 64 bytes (#18769)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant