web: bump the storybook group in /web with 8 updates#9266
Merged
Conversation
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
349737a to
f28c2fe
Compare
Contributor
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-ghcr.io/goauthentik/dev-server:gh-cdc47029be5d64c645f185b2f82eba7552277ea3
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sFor arm64, use these values: AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-ghcr.io/goauthentik/dev-server:gh-cdc47029be5d64c645f185b2f82eba7552277ea3-arm64
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
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-ghcr.io/goauthentik/dev-server:gh-cdc47029be5d64c645f185b2f82eba7552277ea3For 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-cdc47029be5d64c645f185b2f82eba7552277ea3-arm64Afterwards, run the upgrade commands from the latest release notes. |
f28c2fe to
79e733e
Compare
Bumps the storybook group in /web with 8 updates: | Package | From | To | | --- | --- | --- | | [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `7.6.17` | `8.0.8` | | [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `7.6.17` | `8.0.8` | | [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/ui/blocks) | `7.6.17` | `8.0.8` | | [@storybook/manager-api](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/manager-api) | `7.6.17` | `8.0.8` | | [@storybook/web-components](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/web-components) | `7.6.17` | `8.0.8` | | [@storybook/web-components-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/web-components-vite) | `7.6.17` | `8.0.8` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `7.6.17` | `8.0.8` | | [storybook-addon-mock](https://github.com/nutboltu/storybook-addon-mock) | `4.3.0` | `5.0.0` | Updates `@storybook/addon-essentials` from 7.6.17 to 8.0.8 - [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/v8.0.8/code/addons/essentials) Updates `@storybook/addon-links` from 7.6.17 to 8.0.8 - [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/v8.0.8/code/addons/links) Updates `@storybook/blocks` from 7.6.17 to 8.0.8 - [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/v8.0.8/code/ui/blocks) Updates `@storybook/manager-api` from 7.6.17 to 8.0.8 - [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/v8.0.8/code/lib/manager-api) Updates `@storybook/web-components` from 7.6.17 to 8.0.8 - [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/v8.0.8/code/renderers/web-components) Updates `@storybook/web-components-vite` from 7.6.17 to 8.0.8 - [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/v8.0.8/code/frameworks/web-components-vite) Updates `storybook` from 7.6.17 to 8.0.8 - [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/v8.0.8/code/lib/cli) Updates `storybook-addon-mock` from 4.3.0 to 5.0.0 - [Release notes](https://github.com/nutboltu/storybook-addon-mock/releases) - [Commits](linearlabs-workspace/storybook-addon-mock@4.3.0...5.0.0) --- updated-dependencies: - dependency-name: "@storybook/addon-essentials" dependency-type: direct:development update-type: version-update:semver-major dependency-group: storybook - dependency-name: "@storybook/addon-links" dependency-type: direct:development update-type: version-update:semver-major dependency-group: storybook - dependency-name: "@storybook/blocks" dependency-type: direct:development update-type: version-update:semver-major dependency-group: storybook - dependency-name: "@storybook/manager-api" dependency-type: direct:development update-type: version-update:semver-major dependency-group: storybook - dependency-name: "@storybook/web-components" dependency-type: direct:development update-type: version-update:semver-major dependency-group: storybook - dependency-name: "@storybook/web-components-vite" dependency-type: direct:development update-type: version-update:semver-major dependency-group: storybook - dependency-name: storybook dependency-type: direct:development update-type: version-update:semver-major dependency-group: storybook - dependency-name: storybook-addon-mock dependency-type: direct:development update-type: version-update:semver-major dependency-group: storybook ... Signed-off-by: dependabot[bot] <support@github.com>
79e733e to
cdc4702
Compare
kensternberg-authentik
added a commit
that referenced
this pull request
Apr 18, 2024
…rities' into web/bug/locale-priorities * refs/remotes/origin/web/bug/locale-priorities: web: fix locale prioritization scheme core: bump aiohttp from 3.9.2 to 3.9.4 (#9339) stages/prompt: fix username field throwing error with existing user (#9342) root: expose session storage configuration (#9337) website/integrations: fix typo (#9340) root: fix go.mod for codeql checking (#9338) root: make redis settings more consistent (#9335) web/admin: fix error in admin interface due to un-hydrated context (#9336) web: bump API Client version (#9334) stages/authenticator_webauthn: fix attestation value (#9333) website/docs: fix SECRET_KEY length (#9328) website/docs: fix email template formatting (#9330) core, web: update translations (#9323) web: bump @patternfly/elements from 3.0.0 to 3.0.1 in /web (#9324) core: bump celery from 5.3.6 to 5.4.0 (#9325) core: bump goauthentik.io/api/v3 from 3.2024022.12 to 3.2024023.1 (#9327) sources/scim: service account should be internal (#9321) web: bump the storybook group in /web with 8 updates (#9266) sources/scim: cleanup service account when source is deleted (#9319)
kensternberg-authentik
added a commit
that referenced
this pull request
Apr 19, 2024
* main: stages/prompt: fix username field throwing error with existing user (#9342) root: expose session storage configuration (#9337) website/integrations: fix typo (#9340) root: fix go.mod for codeql checking (#9338) root: make redis settings more consistent (#9335) web/admin: fix error in admin interface due to un-hydrated context (#9336) web: bump API Client version (#9334) stages/authenticator_webauthn: fix attestation value (#9333) website/docs: fix SECRET_KEY length (#9328) website/docs: fix email template formatting (#9330) core, web: update translations (#9323) web: bump @patternfly/elements from 3.0.0 to 3.0.1 in /web (#9324) core: bump celery from 5.3.6 to 5.4.0 (#9325) core: bump goauthentik.io/api/v3 from 3.2024022.12 to 3.2024023.1 (#9327) sources/scim: service account should be internal (#9321) web: bump the storybook group in /web with 8 updates (#9266) sources/scim: cleanup service account when source is deleted (#9319)
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.
Bumps the storybook group in /web with 8 updates:
7.6.178.0.87.6.178.0.87.6.178.0.87.6.178.0.87.6.178.0.87.6.178.0.87.6.178.0.84.3.05.0.0Updates
@storybook/addon-essentialsfrom 7.6.17 to 8.0.8Release notes
Sourced from
@storybook/addon-essentials's releases.... (truncated)
Changelog
Sourced from
@storybook/addon-essentials's changelog.... (truncated)
Commits
b96b670Bump version from "8.0.7" to "8.0.8" [skip ci]b7c50bbBump version from "8.0.6" to "8.0.7" [skip ci]6cf8ae4Bump version from "8.0.5" to "8.0.6" [skip ci]75565edBump version from "8.0.4" to "8.0.5" [skip ci]b66dfe0Bump version from "8.0.3" to "8.0.4" [skip ci]f30d120Bump version from "8.0.2" to "8.0.3" [skip ci]01c44fbBump version from "8.0.1" to "8.0.2" [skip ci]9975199Bump version from "8.0.0" to "8.0.1" [skip ci]49f18e8Bump version from "8.0.0-rc.5" to "8.0.0" [skip ci]9050c69Bump version from "8.0.0-rc.4" to "8.0.0-rc.5" [skip ci]Updates
@storybook/addon-linksfrom 7.6.17 to 8.0.8Release notes
Sourced from
@storybook/addon-links's releases.... (truncated)
Changelog
Sourced from
@storybook/addon-links's changelog.... (truncated)
Commits
b96b670Bump version from "8.0.7" to "8.0.8" [skip ci]b7c50bbBump version from "8.0.6" to "8.0.7" [skip ci]6cf8ae4Bump version from "8.0.5" to "8.0.6" [skip ci]75565edBump version from "8.0.4" to "8.0.5" [skip ci]b66dfe0Bump version from "8.0.3" to "8.0.4" [skip ci]f30d120Bump version from "8.0.2" to "8.0.3" [skip ci]01c44fbBump version from "8.0.1" to "8.0.2" [skip ci]9975199Bump version from "8.0.0" to "8.0.1" [skip ci]687073bMerge pull request #26524 from storybookjs/fix-ts-expect-errors49f18e8Bump version from "8.0.0-rc.5" to "8.0.0" [skip ci]Updates
@storybook/blocksfrom 7.6.17 to 8.0.8Release notes
Sourced from
@storybook/blocks's releases.... (truncated)
Changelog
Sourced from
@storybook/blocks's changelog.... (truncated)
Commits
b96b670Bump version from "8.0.7" to "8.0.8" [skip ci]b7c50bbBump version from "8.0.6" to "8.0.7" [skip ci]6cf8ae4Bump version from "8.0.5" to "8.0.6" [skip ci]75565edBump version from "8.0.4" to "8.0.5" [skip ci]b66dfe0Bump version from "8.0.3" to "8.0.4" [skip ci]f30d120Bump version from "8.0.2" to "8.0.3" [skip ci]01c44fbBump version from "8.0.1" to "8.0.2" [skip ci]6c159e1Merge pull request #26481 from storybookjs/feat/addon-panel-empty-stateab654d0Merge pull request #26567 from storybookjs/valentin/fix-control-false55117d5Merge pull request #26527 from storybookjs/valentin/fix-theming-for-bar-areasUpdates
@storybook/manager-apifrom 7.6.17 to 8.0.8Release notes
Sourced from
@storybook/manager-api's releases.... (truncated)
Changelog
Sourced from
@storybook/manager-api's changelog.... (truncated)
Commits
b96b670Bump version from "8.0.7" to "8.0.8" [skip ci]b7c50bbBump version from "8.0.6" to "8.0.7" [skip ci]6cf8ae4Bump version from "8.0.5" to "8.0.6" [skip ci]75565edBump version from "8.0.4" to "8.0.5" [skip ci]b66dfe0Bump version from "8.0.3" to "8.0.4" [skip ci]f30d120Bump version from "8.0.2" to "8.0.3" [skip ci]72e39b5Merge pull request #26477 from storybookjs/charles-fix-deprecated-icons01c44fbBump version from "8.0.1" to "8.0.2" [skip ci]9975199Bump version from "8.0.0" to "8.0.1" [skip ci]a4fc840Merge pull request #26411 from storybookjs/kasper/perf-regressionsUpdates
@storybook/web-componentsfrom 7.6.17 to 8.0.8Release notes
Sourced from
@storybook/web-components's releases.