events: remove deprecated models - #15823
Merged
Merged
Conversation
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
✅ Deploy Preview for authentik-docs canceled.
|
rissson
marked this pull request as draft
July 28, 2025 15:07
✅ Deploy Preview for authentik-storybook canceled.
|
✅ Deploy Preview for authentik-integrations canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #15823 +/- ##
==========================================
- Coverage 92.82% 92.82% -0.01%
==========================================
Files 838 838
Lines 45396 45376 -20
==========================================
- Hits 42138 42119 -19
+ Misses 3258 3257 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Contributor
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-5b64f2b22f577383a487546fed29e4eecbbf8c13
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your 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-5b64f2b22f577383a487546fed29e4eecbbf8c13Afterwards, run the upgrade commands from the latest release notes. |
rissson
marked this pull request as ready for review
September 22, 2025 12:31
melizeche
approved these changes
Sep 22, 2025
rissson
enabled auto-merge (squash)
September 22, 2025 13:03
kensternberg-authentik
added a commit
that referenced
this pull request
Sep 22, 2025
* main: (24 commits) root: add mypy (#16904) website: Remove duplicate sidebar entries. (#16922) web: Remove CSS constructor polyfill. (#16920) web: Replace Github Slugger package with change-case. (#16921) website: Fix broken schema links v2 (#16919) website: bump the build group in /website with 3 updates (#16908) core: bump astral-sh/uv from 0.8.18 to 0.8.19 (#16906) core: bump goauthentik.io/api/v3 from 3.2025100.6 to 3.2025100.8 (#16907) website: bump the eslint group in /website with 2 updates (#16909) web: bump the eslint group across 2 directories with 2 updates (#16911) web: bump the rollup group across 1 directory with 4 updates (#16912) web: bump typedoc-plugin-markdown from 4.8.1 to 4.9.0 in /packages/esbuild-plugin-live-reload (#16913) web: bump pino from 9.10.0 to 9.11.0 in /packages/esbuild-plugin-live-reload (#16914) web: bump pino from 9.10.0 to 9.11.0 in /web (#16915) website: add hierarchy line to sidebar (#16565) events: remove deprecated models (#15823) core: update_attributes: only update the model if attributes changed (#16322) Revert "website: Fix broken schema links, non-relative paths, unapplied redirect aliases" (#16902) website: Fix broken schema links, non-relative paths, unapplied redirect aliases (#16900) website/integrations: adds termix (#16889) ...
kensternberg-authentik
added a commit
that referenced
this pull request
Sep 22, 2025
* main: (24 commits) root: add mypy (#16904) website: Remove duplicate sidebar entries. (#16922) web: Remove CSS constructor polyfill. (#16920) web: Replace Github Slugger package with change-case. (#16921) website: Fix broken schema links v2 (#16919) website: bump the build group in /website with 3 updates (#16908) core: bump astral-sh/uv from 0.8.18 to 0.8.19 (#16906) core: bump goauthentik.io/api/v3 from 3.2025100.6 to 3.2025100.8 (#16907) website: bump the eslint group in /website with 2 updates (#16909) web: bump the eslint group across 2 directories with 2 updates (#16911) web: bump the rollup group across 1 directory with 4 updates (#16912) web: bump typedoc-plugin-markdown from 4.8.1 to 4.9.0 in /packages/esbuild-plugin-live-reload (#16913) web: bump pino from 9.10.0 to 9.11.0 in /packages/esbuild-plugin-live-reload (#16914) web: bump pino from 9.10.0 to 9.11.0 in /web (#16915) website: add hierarchy line to sidebar (#16565) events: remove deprecated models (#15823) core: update_attributes: only update the model if attributes changed (#16322) Revert "website: Fix broken schema links, non-relative paths, unapplied redirect aliases" (#16902) website: Fix broken schema links, non-relative paths, unapplied redirect aliases (#16900) website/integrations: adds termix (#16889) ...
kensternberg-authentik
added a commit
that referenced
this pull request
Sep 22, 2025
* dev: (24 commits) root: add mypy (#16904) website: Remove duplicate sidebar entries. (#16922) web: Remove CSS constructor polyfill. (#16920) web: Replace Github Slugger package with change-case. (#16921) website: Fix broken schema links v2 (#16919) website: bump the build group in /website with 3 updates (#16908) core: bump astral-sh/uv from 0.8.18 to 0.8.19 (#16906) core: bump goauthentik.io/api/v3 from 3.2025100.6 to 3.2025100.8 (#16907) website: bump the eslint group in /website with 2 updates (#16909) web: bump the eslint group across 2 directories with 2 updates (#16911) web: bump the rollup group across 1 directory with 4 updates (#16912) web: bump typedoc-plugin-markdown from 4.8.1 to 4.9.0 in /packages/esbuild-plugin-live-reload (#16913) web: bump pino from 9.10.0 to 9.11.0 in /packages/esbuild-plugin-live-reload (#16914) web: bump pino from 9.10.0 to 9.11.0 in /web (#16915) website: add hierarchy line to sidebar (#16565) events: remove deprecated models (#15823) core: update_attributes: only update the model if attributes changed (#16322) Revert "website: Fix broken schema links, non-relative paths, unapplied redirect aliases" (#16902) website: Fix broken schema links, non-relative paths, unapplied redirect aliases (#16900) website/integrations: adds termix (#16889) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details
merge for 2025.10
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)If applicable
make docs)