Skip to content

website/docs: fix typos#6672

Merged
tanberry merged 1 commit intomainfrom
fix-ent
Aug 29, 2023
Merged

website/docs: fix typos#6672
tanberry merged 1 commit intomainfrom
fix-ent

Conversation

@tanberry
Copy link
Contributor

@tanberry tanberry commented Aug 29, 2023

Fixed two typos.

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

@tanberry tanberry requested a review from a team as a code owner August 29, 2023 21:24
@tanberry tanberry requested review from kensternberg-authentik and removed request for a team August 29, 2023 21:24
@netlify
Copy link

netlify bot commented Aug 29, 2023

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 6df5472
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/64ee61f76b52c80008758fe2

@netlify
Copy link

netlify bot commented Aug 29, 2023

Deploy Preview for authentik ready!

Name Link
🔨 Latest commit 6df5472
🔍 Latest deploy log https://app.netlify.com/sites/authentik/deploys/64ee61f7b0709a0008fb2cb4
😎 Deploy Preview https://deploy-preview-6672--authentik.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.

@codecov
Copy link

codecov bot commented Aug 29, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (bcf9a01) 92.50% compared to head (6df5472) 92.50%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6672      +/-   ##
==========================================
- Coverage   92.50%   92.50%   -0.00%     
==========================================
  Files         561      561              
  Lines       27146    27146              
==========================================
- Hits        25110    25108       -2     
- Misses       2036     2038       +2     
Flag Coverage Δ
e2e 51.54% <ø> (-<0.01%) ⬇️
integration 26.52% <ø> (ø)
unit 89.30% <ø> (ø)

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

see 1 file with indirect coverage changes

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

@github-actions
Copy link
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-fix-ent-1693344926-6df5472
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-fix-ent-1693344926-6df5472-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-fix-ent-1693344926-6df5472

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-fix-ent-1693344926-6df5472-arm64

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

@tanberry tanberry merged commit d291d16 into main Aug 29, 2023
@tanberry tanberry deleted the fix-ent branch August 29, 2023 21:49
kensternberg-authentik added a commit that referenced this pull request Sep 1, 2023
* main: (22 commits)
  web/admin: fix ak-toggle-group for policy and blueprint uses (#6687)
  events: fix missing application names from most used applications (#6689)
  core: bump goauthentik.io/api/v3 from 3.2023061.13 to 3.2023081.1 (#6681)
  website: bump prettier from 3.0.2 to 3.0.3 in /website (#6683)
  website: bump postcss from 8.4.28 to 8.4.29 in /website (#6684)
  core: bump sentry-sdk from 1.29.2 to 1.30.0 (#6682)
  web: bump pyright from 1.1.324 to 1.1.325 in /web (#6685)
  web: bump API Client version (#6680)
  release: 2023.8.1
  website: bump 2023.8.1 release notes (#6678)
  root/revert persistent connections (#6677)
  blueprints: fix policy exception causing password stage to be skipped after upgrade (#6674)
  web/admin: fix version link to release notes (#6676)
  web: fix notification drawer scrolling (#6675)
  website/docs: fix typos (#6672)
  web: bump prettier from 3.0.2 to 3.0.3 in /web (#6671)
  website: remove enterprise waitlist (#6670)
  web: bump API Client version (#6669)
  release: 2023.8.0
  website: update 2023.8 release notes (#6666)
  ...
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