Skip to content

internal: fix go deprecation for +build#17806

Merged
dominic-r merged 1 commit intomainfrom
sdko/fix-go-depre
Oct 30, 2025
Merged

internal: fix go deprecation for +build#17806
dominic-r merged 1 commit intomainfrom
sdko/fix-go-depre

Conversation

@dominic-r
Copy link
Member

@netlify
Copy link

netlify bot commented Oct 30, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 0a826a9
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6902ab757c42df0008b9c6a1
😎 Deploy Preview https://deploy-preview-17806--authentik-storybook.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 30, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 0a826a9
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6902ab75b8341b0008a1aec9
😎 Deploy Preview https://deploy-preview-17806--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.

@dominic-r dominic-r enabled auto-merge (squash) October 30, 2025 00:04
@dominic-r dominic-r self-assigned this Oct 30, 2025
@netlify
Copy link

netlify bot commented Oct 30, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 0a826a9
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6902ab7591ab01000840062d

@dominic-r dominic-r added area:backend backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10 labels Oct 30, 2025
@codecov
Copy link

codecov bot commented Oct 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.88%. Comparing base (42b96e8) to head (0a826a9).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17806      +/-   ##
==========================================
+ Coverage   92.72%   92.88%   +0.16%     
==========================================
  Files         869      869              
  Lines       47952    47952              
==========================================
+ Hits        44463    44540      +77     
+ Misses       3489     3412      -77     
Flag Coverage Δ
e2e 45.18% <ø> (+0.61%) ⬆️
integration 23.12% <ø> (-0.07%) ⬇️
unit 91.08% <ø> (+<0.01%) ⬆️
unit-migrate 91.13% <ø> (+<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.

@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-0a826a908fe3ce1b0b93e82ad959fafbc2895385
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-0a826a908fe3ce1b0b93e82ad959fafbc2895385

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

@rissson rissson requested a review from BeryJu October 30, 2025 13:34
Copy link
Member

@BeryJu BeryJu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was only there cause the Go extension for vscode added it automatically, but it doesn't seem to be doing that anymore so /shrug

@dominic-r dominic-r merged commit 5410467 into main Oct 30, 2025
103 of 141 checks passed
@github-project-automation github-project-automation bot moved this from Todo to In Progress in authentik Core Oct 30, 2025
@dominic-r dominic-r deleted the sdko/fix-go-depre branch October 30, 2025 13:50
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Oct 30, 2025
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2025.10 created: #17824

BeryJu pushed a commit that referenced this pull request Oct 30, 2025
…n-2025.10) (#17824)

internal: fix go deprecation for +build (#17806)

Co-authored-by: Dominic R <dominic@sdko.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:backend 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.

3 participants