authentik icon indicating copy to clipboard operation
authentik copied to clipboard

web: bump the storybook group in /web with 7 updates

Open dependabot[bot] opened this issue 1 year ago • 3 comments

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

Release notes

Sourced from @​storybook/addon-essentials's releases.

v8.1.5

8.1.5

Changelog

Sourced from @​storybook/addon-essentials's changelog.

8.1.5

Commits

Updates @storybook/addon-links from 8.1.4 to 8.1.5

Release notes

Sourced from @​storybook/addon-links's releases.

v8.1.5

8.1.5

Changelog

Sourced from @​storybook/addon-links's changelog.

8.1.5

Commits

Updates @storybook/blocks from 8.1.4 to 8.1.5

Release notes

Sourced from @​storybook/blocks's releases.

v8.1.5

8.1.5

Changelog

Sourced from @​storybook/blocks's changelog.

8.1.5

Commits

Updates @storybook/manager-api from 8.1.4 to 8.1.5

Release notes

Sourced from @​storybook/manager-api's releases.

v8.1.5

8.1.5

Changelog

Sourced from @​storybook/manager-api's changelog.

8.1.5

Commits
  • 9b706ff Bump version from "8.1.4" to "8.1.5" [skip ci]
  • dfd74fb Merge 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

Release notes

Sourced from @​storybook/web-components's releases.

v8.1.5

8.1.5

Changelog

Sourced from @​storybook/web-components's changelog.

8.1.5

Commits

Updates @storybook/web-components-vite from 8.1.4 to 8.1.5

Release notes

Sourced from @​storybook/web-components-vite's releases.

v8.1.5

8.1.5

Changelog

Sourced from @​storybook/web-components-vite's changelog.

8.1.5

Commits

Updates storybook from 8.1.4 to 8.1.5

Release notes

Sourced from storybook's releases.

v8.1.5

8.1.5

Changelog

Sourced from storybook's changelog.

8.1.5

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

dependabot[bot] avatar May 30 '24 05:05 dependabot[bot]

Deploy Preview for authentik-docs canceled.

Name Link
Latest commit 5328739da074fe84252ce56ac57000d5007767b5
Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/665951a63eeda70008e693a3

netlify[bot] avatar May 30 '24 05:05 netlify[bot]

Deploy Preview for authentik-storybook canceled.

Name Link
Latest commit 5328739da074fe84252ce56ac57000d5007767b5
Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/665951a6552718000868f02b

netlify[bot] avatar May 30 '24 05:05 netlify[bot]

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.

github-actions[bot] avatar May 30 '24 05:05 github-actions[bot]