Skip to content

ci: fix setup altering package-lock#20348

Merged
rissson merged 1 commit intomainfrom
ci/fix-setup-altering-package-lock
Feb 17, 2026
Merged

ci: fix setup altering package-lock#20348
rissson merged 1 commit intomainfrom
ci/fix-setup-altering-package-lock

Conversation

@gergosimonyi
Copy link
Collaborator

@gergosimonyi gergosimonyi commented Feb 17, 2026

This change was made as a "temporary fix" in #17407 for end-to-end tests. Let's see if we can remove it.

npm i here results in changes to web/package-lock.json in many workflows, for example when tagging a new release. In 2026.2.0-rc3 it caused a change that broke the lockfile so badly it couldn't be npm cid after in the release workflow.

@gergosimonyi gergosimonyi requested a review from a team as a code owner February 17, 2026 11:42
@netlify
Copy link

netlify bot commented Feb 17, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 3ab3c56
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69945418738fa00008d6cd5f
😎 Deploy Preview https://deploy-preview-20348--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.

@codecov
Copy link

codecov bot commented Feb 17, 2026

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20348      +/-   ##
==========================================
- Coverage   93.32%   93.27%   -0.05%     
==========================================
  Files         981      981              
  Lines       55134    55134              
==========================================
- Hits        51454    51428      -26     
- Misses       3680     3706      +26     
Flag Coverage Δ
conformance 37.46% <ø> (+<0.01%) ⬆️
e2e 43.27% <ø> (-0.01%) ⬇️
integration 22.39% <ø> (-0.05%) ⬇️
unit 91.52% <ø> (+<0.01%) ⬆️
unit-migrate 91.56% <ø> (+<0.01%) ⬆️

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.

@rissson rissson added 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 backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2 labels Feb 17, 2026
@rissson rissson merged commit e94352b into main Feb 17, 2026
107 checks passed
@rissson rissson deleted the ci/fix-setup-altering-package-lock branch February 17, 2026 12:10
authentik-automation bot pushed a commit that referenced this pull request Feb 17, 2026
This cherry-pick has conflicts that need manual resolution.

Original PR: #20348
Original commit: e94352b
@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-3ab3c56751d710f59a69dd65ce6a178a6463a1ee
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-3ab3c56751d710f59a69dd65ce6a178a6463a1ee

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

@authentik-automation
Copy link
Contributor

⚠️ Cherry-pick to version-2025.8 has conflicts: #20350

authentik-automation bot pushed a commit that referenced this pull request Feb 17, 2026
This cherry-pick has conflicts that need manual resolution.

Original PR: #20348
Original commit: e94352b
@authentik-automation
Copy link
Contributor

⚠️ Cherry-pick to version-2025.10 has conflicts: #20351

authentik-automation bot pushed a commit that referenced this pull request Feb 17, 2026
This cherry-pick has conflicts that need manual resolution.

Original PR: #20348
Original commit: e94352b
@authentik-automation
Copy link
Contributor

⚠️ Cherry-pick to version-2025.12 has conflicts: #20352

@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2026.2 created: #20353

rissson pushed a commit that referenced this pull request Feb 17, 2026
rissson pushed a commit that referenced this pull request Feb 17, 2026
rissson pushed a commit that referenced this pull request Feb 17, 2026
rissson added a commit that referenced this pull request Feb 17, 2026
…25.10) (#20354)

ci: fix setup altering package-lock (#20348)

Co-authored-by: Simonyi Gergő <28359278+gergosimonyi@users.noreply.github.com>
rissson added a commit that referenced this pull request Feb 17, 2026
…25.12) (#20355)

ci: fix setup altering package-lock (#20348)

Co-authored-by: Simonyi Gergő <28359278+gergosimonyi@users.noreply.github.com>
rissson added a commit that referenced this pull request Feb 17, 2026
…26.2) (#20356)

ci: fix setup altering package-lock (#20348)

Co-authored-by: Simonyi Gergő <28359278+gergosimonyi@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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 backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants