-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
security: fix CVE-2024-23647 #8345
Conversation
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
✅ Deploy Preview for authentik-storybook canceled.
|
/cherry-pick version-2023.8 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8345 +/- ##
==========================================
- Coverage 92.29% 92.29% -0.01%
==========================================
Files 626 626
Lines 30948 30965 +17
==========================================
+ Hits 28565 28580 +15
- Misses 2383 2385 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
✅ Deploy Preview for authentik ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
* security: fix CVE-2024-23647 Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add tests Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add website Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
/cherry-pick version-2023.10 |
* security: fix CVE-2024-23647 Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add tests Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add website Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
security: fix CVE-2024-23647 (#8345) * security: fix CVE-2024-23647 * add tests * add website --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Jens L <jens@goauthentik.io>
security: fix CVE-2024-23647 (#8345) * security: fix CVE-2024-23647 * add tests * add website --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Jens L <jens@goauthentik.io>
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-security-CVE-2024-23647-1706547386-6932c88
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s For arm64, use these values: AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-security-CVE-2024-23647-1706547386-6932c88-arm64
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 KubernetesAdd the following block to your authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-security-CVE-2024-23647-1706547386-6932c88 For arm64, use these values: authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-security-CVE-2024-23647-1706547386-6932c88-arm64 Afterwards, run the upgrade commands from the latest release notes. |
commit a7cb6bbea760bb7e73aa2fdff2bd36e22bc9e5bd Author: egon w. stemle <egon.stemle@eurac.edu> Date: Thu Feb 8 17:34:53 2024 +0100 chore: add vim ignore patterns commit 5efbd020603669e71d1a90fb87de003ca940f41e Author: egon w. stemle <egon.stemle@eurac.edu> Date: Thu Feb 8 23:14:52 2024 +0100 fix: support decrypt SAMLResponse EncryptedAssertion Element commit 4cedf8f7cc0b78c9b8a1054f35a8fa9c17cdda08 Author: egon w. stemle <egon.stemle@eurac.edu> Date: Thu Feb 8 23:13:15 2024 +0100 chore: add debug info commit 7cc7fc8b4736cdd1ec4142c979ced3fecd73e90f Author: egon w. stemle <egon.stemle@eurac.edu> Date: Thu Feb 8 22:53:33 2024 +0100 WIP fix(unrelated): use "signing" KeyDescriptor also for "encryption" (our) IdP would like to see (in SP's metadata) either two * <md:KeyDescriptor use="signing"> * <md:KeyDescriptor use="encryption"> key entries OR one * <md:KeyDescriptor> (which - per default - [would be used for both] (https://shibboleth.atlassian.net/wiki/spaces/CONCEPT/pages/948470554/SAMLKeysAndCertificates)) now (mis)use the "signing" option from the frontend and implicitly use the default (signing and encryption). commit f4b336a974ab4e69873cba2cd4ef4cab0234b412 Author: Jens L <jens@goauthentik.io> Date: Mon Feb 5 16:38:23 2024 +0100 web/admin: show connected services on user view page, fix styling (#8416) Signed-off-by: Jens Langhammer <jens@goauthentik.io> commit 087d5aa7e7bbdc133eee940e4f375f6ea568f375 Author: Jens L <jens@goauthentik.io> Date: Mon Feb 5 13:45:07 2024 +0100 web: only load enterprise summary for user and admin interface (#8414) Signed-off-by: Jens Langhammer <jens@goauthentik.io> commit 3dc42bf5422a55fd442769ef706185514e8ac61f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Feb 5 12:41:33 2024 +0100 ci: bump codecov/codecov-action from 3 to 4 (#8387) * ci: bump codecov/codecov-action from 3 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * pass codecov token Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io> commit cef1d2d0f12d0f04b2fbb7534ad7ae315f8ff4db Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Feb 5 11:59:39 2024 +0100 website: bump @types/react from 18.2.51 to 18.2.53 in /website (#8408) Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.51 to 18.2.53. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 961d28331b77599690ef3f0b16f55fc9064fc346 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Feb 5 11:47:43 2024 +0100 web: bump @codemirror/lang-python from 6.1.3 to 6.1.4 in /web (#8404) Bumps [@codemirror/lang-python](https://github.com/codemirror/lang-python) from 6.1.3 to 6.1.4. - [Changelog](https://github.com/codemirror/lang-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-python/compare/6.1.3...6.1.4) --- updated-dependencies: - dependency-name: "@codemirror/lang-python" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 2bd21146170d9c99137c44310a1fab52f7486051 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Feb 5 11:47:36 2024 +0100 web: bump prettier from 3.2.4 to 3.2.5 in /web (#8405) Bumps [prettier](https://github.com/prettier/prettier) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.2.4...3.2.5) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 9327ae89972bdcb1e36db19bfce06bff65119797 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Feb 5 11:47:28 2024 +0100 web: bump mermaid from 10.7.0 to 10.8.0 in /web (#8406) Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 10.7.0 to 10.8.0. - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md) - [Commits](https://github.com/mermaid-js/mermaid/compare/v10.7.0...v10.8.0) --- updated-dependencies: - dependency-name: mermaid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 11e55a1b91a7d650c49aa024f563233abbfe5b3a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Feb 5 11:47:14 2024 +0100 website: bump prettier from 3.2.4 to 3.2.5 in /website (#8407) Bumps [prettier](https://github.com/prettier/prettier) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.2.4...3.2.5) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 1bc6477f58ead2ecc3bc3b5aab14fb70e5aac5da Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Feb 5 11:46:50 2024 +0100 web: bump prettier from 3.2.4 to 3.2.5 in /tests/wdio (#8410) Bumps [prettier](https://github.com/prettier/prettier) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.2.4...3.2.5) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit f2d2d84832894a3855d3f8f3553857470dd74483 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Feb 5 11:46:39 2024 +0100 web: bump the wdio group in /tests/wdio with 3 updates (#8409) Bumps the wdio group in /tests/wdio with 3 updates: [@wdio/cli](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli), [@wdio/local-runner](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-local-runner) and [@wdio/spec-reporter](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-spec-reporter). Updates `@wdio/cli` from 8.29.3 to 8.29.7 - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md) - [Commits](https://github.com/webdriverio/webdriverio/commits/v8.29.7/packages/wdio-cli) Updates `@wdio/local-runner` from 8.29.5 to 8.29.7 - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md) - [Commits](https://github.com/webdriverio/webdriverio/commits/v8.29.7/packages/wdio-local-runner) Updates `@wdio/spec-reporter` from 8.29.3 to 8.29.7 - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md) - [Commits](https://github.com/webdriverio/webdriverio/commits/v8.29.7/packages/wdio-spec-reporter) --- updated-dependencies: - dependency-name: "@wdio/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: wdio - dependency-name: "@wdio/local-runner" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: wdio - dependency-name: "@wdio/spec-reporter" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: wdio ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 709436aab4e7e494576b813e28114f69d9912e4e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Feb 2 13:28:53 2024 +0100 web: bump the sentry group in /web with 1 update (#8393) Bumps the sentry group in /web with 1 update: @spotlightjs/spotlight. Updates `@spotlightjs/spotlight` from 1.2.10 to 1.2.11 --- updated-dependencies: - dependency-name: "@spotlightjs/spotlight" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: sentry ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit a315d1d9662b5170703f7452e47621466b68fdc2 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Feb 2 13:28:41 2024 +0100 core: bump ruff from 0.1.15 to 0.2.0 (#8394) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.15 to 0.2.0. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.15...v0.2.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 81a22aed38d9af98435c67fcb9b6265b26865f9b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Feb 2 13:28:29 2024 +0100 website: bump @types/react from 18.2.48 to 18.2.51 in /website (#8395) Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.48 to 18.2.51. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit de4e18bf47bbe71a7eaad417fc1b02c969688aa0 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Feb 1 12:56:26 2024 +0100 core: bump pytest-django from 4.7.0 to 4.8.0 (#8381) Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.7.0 to 4.8.0. - [Release notes](https://github.com/pytest-dev/pytest-django/releases) - [Changelog](https://github.com/pytest-dev/pytest-django/blob/master/docs/changelog.rst) - [Commits](https://github.com/pytest-dev/pytest-django/compare/v4.7.0...v4.8.0) --- updated-dependencies: - dependency-name: pytest-django dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit a25c00039ddf850500233fc420278af59a1d156d Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Feb 1 12:55:49 2024 +0100 web: bump @lit/localize-tools from 0.7.1 to 0.7.2 in /web (#8385) Bumps [@lit/localize-tools](https://github.com/lit/lit/tree/HEAD/packages/localize-tools) from 0.7.1 to 0.7.2. - [Release notes](https://github.com/lit/lit/releases) - [Changelog](https://github.com/lit/lit/blob/main/packages/localize-tools/CHANGELOG.md) - [Commits](https://github.com/lit/lit/commits/@lit/localize-tools@0.7.2/packages/localize-tools) --- updated-dependencies: - dependency-name: "@lit/localize-tools" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 99076a3460bb0b880ce7bf282d14f45f15d1972c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Feb 1 12:54:32 2024 +0100 web: bump the storybook group in /web with 7 updates (#8383) Bumps the storybook group in /web with 7 updates: | Package | From | To | | --- | --- | --- | | [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `7.6.11` | `7.6.12` | | [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `7.6.11` | `7.6.12` | | [@storybook/api](https://github.com/storybookjs/storybook/tree/HEAD/code/deprecated/manager-api-shim) | `7.6.11` | `7.6.12` | | [@storybook/manager-api](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/manager-api) | `7.6.11` | `7.6.12` | | [@storybook/web-components](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/web-components) | `7.6.11` | `7.6.12` | | [@storybook/web-components-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/web-components-vite) | `7.6.11` | `7.6.12` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `7.6.11` | `7.6.12` | Updates `@storybook/addon-essentials` from 7.6.11 to 7.6.12 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v7.6.12/code/addons/essentials) Updates `@storybook/addon-links` from 7.6.11 to 7.6.12 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v7.6.12/code/addons/links) Updates `@storybook/api` from 7.6.11 to 7.6.12 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/v7.6.12/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v7.6.12/code/deprecated/manager-api-shim) Updates `@storybook/manager-api` from 7.6.11 to 7.6.12 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v7.6.12/code/lib/manager-api) Updates `@storybook/web-components` from 7.6.11 to 7.6.12 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v7.6.12/code/renderers/web-components) Updates `@storybook/web-components-vite` from 7.6.11 to 7.6.12 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v7.6.12/code/frameworks/web-components-vite) Updates `storybook` from 7.6.11 to 7.6.12 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v7.6.12/code/lib/cli) --- updated-dependencies: - dependency-name: "@storybook/addon-essentials" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: storybook - dependency-name: "@storybook/addon-links" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: storybook - dependency-name: "@storybook/api" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: storybook - dependency-name: "@storybook/manager-api" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: storybook - dependency-name: "@storybook/web-components" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: storybook - dependency-name: "@storybook/web-components-vite" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: storybook - dependency-name: storybook dependency-type: direct:development update-type: version-update:semver-patch dependency-group: storybook ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit cf7094d00c2f89b5329c70200382fdf70b9b6dff Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Feb 1 12:52:34 2024 +0100 web: bump the wdio group in /tests/wdio with 1 update (#8386) Bumps the wdio group in /tests/wdio with 1 update: [@wdio/local-runner](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-local-runner). Updates `@wdio/local-runner` from 8.29.3 to 8.29.5 - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md) - [Commits](https://github.com/webdriverio/webdriverio/commits/v8.29.5/packages/wdio-local-runner) --- updated-dependencies: - dependency-name: "@wdio/local-runner" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: wdio ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 51c4e8825836ad58e9604bdc79e316c659eeb381 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Feb 1 12:52:21 2024 +0100 ci: bump peter-evans/create-pull-request from 5 to 6 (#8388) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5 to 6. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v5...v6) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 2dd69398c7531897f7c95eea88dff93cb408c3f4 Author: Tana M Berry <tanamarieberry@yahoo.com> Date: Wed Jan 31 21:21:59 2024 -0600 website/blog: Blog about container pitfalls (#8372) * blog draft * add image * add second image * tweaks * Optimised images with calibre/image-actions * another tweak * Update website/blog/2024-1-31-dont-hardcode-your-secrets/item.md Co-authored-by: Rebecca Dodd <82806852+rebeccadee@users.noreply.github.com> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> * Update website/blog/2024-1-31-dont-hardcode-your-secrets/item.md Co-authored-by: Rebecca Dodd <82806852+rebeccadee@users.noreply.github.com> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> * Update website/blog/2024-1-31-dont-hardcode-your-secrets/item.md Co-authored-by: Rebecca Dodd <82806852+rebeccadee@users.noreply.github.com> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> * Update website/blog/2024-1-31-dont-hardcode-your-secrets/item.md Co-authored-by: Rebecca Dodd <82806852+rebeccadee@users.noreply.github.com> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> * Update website/blog/2024-1-31-dont-hardcode-your-secrets/item.md Co-authored-by: Rebecca Dodd <82806852+rebeccadee@users.noreply.github.com> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> * changed colours on image, tweaks * more tweaks * final tweaks? * Optimised images with calibre/image-actions --------- Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com> Co-authored-by: Rebecca Dodd <82806852+rebeccadee@users.noreply.github.com> commit 4a98493970ac257add4deb588a471edb46c1b5f1 Author: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Thu Feb 1 00:21:23 2024 +0100 core: compile backend translations (#8380) Co-authored-by: authentik-automation[bot] <authentik-automation[bot]@users.noreply.github.com> commit fbf06069f3bef5eaf7f208713514ef4d8f3fd410 Author: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Wed Jan 31 21:10:16 2024 +0000 translate: Updates for file web/xliff/en.xlf in fr (#8379) Translate web/xliff/en.xlf in fr 100% translated source file: 'web/xliff/en.xlf' on 'fr'. Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> commit 87ed848e56bb0fde6a752c096dbba4d9ce45aad2 Author: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Wed Jan 31 21:05:22 2024 +0000 translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#8378) Translate locale/en/LC_MESSAGES/django.po in fr 100% translated source file: 'locale/en/LC_MESSAGES/django.po' on 'fr'. Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> commit 8949464294690515f105de7a51767ecde34d9f79 Author: Jens L <jens@goauthentik.io> Date: Wed Jan 31 15:24:45 2024 +0100 root: reformat with latest black version and fix tests (#8376) * format files Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix pyright Signed-off-by: Jens Langhammer <jens@goauthentik.io> * revert #8367 Signed-off-by: Jens Langhammer <jens@goauthentik.io> * sigh Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> commit 0b83d1008eea6e5597587adf2bf4a7a2654d7334 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed Jan 31 13:43:22 2024 +0100 web: bump the wdio group in /tests/wdio with 4 updates (#8374) Bumps the wdio group in /tests/wdio with 4 updates: [@wdio/cli](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli), [@wdio/local-runner](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-local-runner), [@wdio/mocha-framework](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-mocha-framework) and [@wdio/spec-reporter](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-spec-reporter). Updates `@wdio/cli` from 8.29.1 to 8.29.3 - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md) - [Commits](https://github.com/webdriverio/webdriverio/commits/v8.29.3/packages/wdio-cli) Updates `@wdio/local-runner` from 8.29.2 to 8.29.3 - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md) - [Commits](https://github.com/webdriverio/webdriverio/commits/v8.29.3/packages/wdio-local-runner) Updates `@wdio/mocha-framework` from 8.29.1 to 8.29.3 - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md) - [Commits](https://github.com/webdriverio/webdriverio/commits/v8.29.3/packages/wdio-mocha-framework) Updates `@wdio/spec-reporter` from 8.29.1 to 8.29.3 - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md) - [Commits](https://github.com/webdriverio/webdriverio/commits/v8.29.3/packages/wdio-spec-reporter) --- updated-dependencies: - dependency-name: "@wdio/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: wdio - dependency-name: "@wdio/local-runner" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: wdio - dependency-name: "@wdio/mocha-framework" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: wdio - dependency-name: "@wdio/spec-reporter" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: wdio ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit cb72efb4c8f518541d9bdfca1b7095f294ab137d Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed Jan 31 13:43:14 2024 +0100 web: bump the sentry group in /web with 1 update (#8373) Bumps the sentry group in /web with 1 update: [@sentry/browser](https://github.com/getsentry/sentry-javascript). Updates `@sentry/browser` from 7.98.0 to 7.99.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.98.0...7.99.0) --- updated-dependencies: - dependency-name: "@sentry/browser" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: sentry ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit f0e4b742f8e5e3b32341698bd171f4ec143dca38 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed Jan 31 13:43:06 2024 +0100 web: bump the storybook group in /web with 7 updates (#8375) Bumps the storybook group in /web with 7 updates: | Package | From | To | | --- | --- | --- | | [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `7.6.10` | `7.6.11` | | [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `7.6.10` | `7.6.11` | | [@storybook/api](https://github.com/storybookjs/storybook/tree/HEAD/code/deprecated/manager-api-shim) | `7.6.10` | `7.6.11` | | [@storybook/manager-api](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/manager-api) | `7.6.10` | `7.6.11` | | [@storybook/web-components](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/web-components) | `7.6.10` | `7.6.11` | | [@storybook/web-components-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/web-components-vite) | `7.6.10` | `7.6.11` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `7.6.10` | `7.6.11` | Updates `@storybook/addon-essentials` from 7.6.10 to 7.6.11 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v7.6.11/code/addons/essentials) Updates `@storybook/addon-links` from 7.6.10 to 7.6.11 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v7.6.11/code/addons/links) Updates `@storybook/api` from 7.6.10 to 7.6.11 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/v7.6.11/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v7.6.11/code/deprecated/manager-api-shim) Updates `@storybook/manager-api` from 7.6.10 to 7.6.11 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v7.6.11/code/lib/manager-api) Updates `@storybook/web-components` from 7.6.10 to 7.6.11 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v7.6.11/code/renderers/web-components) Updates `@storybook/web-components-vite` from 7.6.10 to 7.6.11 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v7.6.11/code/frameworks/web-components-vite) Updates `storybook` from 7.6.10 to 7.6.11 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v7.6.11/code/lib/cli) --- updated-dependencies: - dependency-name: "@storybook/addon-essentials" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: storybook - dependency-name: "@storybook/addon-links" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: storybook - dependency-name: "@storybook/api" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: storybook - dependency-name: "@storybook/manager-api" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: storybook - dependency-name: "@storybook/web-components" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: storybook - dependency-name: "@storybook/web-components-vite" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: storybook - dependency-name: storybook dependency-type: direct:development update-type: version-update:semver-patch dependency-group: storybook ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit df907c3ddd9202edbb34fc42d2ca994637c41976 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Jan 30 14:16:06 2024 +0100 web: bump the eslint group in /tests/wdio with 2 updates (#8356) Bumps the eslint group in /tests/wdio with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser). Updates `@typescript-eslint/eslint-plugin` from 6.19.1 to 6.20.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.20.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 6.19.1 to 6.20.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.20.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit ee2f9eaf0594ffd2b8310908f71754300d62673a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Jan 30 14:15:57 2024 +0100 core: bump twilio from 8.11.1 to 8.12.0 (#8357) Bumps [twilio](https://github.com/twilio/twilio-python) from 8.11.1 to 8.12.0. - [Release notes](https://github.com/twilio/twilio-python/releases) - [Changelog](https://github.com/twilio/twilio-python/blob/main/CHANGES.md) - [Commits](https://github.com/twilio/twilio-python/compare/8.11.1...8.12.0) --- updated-dependencies: - dependency-name: twilio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 8739562367c9e6238215758ad1e662435236ce76 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Jan 30 14:15:49 2024 +0100 core: bump uvicorn from 0.27.0 to 0.27.0.post1 (#8358) Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.27.0 to 0.27.0.post1. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.27.0...0.27.0.post1) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit ce4f086fe3f70305bea38570718c395877d3d4cd Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Jan 30 14:15:39 2024 +0100 core: bump coverage from 7.4.0 to 7.4.1 (#8359) Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.0 to 7.4.1. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.4.0...7.4.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit aa7dafe9101d96d0f9f4bbad95a3199184424ffb Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Jan 30 14:14:54 2024 +0100 core: bump black from 23.12.1 to 24.1.1 (#8360) Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.1.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.12.1...24.1.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit e8399b5657d4eb580468d10ebd710feff3a2cf8a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Jan 30 14:14:19 2024 +0100 core: bump pydantic from 2.5.3 to 2.6.0 (#8361) Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.5.3 to 2.6.0. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.5.3...v2.6.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 2500cb2621ed485795744942c4c1609108a904c7 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Jan 30 14:14:11 2024 +0100 web: bump the eslint group in /web with 2 updates (#8362) Bumps the eslint group in /web with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser). Updates `@typescript-eslint/eslint-plugin` from 6.19.1 to 6.20.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.20.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 6.19.1 to 6.20.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.20.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit d20a4dc2b79e607e0a21c83eef892a7046ac04e1 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Jan 30 14:13:50 2024 +0100 web: bump pyright from 1.1.338 to 1.1.349 in /web (#8363) Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.338 to 1.1.349. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.349/packages/pyright) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 85776b254b26401a5ad86cec8f064567b91cfa6f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Jan 30 14:13:34 2024 +0100 core: bump ruff from 0.1.14 to 0.1.15 (#8364) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.14 to 0.1.15. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.14...v0.1.15) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 1c84a20c43ffd8a9ea3d55f5984166cd7086a53e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Jan 30 14:13:17 2024 +0100 core: bump pytest from 7.4.4 to 8.0.0 (#8365) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.0.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.4...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit c332f6f0ecab4dab5b7b1cb1af7a8974d6d9d21c Author: Marc 'risson' Schmitt <marc.schmitt@risson.space> Date: Tue Jan 30 13:09:17 2024 +0100 tenants: avoid extra queries in get_current_tenant (#8367) Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> commit be6c29d90793a5f9899ccb987057fa1f374269c6 Author: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Tue Jan 30 01:59:59 2024 +0100 web: bump API Client version (#8355) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com> commit 07ed5e1cd95ed877139012e6b4cc13cb51431b48 Author: Jens L <jens@goauthentik.io> Date: Tue Jan 30 01:56:33 2024 +0100 core: show all applications a user can access in admin interface (#8343) * core: show all applications a user can access in admin interface Signed-off-by: Jens Langhammer <jens@goauthentik.io> * minor adjustments Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add relative time Signed-off-by: Jens Langhammer <jens@goauthentik.io> * use relative time in most places Signed-off-by: Jens Langhammer <jens@goauthentik.io> * improve admin dashboard scaling Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> commit 0052e60643c418088a7f7bf0d82ac9a505a0c9a2 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Jan 30 01:55:47 2024 +0100 core: bump aiohttp from 3.9.1 to 3.9.2 (#8354) Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.1 to 3.9.2. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.1...v3.9.2) --- updated-dependencies: - dependency-name: aiohttp dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 25e72558eb654f32617582cc108a2240e3baf80c Author: Jens L <jens@goauthentik.io> Date: Tue Jan 30 01:55:26 2024 +0100 core: optimise user list endpoint (#8353) * unrelated changes Signed-off-by: Jens Langhammer <jens@goauthentik.io> * optimization pass 1: reduce N tenant lookups by taking tenant from request, reduce get_anonymous calls Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix lint Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix Signed-off-by: Jens Langhammer <jens@goauthentik.io> * make it easier to exclude anonymous user Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix? Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> commit 0413afc2a87f70c4e42404561f72b7ec784bcc86 Author: Jens L <jens@goauthentik.io> Date: Mon Jan 29 21:17:58 2024 +0100 website: add note to use compose v2 (#8352) commit c953f5993df97496bbbf3505e328ea71bbcd760c Author: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon Jan 29 19:56:27 2024 +0000 translate: Updates for file web/xliff/en.xlf in zh-Hans (#8350) Translate web/xliff/en.xlf in zh-Hans 100% translated source file: 'web/xliff/en.xlf' on 'zh-Hans'. Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> commit 8124de52b0b6d13895612e26cd3e9a9cd763c6e5 Author: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon Jan 29 20:40:24 2024 +0100 translate: Updates for file web/xliff/en.xlf in zh_CN (#8349) Translate web/xliff/en.xlf in zh_CN 100% translated source file: 'web/xliff/en.xlf' on 'zh_CN'. Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> commit dbf306672dba2500872af09340a3bc38e6b49463 Author: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Mon Jan 29 18:51:06 2024 +0100 web: bump API Client version (#8351) commit 50e733672011f3b1322a7af332fb46709ecd64ab Author: Jens Langhammer <jens@goauthentik.io> Date: Mon Jan 29 17:44:48 2024 +0100 release: 2023.10.7 commit f79054fe8c5c8491ffb95cf36d4f07fc164df0e7 Author: Jens L <jens@goauthentik.io> Date: Mon Jan 29 17:50:22 2024 +0100 website: update release notes (#8348) Signed-off-by: Jens Langhammer <jens@goauthentik.io> commit 1db322b42f2debcf481690dbc288e3bf7ce1c65e Author: Jens L <jens@goauthentik.io> Date: Mon Jan 29 17:40:24 2024 +0100 security: fix CVE-2024-23647 (#8345) * security: fix CVE-2024-23647 Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add tests Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add website Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> commit dca8c837f59de539a424d868d50ea05c5459d385 Author: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Mon Jan 29 13:15:58 2024 +0000 web: bump API Client version (#8341) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com> commit 544373efd7f0a90a4420130e6d0aeb9b21e70770 Author: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon Jan 29 13:14:02 2024 +0000 translate: Updates for file web/xliff/en.xlf in zh-Hans (#8332) * Translate web/xliff/en.xlf in zh-Hans 100% translated source file: 'web/xliff/en.xlf' on 'zh-Hans'. * Removing web/xliff/en.xlf in zh-Hans 99% of minimum 100% translated source file: 'web/xliff/en.xlf' on 'zh-Hans'. --------- Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> commit 0c4dee8f9fa15729bebb151aedc1180b93845cca Author: Jens L <jens@goauthentik.io> Date: Mon Jan 29 13:58:51 2024 +0100 providers: allow previewing mappings for other users (#8297) * rework access check to do better validation Signed-off-by: Jens Langhammer <jens@goauthentik.io> * providers: allow previewing mappings for other users Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix ui Signed-off-by: Jens Langhammer <jens@goauthentik.io> * Revert "rework access check to do better validation" This reverts commit 81077a7e7bf8296f1975e9f8be151c41bad7268d. * prepare Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> commit 09873558aee89ccdbaa3406d78877e25e7690cd4 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Jan 29 11:25:20 2024 +0100 web: bump the sentry group in /web with 1 update (#8336) Bumps the sentry group in /web with 1 update: @spotlightjs/spotlight. Updates `@spotlightjs/spotlight` from 1.2.7 to 1.2.10 --- updated-dependencies: - dependency-name: "@spotlightjs/spotlight" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: sentry ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 7e30ab54d67ae3b4fcc1e70686ad396a0993d5a3 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Jan 29 11:25:10 2024 +0100 web: bump the esbuild group in /web with 2 updates (#8337) Bumps the esbuild group in /web with 2 updates: [@esbuild/darwin-arm64](https://github.com/evanw/esbuild) and [@esbuild/linux-arm64](https://github.com/evanw/esbuild). Updates `@esbuild/darwin-arm64` from 0.19.12 to 0.20.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.19.12...v0.20.0) Updates `@esbuild/linux-arm64` from 0.19.12 to 0.20.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.19.12...v0.20.0) --- updated-dependencies: - dependency-name: "@esbuild/darwin-arm64" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: esbuild - dependency-name: "@esbuild/linux-arm64" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: esbuild ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit c053eaf14d4a385ce53d352933455029cb133136 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Jan 29 11:25:02 2024 +0100 website: bump the docusaurus group in /website with 9 updates (#8338) Bumps the docusaurus group in /website with 9 updates: | Package | From | To | | --- | --- | --- | | [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) | `3.1.0` | `3.1.1` | | [@docusaurus/plugin-client-redirects](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-client-redirects) | `3.1.0` | `3.1.1` | | [@docusaurus/plugin-content-docs](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-content-docs) | `3.1.0` | `3.1.1` | | [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) | `3.1.0` | `3.1.1` | | [@docusaurus/theme-common](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-common) | `3.1.0` | `3.1.1` | | [@docusaurus/theme-mermaid](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-mermaid) | `3.1.0` | `3.1.1` | | [@docusaurus/module-type-aliases](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-module-type-aliases) | `3.1.0` | `3.1.1` | | [@docusaurus/tsconfig](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-tsconfig) | `3.1.0` | `3.1.1` | | [@docusaurus/types](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types) | `3.1.0` | `3.1.1` | Updates `@docusaurus/core` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/facebook/docusaurus/releases) - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/docusaurus/commits/v3.1.1/packages/docusaurus) Updates `@docusaurus/plugin-client-redirects` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/facebook/docusaurus/releases) - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/docusaurus/commits/v3.1.1/packages/docusaurus-plugin-client-redirects) Updates `@docusaurus/plugin-content-docs` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/facebook/docusaurus/releases) - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/docusaurus/commits/v3.1.1/packages/docusaurus-plugin-content-docs) Updates `@docusaurus/preset-classic` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/facebook/docusaurus/releases) - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/docusaurus/commits/v3.1.1/packages/docusaurus-preset-classic) Updates `@docusaurus/theme-common` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/facebook/docusaurus/releases) - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/docusaurus/commits/v3.1.1/packages/docusaurus-theme-common) Updates `@docusaurus/theme-mermaid` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/facebook/docusaurus/releases) - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/docusaurus/commits/v3.1.1/packages/docusaurus-theme-mermaid) Updates `@docusaurus/module-type-aliases` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/facebook/docusaurus/releases) - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/docusaurus/commits/v3.1.1/packages/docusaurus-module-type-aliases) Updates `@docusaurus/tsconfig` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/facebook/docusaurus/releases) - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/docusaurus/commits/v3.1.1/packages/docusaurus-tsconfig) Updates `@docusaurus/types` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/facebook/docusaurus/releases) - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/docusaurus/commits/v3.1.1/packages/docusaurus-types) --- updated-dependencies: - dependency-name: "@docusaurus/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docusaurus - dependency-name: "@docusaurus/plugin-client-redirects" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docusaurus - dependency-name: "@docusaurus/plugin-content-docs" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docusaurus - dependency-name: "@docusaurus/preset-classic" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docusaurus - dependency-name: "@docusaurus/theme-common" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docusaurus - dependency-name: "@docusaurus/theme-mermaid" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docusaurus - dependency-name: "@docusaurus/module-type-aliases" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: docusaurus - dependency-name: "@docusaurus/tsconfig" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: docusaurus - dependency-name: "@docusaurus/types" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: docusaurus ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 741a88ffa6dbc3ab2b011f269519b0ad73d8470f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Jan 29 11:24:52 2024 +0100 web: bump the wdio group in /tests/wdio with 1 update (#8339) Bumps the wdio group in /tests/wdio with 1 update: [@wdio/local-runner](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-local-runner). Updates `@wdio/local-runner` from 8.29.1 to 8.29.2 - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md) - [Commits](https://github.com/webdriverio/webdriverio/commits/v8.29.2/packages/wdio-local-runner) --- updated-dependencies: - dependency-name: "@wdio/local-runner" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: wdio ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 0b8af252b2c21da00f10a956775d8746e88bd9df Author: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Sun Jan 28 01:37:13 2024 +0100 core: compile backend translations (#8335) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: authentik-automation[bot] <authentik-automation[bot]@users.noreply.github.com> commit 07cfabb7e661a5ff16b95ec9c42c4c3c1fe3e666 Author: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun Jan 28 01:07:12 2024 +0100 translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#8331) Translate django.po in zh-Hans 100% translated source file: 'django.po' on 'zh-Hans'. Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> commit 5056233f9d345ebb61f7d768521bde416a094cbb Author: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun Jan 28 01:06:57 2024 +0100 translate: Updates for file web/xliff/en.xlf in zh_CN (#8333) Translate web/xliff/en.xlf in zh_CN 100% translated source file: 'web/xliff/en.xlf' on 'zh_CN'. Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> commit 6e5e82f8d06bf3b74659ed67ebc6cae93a14f29a Author: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun Jan 28 01:06:41 2024 +0100 translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#8334) Translate locale/en/LC_MESSAGES/django.po in zh_CN 100% translated source file: 'locale/en/LC_MESSAGES/django.po' on 'zh_CN'. Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> commit 725641270f50d6191d3de1f011b6565e36265edc Author: Jens L <jens@goauthentik.io> Date: Sat Jan 27 15:31:42 2024 +0100 web: minor fixes for the rbac rework (#8328) * fix drawer height Signed-off-by: Jens Langhammer <jens@goauthentik.io> * move country flag to be before IP in session list to match reputation list Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> commit dfc104d8ebcacda540676a2c9cc9b4479e8a2bb2 Author: Bob van Mierlo <38190383+bobvmierlo@users.noreply.github.com> Date: Fri Jan 26 22:14:51 2024 +0100 website/integrations: Add Synology DSM (#8081) * Added Synology DSM integration * Update website/integrations/services/synology-dsm/index.md Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Bob van Mierlo <38190383+bobvmierlo@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Bob van Mierlo <38190383+bobvmierlo@users.noreply.github.com> * Fix unneeded files --------- Signed-off-by: Bob van Mierlo <38190383+bobvmierlo@users.noreply.github.com> Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> commit dc24db43ff66dc95073d90a210d579beb4bd325d Author: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Fri Jan 26 18:01:11 2024 +0000 core: compile backend translations (#8327) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: smusali <smusali@users.noreply.github.com> commit d1da50a47910f376a107375205f4d475532bf7dd Author: Samir Musali <samir.musali@gmail.com> Date: Fri Jan 26 18:44:19 2024 +0100 docs: update developer docs (#8326) commit 11ca358242783547f59585895861fb65cab5999a Author: Jens L <jens@goauthentik.io> Date: Fri Jan 26 18:01:03 2024 +0100 web/admin: revamped rbac and user settings tabs (#8299) * web/admin: fix duplicate RBAC preview banner on permission modal Signed-off-by: Jens Langhammer <jens@goauthentik.io> * switch non-embedded permission page to use vertical tabs Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix some leftover html? Signed-off-by: Jens Langhammer <jens@goauthentik.io> * move stuff into vertical subtab Signed-off-by: Jens Langhammer <jens@goauthentik.io> * show all of users permission tabs on one main tab Signed-off-by: Jens Langhammer <jens@goauthentik.io> * rework role page to match user page Signed-off-by: Jens Langhammer <jens@goauthentik.io> * use separate tabs Signed-off-by: Jens Langhammer <jens@goauthentik.io> * rename role permission tables to match user tables Signed-off-by: Jens Langhammer <jens@goauthentik.io> * rename to credentials and tokens Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add country icon to session list Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add oauth access token list Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add helper to get relative time Signed-off-by: Jens Langhammer <jens@goauthentik.io> * use pfdivider Signed-off-by: Jens Langhammer <jens@goauthentik.io> * replace plain hr with pf-c-divider Signed-off-by: Jens Langhammer <jens@goauthentik.io> * use new logic for showing relative time in charts Signed-off-by: Jens Langhammer <…
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
)make i18n-extract
)If applicable
make website
)