Skip to content

website: switch docs analytics to gtag#20993

Merged
BeryJu merged 1 commit intomainfrom
sdko/fix-docs-gtag
Mar 19, 2026
Merged

website: switch docs analytics to gtag#20993
BeryJu merged 1 commit intomainfrom
sdko/fix-docs-gtag

Conversation

@dominic-r
Copy link
Member

@dominic-r dominic-r requested a review from a team as a code owner March 19, 2026 00:24
@netlify
Copy link

netlify bot commented Mar 19, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 6624b32
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69bb425d459fab0008f1dd4d
😎 Deploy Preview https://deploy-preview-20993--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.

@dominic-r dominic-r self-assigned this Mar 19, 2026
@dominic-r dominic-r added area:docs Features or issues related to Docusaurus backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2 labels Mar 19, 2026
@netlify
Copy link

netlify bot commented Mar 19, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 6624b32
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69bb425d055e6f0009b92ad1
😎 Deploy Preview https://deploy-preview-20993--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.

@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-6624b324c6a77d6fd4c7dddf6d2be3eacdcbd17c
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-6624b324c6a77d6fd4c7dddf6d2be3eacdcbd17c

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

@codecov
Copy link

codecov bot commented Mar 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.44%. Comparing base (b5cfe14) to head (6624b32).
⚠️ Report is 15 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20993      +/-   ##
==========================================
- Coverage   93.49%   93.44%   -0.05%     
==========================================
  Files         993      993              
  Lines       56146    56146              
==========================================
- Hits        52491    52467      -24     
- Misses       3655     3679      +24     
Flag Coverage Δ
conformance 37.39% <ø> (+<0.01%) ⬆️
e2e 42.89% <ø> (+<0.01%) ⬆️
integration 22.16% <ø> (-0.05%) ⬇️
unit 91.69% <ø> (+<0.01%) ⬆️
unit-migrate 91.79% <ø> (+<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.

@BeryJu BeryJu merged commit 545b1e8 into main Mar 19, 2026
105 checks passed
@BeryJu BeryJu deleted the sdko/fix-docs-gtag branch March 19, 2026 15:40
@github-project-automation github-project-automation bot moved this from Todo to Done in authentik Core Mar 19, 2026
@authentik-automation
Copy link
Contributor

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

dominic-r added a commit that referenced this pull request Mar 19, 2026
…-2026.2) (#21015)

website: switch docs analytics to gtag (#20993)

Co-authored-by: Dominic R <dominic@sdko.org>
kensternberg-authentik added a commit that referenced this pull request Mar 26, 2026
* main: (36 commits)
  website: fix typos (#20996)
  internal/outpost/ak: fix ws URL on outpost restart (#21041)
  sources/ldap: fix incorrect error response for invalid sync_users_password (#21016)
  website/docs: add missing dependencies for linux dev environment (#21020)
  core, web: update translations (#21021)
  web: bump flatted from 3.4.1 to 3.4.2 in /web (#21037)
  web: bump @sentry/browser from 10.44.0 to 10.45.0 in /web in the sentry group across 1 directory (#21022)
  website: bump flatted from 3.4.1 to 3.4.2 in /website (#21038)
  core: bump astral-sh/uv from 0.10.11 to 0.10.12 in /lifecycle/container (#21027)
  ci: bump actions-rust-lang/setup-rust-toolchain from 1.15.3 to 1.15.4 in /.github/actions/setup (#21030)
  ci: bump taiki-e/install-action from 2.68.26 to 2.69.2 in /.github/actions/setup (#21029)
  core: bump goauthentik/fips-debian from `7baeeaa` to `7726387` in /lifecycle/container (#21028)
  core: bump aws-cdk-lib from 2.243.0 to 2.244.0 (#21026)
  core: bump types-ldap3 from 2.9.13.20251121 to 2.9.13.20260319 (#21024)
  core: bump ruff from 0.15.6 to 0.15.7 (#21023)
  core: bump goauthentik/fips-python from `859ad57` to `bf45eb7` in /lifecycle/container (#21025)
  website/integrations: fix AWS SCIM with Identity Center (#21017)
  root: allow listening on multiple IPs (#20930)
  website: switch docs analytics to gtag (#20993)
  web: link file picker to docs (#20995)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:docs Features or issues related to Docusaurus backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants