authentik
authentik copied to clipboard
ci: fix failing release attestation
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 | 3be5522e911b567f60159a22e0a313520800ccf6 |
| Latest deploy log | https://app.netlify.com/sites/authentik-docs/deploys/66d04f9ddb2e2a000812925d |
Deploy Preview for authentik-storybook canceled.
| Name | Link |
|---|---|
| Latest commit | 3be5522e911b567f60159a22e0a313520800ccf6 |
| Latest deploy log | https://app.netlify.com/sites/authentik-storybook/deploys/66d04f9d6cd7ff0008e03074 |
/cherry-pick version-2024.8
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.68%. Comparing base (
98acca8) to head (3be5522). Report is 8 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #11107 +/- ##
==========================================
- Coverage 92.69% 92.68% -0.01%
==========================================
Files 736 736
Lines 36426 36426
==========================================
- Hits 33764 33763 -1
- Misses 2662 2663 +1
| Flag | Coverage Δ | |
|---|---|---|
| e2e | 49.15% <ø> (-0.01%) |
:arrow_down: |
| integration | 25.01% <ø> (ø) |
|
| unit | 90.23% <ø> (ø) |
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.
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-3be5522e911b567f60159a22e0a313520800ccf6
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
For arm64, use these values:
AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-3be5522e911b567f60159a22e0a313520800ccf6-arm64
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-3be5522e911b567f60159a22e0a313520800ccf6
For arm64, use these values:
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-3be5522e911b567f60159a22e0a313520800ccf6-arm64
Afterwards, run the upgrade commands from the latest release notes.