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: update release notes #6590

Merged
merged 7 commits into from
Aug 22, 2023
Merged

website: update release notes #6590

merged 7 commits into from
Aug 22, 2023

Conversation

BeryJu
Copy link
Member

@BeryJu BeryJu commented Aug 22, 2023

Details

  • move 2023.7 to 2023.8
  • also move the version dropdown into the sidebar so it's only shown on applicable pages

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)
  • The translation files have been updated (make i18n-extract)

If applicable

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

@BeryJu BeryJu requested a review from a team as a code owner August 22, 2023 10:12
@BeryJu BeryJu requested review from smusali and removed request for a team August 22, 2023 10:12
@netlify
Copy link

netlify bot commented Aug 22, 2023

Deploy Preview for authentik-storybook canceled.

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

@netlify
Copy link

netlify bot commented Aug 22, 2023

Deploy Preview for authentik ready!

Name Link
🔨 Latest commit 64bf01a
🔍 Latest deploy log https://app.netlify.com/sites/authentik/deploys/64e4901f08442f0008cdb2f4
😎 Deploy Preview https://deploy-preview-6590--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 22, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.02% ⚠️

Comparison is base (0472ef5) 92.48% compared to head (64bf01a) 92.46%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6590      +/-   ##
==========================================
- Coverage   92.48%   92.46%   -0.02%     
==========================================
  Files         561      561              
  Lines       27094    27094              
==========================================
- Hits        25056    25050       -6     
- Misses       2038     2044       +6     
Flag Coverage Δ
e2e 51.61% <ø> (-0.01%) ⬇️
integration 26.57% <ø> (ø)
unit 89.28% <ø> (ø)

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

see 2 files with indirect coverage changes

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

@authentik-automation
Copy link
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 45%, saving 20.59 KB.

Filename Before After Improvement Visual comparison
website/static/img/social.png 45.73 KB 25.15 KB -45.0% View diff

177 images did not require optimisation.

Signed-off-by: Jens Langhammer <[email protected]>
@github-actions
Copy link
Contributor

github-actions bot commented Aug 22, 2023

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-website-update-release-notes-1692701290-64d8ab5
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-website-update-release-notes-1692701290-64d8ab5-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-website-update-release-notes-1692701290-64d8ab5

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-website-update-release-notes-1692701290-64d8ab5-arm64

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

@BeryJu BeryJu merged commit d9f13e8 into main Aug 22, 2023
60 of 61 checks passed
@BeryJu BeryJu deleted the website/update-release-notes branch August 22, 2023 11:03
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.

1 participant