Conversation
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #20541 +/- ##
==========================================
- Coverage 93.29% 93.29% -0.01%
==========================================
Files 981 981
Lines 55339 55339
==========================================
- Hits 51629 51628 -1
- Misses 3710 3711 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
gergosimonyi
left a comment
There was a problem hiding this comment.
My prettier wants to change ordering in package.json.
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-c8c1cb324b0f3fda4e6e47e743573830d777882e
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your 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-c8c1cb324b0f3fda4e6e47e743573830d777882eAfterwards, run the upgrade commands from the latest release notes. |
kensternberg-authentik
left a comment
There was a problem hiding this comment.
The new parts are pretty straightforward, and the rest is familiar boilerplate.
6a88e0c to
c8c1cb3
Compare
* main: (22 commits) core: bump astral-sh/uv from 0.10.4 to 0.10.6 in /lifecycle/container (#20557) web: bump the goauthentik group across 1 directory with 3 updates (#20551) core: bump github.com/getsentry/sentry-go from 0.42.0 to 0.43.0 (#20552) core: bump goauthentik.io/api/v3 to 3.2026.5.0-rc1-1771856193 (#20475) core: bump axllent/mailpit from v1.29.1 to v1.29.2 in /tests/e2e (#20553) core: bump goauthentik/selenium from 144.0-ak-0.40.0 to 145.0-ak-0.40.0 in /tests/e2e (#20554) core: bump library/golang from `889885d` to `d0a3e4b` in /lifecycle/container (#20556) website/integrations: gitea: ak_groups -> groups (#20565) lifecycle/aws: bump aws-cdk from 2.1106.1 to 2.1107.0 in /lifecycle/aws (#20493) ci: add `reason` change to versions repo bump (#20562) internal: make http timeouts configurable (#20472) core: bump aws-cdk-lib from 2.239.0 to 2.240.0 (#20494) core: bump goauthentik/fips-debian from `d6def0a` to `7b82e24` in /lifecycle/container (#20497) core: bump goauthentik/fips-python from `bccefee` to `de8ad64` in /lifecycle/container (#20496) core, web: update translations (#20543) core: bump library/nginx from `341bf0f` to `0d1b1f0` in /website (#20559) core: bump library/node from `43d1f7a` to `c58d9e7` in /website (#20558) docs: fix typos and wording in docs and integrations (#20550) web: bump the eslint group across 1 directory with 5 updates (#20492) web: Packagify Logger (#20541) ...
Pretty much copied from
web/logger, which should be removed in a later PR.