Skip to content

ci: rework internal repo#17797

Merged
BeryJu merged 2 commits intomainfrom
ci/rework-internal-repo
Oct 29, 2025
Merged

ci: rework internal repo#17797
BeryJu merged 2 commits intomainfrom
ci/rework-internal-repo

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Oct 29, 2025

👀

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@netlify
Copy link

netlify bot commented Oct 29, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 4a2af79
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/690206832e6d9d0008365ab5
😎 Deploy Preview https://deploy-preview-17797--authentik-docs.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 Oct 29, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 4a2af79
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6902068353a59b0008992293

@netlify
Copy link

netlify bot commented Oct 29, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 4a2af79
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/690206833264e600081828ec
😎 Deploy Preview https://deploy-preview-17797--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.

@github-project-automation github-project-automation bot moved this from Todo to In Progress in authentik Core Oct 29, 2025
@BeryJu BeryJu merged commit 4aa265c into main Oct 29, 2025
90 of 91 checks passed
@BeryJu BeryJu deleted the ci/rework-internal-repo branch October 29, 2025 12:25
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Oct 29, 2025
@codecov
Copy link

codecov bot commented Oct 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.88%. Comparing base (88affcc) to head (4a2af79).
⚠️ Report is 8 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17797      +/-   ##
==========================================
- Coverage   92.98%   92.88%   -0.10%     
==========================================
  Files         869      869              
  Lines       47952    47952              
==========================================
- Hits        44587    44540      -47     
- Misses       3365     3412      +47     
Flag Coverage Δ
e2e 45.19% <ø> (-0.07%) ⬇️
integration 23.12% <ø> (-0.07%) ⬇️
unit 91.07% <ø> (-0.01%) ⬇️
unit-migrate 91.12% <ø> (ø)

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.

@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-4a2af7915c257b60a775be59a60e6ecf8bc7f0a2
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-4a2af7915c257b60a775be59a60e6ecf8bc7f0a2

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

@BeryJu BeryJu added backport/version-2025.8 Add this label to PRs to backport changes to version-2025.8 area:infrastructure backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10 labels Oct 30, 2025
BeryJu added a commit that referenced this pull request Oct 30, 2025
* ci: rework internal repo

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* also fix retention workflow

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
BeryJu added a commit that referenced this pull request Oct 30, 2025
* ci: rework internal repo

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* also fix retention workflow

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
# Conflicts:
#	.github/workflows/gh-ghcr-retention.yml
#	.github/workflows/repo-mirror-cleanup.yml
#	.github/workflows/repo-mirror.yml
BeryJu added a commit that referenced this pull request Oct 30, 2025
* ci: rework internal repo



* also fix retention workflow



---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
BeryJu added a commit that referenced this pull request Nov 1, 2025
* ci: rework internal repo (#17797)

* ci: rework internal repo

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* also fix retention workflow

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
# Conflicts:
#	.github/workflows/gh-ghcr-retention.yml
#	.github/workflows/repo-mirror-cleanup.yml
#	.github/workflows/repo-mirror.yml

* fix package

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
kensternberg-authentik added a commit that referenced this pull request Nov 10, 2025
* main: (28 commits)
  ci: use hashes for actions everywhere (#17803)
  website/integrations: fixed paperless-ngx yml syntax issue and added additional info (#17739)
  core, web: update translations (#17782)
  ci: rework internal repo (#17797)
  root: use hashes for dockerfile FROM (#17795)
  web: bump validator from 13.15.15 to 13.15.20 in /packages/prettier-config (#17776)
  tasks: delay startup signals (#17769)
  website: bump the build group in /website with 6 updates (#17712)
  core, web: update translations (#17660)
  web: bump vite from 7.1.11 to 7.1.12 in /web (#17689)
  website: bump validator from 13.15.15 to 13.15.20 in /website (#17741)
  web: bump eslint-plugin-react-hooks from 7.0.0 to 7.0.1 in /packages/eslint-config in the eslint group across 1 directory (#17714)
  web: bump validator from 13.15.15 to 13.15.20 in /packages/eslint-config (#17742)
  packages/django-postgres-cache: use upsert instead of select/update in a transaction (#17760)
  providers/radius: fix panic when no cert is configured (#17762)
  sources/oauth: Make PKCE verifier 128 characters (#17763)
  providers/proxy: fix missing JWT/claims header (#17759)
  providers/proxy: add gorm logging (#17758)
  web: bump the sentry group across 1 directory with 2 updates (#17743)
  root: Add Dockerfile label org.opencontainers.image.source (#17756)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:infrastructure backport/version-2025.8 Add this label to PRs to backport changes to version-2025.8 backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants