Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

website/docs: 2024.8 release notes: reword group sync disable and fix typo #11103

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

rissson
Copy link
Member

@rissson rissson commented Aug 28, 2024

Details

a quick one and I'm off again


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

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

… typo

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson self-assigned this Aug 28, 2024
@rissson rissson requested a review from a team as a code owner August 28, 2024 21:25
@rissson rissson enabled auto-merge (squash) August 28, 2024 21:25
@rissson rissson changed the title website/docs: 2024.8 release notes: reword group sync disable and fix… website/docs: 2024.8 release notes: reword group sync disable and fix typo Aug 28, 2024
Copy link

netlify bot commented Aug 28, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 1f1126b
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/66cf95bd7b56e9000894c9a7

Copy link

netlify bot commented Aug 28, 2024

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 1f1126b
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/66cf95bd90b1f500083948e3
😎 Deploy Preview https://deploy-preview-11103--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.

Copy link

codecov bot commented Aug 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.68%. Comparing base (98acca8) to head (1f1126b).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11103      +/-   ##
==========================================
- Coverage   92.69%   92.68%   -0.01%     
==========================================
  Files         736      736              
  Lines       36426    36426              
==========================================
- Hits        33764    33762       -2     
- Misses       2662     2664       +2     
Flag Coverage Δ
e2e 49.16% <ø> (-0.01%) ⬇️
integration 25.01% <ø> (ø)
unit 90.23% <ø> (-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.

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-1f1126b913c43c14afe195294d5dbb7682cc9397
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-1f1126b913c43c14afe195294d5dbb7682cc9397-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-1f1126b913c43c14afe195294d5dbb7682cc9397

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-1f1126b913c43c14afe195294d5dbb7682cc9397-arm64

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

@rissson rissson merged commit 6faa250 into main Aug 28, 2024
71 checks passed
@rissson rissson deleted the release-notes-fix-typo-and-reword branch August 28, 2024 23:22
@BeryJu
Copy link
Member

BeryJu commented Aug 28, 2024

/cherry-pick version-2024.8

BeryJu pushed a commit that referenced this pull request Aug 28, 2024
… typo (cherry-pick #11103) (#11108)

website/docs: 2024.8 release notes: reword group sync disable and fix… (#11103)

Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
kensternberg-authentik added a commit that referenced this pull request Aug 29, 2024
* main:
  websites/docs: minor tweaks to rel notes (#11123)
  website/docs: fix outdated docs and typos (#11020)
  web: fix e2e tests to work with latest WebdriverIO and authentik 2024.8 (#11105)
  website/integrations: Fix Nextcloud SAML Docs for SLO (#11118)
  core: bump twisted from 24.3.0 to 24.7.0 (#11119)
  ci: fix failing release attestation (#11107)
  core: bump importlib-metadata from 8.0.0 to 8.4.0 (#11112)
  core: bump google-api-python-client from 2.142.0 to 2.143.0 (#11113)
  core: bump selenium from 4.23.1 to 4.24.0 (#11114)
  web: bump the swc group across 2 directories with 11 updates (#11115)
  enterprise: fix incorrect comparison for latest validity date (#11109)
  website/docs: 2024.8 release notes: reword group sync disable and fix… (#11103)
  website/docs: add info about external users (#11106)
  website/docs: a couple of minor rewrite things (#11099)
  web: bump @sentry/browser from 8.26.0 to 8.27.0 in /web in the sentry group across 1 directory (#11093)
  website: bump webpack from 5.89.0 to 5.94.0 in /website (#11098)
  website/docs: fix nginx ingress auth-signin example (#11096)
  core: bump github.com/jellydator/ttlcache/v3 from 3.2.1 to 3.3.0 (#11091)
  core: bump pdoc from 14.6.0 to 14.6.1 (#11092)
  web: bump @patternfly/elements from 4.0.0 to 4.0.1 in /web (#11094)
kensternberg-authentik added a commit that referenced this pull request Aug 30, 2024
* main:
  website/docs: fix outdated docs and typos (#11020)
  web: fix e2e tests to work with latest WebdriverIO and authentik 2024.8 (#11105)
  website/integrations: Fix Nextcloud SAML Docs for SLO (#11118)
  core: bump twisted from 24.3.0 to 24.7.0 (#11119)
  ci: fix failing release attestation (#11107)
  core: bump importlib-metadata from 8.0.0 to 8.4.0 (#11112)
  core: bump google-api-python-client from 2.142.0 to 2.143.0 (#11113)
  core: bump selenium from 4.23.1 to 4.24.0 (#11114)
  web: bump the swc group across 2 directories with 11 updates (#11115)
  enterprise: fix incorrect comparison for latest validity date (#11109)
  website/docs: 2024.8 release notes: reword group sync disable and fix… (#11103)
  website/docs: add info about external users (#11106)
  website/docs: a couple of minor rewrite things (#11099)
  web: bump @sentry/browser from 8.26.0 to 8.27.0 in /web in the sentry group across 1 directory (#11093)
  website: bump webpack from 5.89.0 to 5.94.0 in /website (#11098)
  website/docs: fix nginx ingress auth-signin example (#11096)
  core: bump github.com/jellydator/ttlcache/v3 from 3.2.1 to 3.3.0 (#11091)
  core: bump pdoc from 14.6.0 to 14.6.1 (#11092)
  web: bump @patternfly/elements from 4.0.0 to 4.0.1 in /web (#11094)
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