authentik
authentik copied to clipboard
core: bump importlib-metadata from 7.0.0 to 7.1.0
Bumps importlib-metadata from 7.0.0 to 7.1.0.
Changelog
Sourced from importlib-metadata's changelog.
v7.1.0
Features
python/cpython#114664Bugfixes
- Make MetadataPathFinder.find_distributions a classmethod for consistency with CPython. Closes #484. (#484)
- Allow
MetadataPathFinder.invalidate_cachesto be called as a classmethod.v7.0.2
No significant changes.
v7.0.1
Bugfixes
- Corrected the interface for SimplePath to encompass the expectations of locate_file and PackagePath.
- Fixed type annotations to allow strings.
Commits
f5d6b5fFinalize2ef3b5fMerge commit '1711b2c198'1711b2cNeed to include names from test.support for py312 compat.47b14acMake MetadataPathFinder.find_distributions a classmethod for consistency with...adc4b12Ensure tests do not leak references in sys.modules.07d894dCopy backport of isolated_modules from importlib_resources.e30a16dConsolidated test support logic in jaraco.test.cpython.41ca039Moved compatibility tests to the compat package, as they're not included in C...5950f43Remove legacy logic for Python 3.7.ffa719bMoved compatibility module to compat package.- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Deploy Preview for authentik-docs canceled.
| Name | Link |
|---|---|
| Latest commit | 723fee06fcf30349bdcc50c02addcf17c7e598bb |
| Latest deploy log | https://app.netlify.com/sites/authentik-docs/deploys/6659552a0b731500083e2563 |
Deploy Preview for authentik-storybook canceled.
| Name | Link |
|---|---|
| Latest commit | 723fee06fcf30349bdcc50c02addcf17c7e598bb |
| Latest deploy log | https://app.netlify.com/sites/authentik-storybook/deploys/6659552a24ba7f0008b42b7a |
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-ghcr.io/goauthentik/dev-server:gh-723fee06fcf30349bdcc50c02addcf17c7e598bb
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-ghcr.io/goauthentik/dev-server:gh-723fee06fcf30349bdcc50c02addcf17c7e598bb-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 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
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-ghcr.io/goauthentik/dev-server:gh-723fee06fcf30349bdcc50c02addcf17c7e598bb
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-ghcr.io/goauthentik/dev-server:gh-723fee06fcf30349bdcc50c02addcf17c7e598bb-arm64
Afterwards, run the upgrade commands from the latest release notes.