authentik
authentik copied to clipboard
web: bump the storybook group in /web with 7 updates
Bumps the storybook group in /web with 7 updates:
| Package | From | To |
|---|---|---|
| @storybook/addon-essentials | 8.1.4 |
8.1.5 |
| @storybook/addon-links | 8.1.4 |
8.1.5 |
| @storybook/blocks | 8.1.4 |
8.1.5 |
| @storybook/manager-api | 8.1.4 |
8.1.5 |
| @storybook/web-components | 8.1.4 |
8.1.5 |
| @storybook/web-components-vite | 8.1.4 |
8.1.5 |
| storybook | 8.1.4 |
8.1.5 |
Updates @storybook/addon-essentials from 8.1.4 to 8.1.5
Commits
9b706ffBump version from "8.1.4" to "8.1.5" [skip ci]- See full diff in compare view
Updates @storybook/addon-links from 8.1.4 to 8.1.5
Commits
9b706ffBump version from "8.1.4" to "8.1.5" [skip ci]- See full diff in compare view
Updates @storybook/blocks from 8.1.4 to 8.1.5
Commits
9b706ffBump version from "8.1.4" to "8.1.5" [skip ci]- See full diff in compare view
Updates @storybook/manager-api from 8.1.4 to 8.1.5
Commits
9b706ffBump version from "8.1.4" to "8.1.5" [skip ci]dfd74fbMerge pull request #27379 from storybookjs/shilman/tweak-composition-tags- See full diff in compare view
Updates @storybook/web-components from 8.1.4 to 8.1.5
Commits
9b706ffBump version from "8.1.4" to "8.1.5" [skip ci]- See full diff in compare view
Updates @storybook/web-components-vite from 8.1.4 to 8.1.5
Commits
9b706ffBump version from "8.1.4" to "8.1.5" [skip ci]- See full diff in compare view
Updates storybook from 8.1.4 to 8.1.5
Commits
9b706ffBump version from "8.1.4" to "8.1.5" [skip ci]226057bMerge pull request #27366 from mnigh/next- See full diff 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Deploy Preview for authentik-docs canceled.
| Name | Link |
|---|---|
| Latest commit | 5328739da074fe84252ce56ac57000d5007767b5 |
| Latest deploy log | https://app.netlify.com/sites/authentik-docs/deploys/665951a63eeda70008e693a3 |
Deploy Preview for authentik-storybook canceled.
| Name | Link |
|---|---|
| Latest commit | 5328739da074fe84252ce56ac57000d5007767b5 |
| Latest deploy log | https://app.netlify.com/sites/authentik-storybook/deploys/665951a6552718000868f02b |
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-5328739da074fe84252ce56ac57000d5007767b5
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-5328739da074fe84252ce56ac57000d5007767b5-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-5328739da074fe84252ce56ac57000d5007767b5
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-5328739da074fe84252ce56ac57000d5007767b5-arm64
Afterwards, run the upgrade commands from the latest release notes.