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: 2024.10 Release Notes #11839

Merged
merged 7 commits into from
Oct 28, 2024
Merged

Conversation

gergosimonyi
Copy link
Collaborator

No description provided.

@gergosimonyi gergosimonyi requested a review from a team as a code owner October 28, 2024 14:50
Copy link

netlify bot commented Oct 28, 2024

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 63b18f6
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/671fb3ae9e2385000857ce95
😎 Deploy Preview https://deploy-preview-11839--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

netlify bot commented Oct 28, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 63b18f6
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/671fb3aedd97da0008460837

Copy link

codecov bot commented Oct 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.62%. Comparing base (5d1e7a8) to head (63b18f6).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11839      +/-   ##
==========================================
- Coverage   92.63%   92.62%   -0.01%     
==========================================
  Files         760      760              
  Lines       37792    37792              
==========================================
- Hits        35008    35006       -2     
- Misses       2784     2786       +2     
Flag Coverage Δ
e2e 49.23% <ø> (-0.01%) ⬇️
integration 24.92% <ø> (ø)
unit 90.14% <ø> (-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.


## New features

- **Invalidation flows for providers**

The sign-out experience when the session in an application ends can be configured now. Previously where this was always a static page, any flow can be used now. This can be used for additional validation, or redirecting the user to a custom URL.

- **JWE support for OAuth**
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

swap to match above ordering

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done ✅

Copy link
Contributor

github-actions bot commented Oct 28, 2024

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-63b18f6044691fe9a502a941c766af322b5b091c
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-63b18f6044691fe9a502a941c766af322b5b091c-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-63b18f6044691fe9a502a941c766af322b5b091c

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-63b18f6044691fe9a502a941c766af322b5b091c-arm64

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


## Breaking changes

We have no breaking changes this release!
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
We have no breaking changes this release!
We have no breaking changes this release.

Copy link
Collaborator Author

@gergosimonyi gergosimonyi Oct 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd keep this one if it's not a deal breaker for you :) it's a once-a-year thing!

Copy link
Member

@BeryJu BeryJu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

couple small changes

gergosimonyi and others added 2 commits October 28, 2024 16:53
Co-authored-by: Jens L. <[email protected]>
Signed-off-by: Simonyi Gergő <[email protected]>
Co-authored-by: Jens L. <[email protected]>
Signed-off-by: Simonyi Gergő <[email protected]>
@gergosimonyi gergosimonyi enabled auto-merge (squash) October 28, 2024 15:54
@gergosimonyi gergosimonyi merged commit cace69d into main Oct 28, 2024
61 of 63 checks passed
@gergosimonyi gergosimonyi deleted the website/2024.10-release-notes branch October 28, 2024 16:13
@gergosimonyi
Copy link
Collaborator Author

/cherry-pick version-2024.10

gcp-cherry-pick-bot bot pushed a commit that referenced this pull request Oct 28, 2024
* generate diffs and changelog

* add 2024.10 release notes

* reorder release note highlights

* lint website

* reorder release note new features

* reword Kerberos

Co-authored-by: Jens L. <[email protected]>
Signed-off-by: Simonyi Gergő <[email protected]>

* extend JWE description

Co-authored-by: Jens L. <[email protected]>
Signed-off-by: Simonyi Gergő <[email protected]>

---------

Signed-off-by: Simonyi Gergő <[email protected]>
Co-authored-by: Jens L. <[email protected]>
BeryJu added a commit that referenced this pull request Oct 28, 2024
website: 2024.10 Release Notes (#11839)

* generate diffs and changelog

* add 2024.10 release notes

* reorder release note highlights

* lint website

* reorder release note new features

* reword Kerberos




* extend JWE description




---------

Signed-off-by: Simonyi Gergő <[email protected]>
Co-authored-by: Simonyi Gergő <[email protected]>
Co-authored-by: Jens L. <[email protected]>
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.

3 participants