Conversation
…ons changed Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
✅ Deploy Preview for authentik-storybook canceled.
|
✅ Deploy Preview for authentik-docs canceled.
|
Member
Author
|
/cherry-pick version-2025.2 |
❌ 1 Tests Failed:
View the full list of 1 ❄️ flaky tests
To view more test analytics, go to the Test Analytics Dashboard |
BeryJu
approved these changes
Mar 4, 2025
gcp-cherry-pick-bot bot
pushed a commit
that referenced
this pull request
Mar 4, 2025
…ons changed (#13372) * providers/proxy: kubernetes outpost: fix reconcile when only annotations changed Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fixup Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> --------- Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
rissson
added a commit
that referenced
this pull request
Mar 4, 2025
…ons changed (cherry-pick #13372) (#13384) providers/proxy: kubernetes outpost: fix reconcile when only annotations changed (#13372) * providers/proxy: kubernetes outpost: fix reconcile when only annotations changed * fixup --------- Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Contributor
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-88ef65c83c17b036a38200a807f77dc857c0ca38
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-88ef65c83c17b036a38200a807f77dc857c0ca38Afterwards, run the upgrade commands from the latest release notes. |
kensternberg-authentik
added a commit
that referenced
this pull request
Mar 4, 2025
* main: (135 commits) providers/proxy: kubernetes outpost: fix reconcile when only annotations changed (#13372) website: bump the build group in /website with 3 updates (#13381) core, web: update translations (#13378) web/admin: prefer using datefns over moment.js (#13143) website/docs: fix typo (#13377) stages/authenticator_email: remove flaky assertions (#13371) translate: Updates for file web/xliff/en.xlf in fr (#13374) translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#13373) website: bump typescript from 5.7.3 to 5.8.2 in /website (#13368) lifecycle/aws: bump aws-cdk from 2.1001.0 to 2.1002.0 in /lifecycle/aws (#13365) website: bump the build group in /website with 11 updates (#13367) ci: bump getsentry/action-release from 1 to 3 (#13366) website: bump @rspack/binding-darwin-arm64 from 1.1.6 to 1.2.6 in /website (#13354) core, web: update translations (#13346) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#13348) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#13347) translate: Updates for file web/xliff/en.xlf in zh-Hans (#13349) translate: Updates for file web/xliff/en.xlf in zh_CN (#13350) ci: update versions for daily full testing (#13303) website: bump prettier from 3.5.2 to 3.5.3 in /website (#13355) ...
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
REPLACE ME
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 website)