Skip to content

website/docs: add info and link about supported versions#10442

Merged
tanberry merged 1 commit intomainfrom
docs-supported-versions
Jul 10, 2024
Merged

website/docs: add info and link about supported versions#10442
tanberry merged 1 commit intomainfrom
docs-supported-versions

Conversation

@tanberry
Copy link
Copy Markdown
Contributor

@tanberry tanberry commented Jul 10, 2024

Changed terms about "dedicated support" and added info about supported versions.

  • The documentation has been updated
  • The documentation has been formatted (make website)

@tanberry tanberry requested a review from a team as a code owner July 10, 2024 21:46
@netlify
Copy link
Copy Markdown

netlify bot commented Jul 10, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit cc17f15
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/668f012070cb1e000824d358

@netlify
Copy link
Copy Markdown

netlify bot commented Jul 10, 2024

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit cc17f15
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/668f012061c09100088eec47
😎 Deploy Preview https://deploy-preview-10442--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@notion-workspace
Copy link
Copy Markdown

@rissson rissson changed the title add info and link about supported versions website/docs: add info and link about supported versions Jul 10, 2024
@codecov
Copy link
Copy Markdown

codecov bot commented Jul 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.62%. Comparing base (b818870) to head (cc17f15).

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #10442   +/-   ##
=======================================
  Coverage   92.62%   92.62%           
=======================================
  Files         714      714           
  Lines       35014    35014           
=======================================
+ Hits        32432    32433    +1     
+ Misses       2582     2581    -1     
Flag Coverage Δ
e2e 49.61% <ø> (-0.03%) ⬇️
integration 25.36% <ø> (ø)
unit 90.11% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tanberry tanberry merged commit 2a74225 into main Jul 10, 2024
@tanberry tanberry deleted the docs-supported-versions branch July 10, 2024 22:08
@github-actions
Copy link
Copy Markdown
Contributor

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-cc17f156ef61ba9a61239641b6ddabb287fb8182
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-cc17f156ef61ba9a61239641b6ddabb287fb8182-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
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-ghcr.io/goauthentik/dev-server:gh-cc17f156ef61ba9a61239641b6ddabb287fb8182

For arm64, use these values:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-ghcr.io/goauthentik/dev-server:gh-cc17f156ef61ba9a61239641b6ddabb287fb8182-arm64

Afterwards, run the upgrade commands from the latest release notes.

kensternberg-authentik added a commit that referenced this pull request Jul 11, 2024
* main:
  core: revert backchannel only filtering (#10455)
  website/docs: add info about license:org relation (#10444)
  web: bump @sentry/browser from 8.15.0 to 8.17.0 in /web in the sentry group across 1 directory (#10449)
  web: bump the storybook group across 1 directory with 7 updates (#10451)
  core: bump msgraph-sdk from 1.4.0 to 1.5.2 (#10450)
  core: bump sentry-sdk from 2.8.0 to 2.9.0 (#10452)
  website/docs: add info and link about supported versions (#10442)
kensternberg-authentik added a commit that referenced this pull request Jul 12, 2024
* main: (35 commits)
  core: bump github.com/redis/go-redis/v9 from 9.5.3 to 9.5.4 (#10469)
  core: bump goauthentik.io/api/v3 from 3.2024060.6 to 3.2024061.1 (#10470)
  web: bump the babel group across 1 directory with 2 updates (#10471)
  web: bump the storybook group across 1 directory with 7 updates (#10472)
  core: bump coverage from 7.5.4 to 7.6.0 (#10473)
  website/docs: air gapped: clarify .env usage at the top for Kubernetes installations (#10447)
  website/docs: air gapped: update "see configuration" wording (#10448)
  website/docs: Add Kubernetes Bootstrap Instructions (#9541)
  web: bump API Client version (#10461)
  release: 2024.6.1
  website/docs: add 2024.6.1 release notes (#10456)
  core: revert backchannel only filtering (#10455)
  website/docs: add info about license:org relation (#10444)
  web: bump @sentry/browser from 8.15.0 to 8.17.0 in /web in the sentry group across 1 directory (#10449)
  web: bump the storybook group across 1 directory with 7 updates (#10451)
  core: bump msgraph-sdk from 1.4.0 to 1.5.2 (#10450)
  core: bump sentry-sdk from 2.8.0 to 2.9.0 (#10452)
  website/docs: add info and link about supported versions (#10442)
  core: fix source flow_manager not resuming flow when linking (#10436)
  ci: fix PR comment k8s snippet (#10433)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants