authentik
authentik copied to clipboard
root: Better version bump
Details
REPLACE ME
Checklist
- [ ] Local tests pass (
ak test authentik/) - [ ] The code has been formatted (
make lint-fix)
If an API change has been made
- [ ] The API schema has been updated (
make gen-build)
If changes to the frontend have been made
- [ ] The code has been formatted (
make web)
If applicable
- [ ] The documentation has been updated
- [ ] The documentation has been formatted (
make website)
Deploy Preview for authentik-docs canceled.
| Name | Link |
|---|---|
| Latest commit | f255a12ab2837125460ed9ba0ebca089316e82dc |
| Latest deploy log | https://app.netlify.com/projects/authentik-docs/deploys/689b3ef7208a200008e6a0a3 |
Deploy Preview for authentik-storybook canceled.
| Name | Link |
|---|---|
| Latest commit | f255a12ab2837125460ed9ba0ebca089316e82dc |
| Latest deploy log | https://app.netlify.com/projects/authentik-storybook/deploys/689b3ef78cadd30009e63846 |
Codecov Report
:x: Patch coverage is 98.11321% with 1 line in your changes missing coverage. Please review.
:white_check_mark: Project coverage is 92.82%. Comparing base (575cf63) to head (f255a12).
:warning: Report is 36 commits behind head on main.
:white_check_mark: All tests successful. No failed tests found.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| authentik/outposts/models.py | 66.66% | 1 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## main #14905 +/- ##
==========================================
+ Coverage 92.72% 92.82% +0.10%
==========================================
Files 836 836
Lines 45154 45166 +12
==========================================
+ Hits 41868 41927 +59
+ Misses 3286 3239 -47
| Flag | Coverage Δ | |
|---|---|---|
| e2e | 46.68% <84.90%> (+0.44%) |
:arrow_up: |
| integration | 23.59% <67.92%> (+0.01%) |
:arrow_up: |
| unit | 90.91% <94.33%> (-0.01%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Deploy Preview for authentik-integrations canceled.
| Name | Link |
|---|---|
| Latest commit | f255a12ab2837125460ed9ba0ebca089316e82dc |
| Latest deploy log | https://app.netlify.com/projects/authentik-integrations/deploys/689b3ef7833b700008dd0adc |
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-f255a12ab2837125460ed9ba0ebca089316e82dc
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-f255a12ab2837125460ed9ba0ebca089316e82dc
Afterwards, run the upgrade commands from the latest release notes.