Skip to content

website/docs: prepare 2023.5.3#5824

Merged
BeryJu merged 1 commit intomainfrom
website/docs/2023.5.3
Jun 1, 2023
Merged

website/docs: prepare 2023.5.3#5824
BeryJu merged 1 commit intomainfrom
website/docs/2023.5.3

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Jun 1, 2023

Details

  • Does this resolve an issue?
    Resolves #

Changes

New Features

  • Adds feature which does x, y, and z.

Breaking Changes

  • Adds breaking change which causes <issue>.

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)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner June 1, 2023 17:00
@netlify
Copy link

netlify bot commented Jun 1, 2023

Deploy Preview for authentik ready!

Name Link
🔨 Latest commit ae59251
🔍 Latest deploy log https://app.netlify.com/sites/authentik/deploys/6478ce9bd1561200080ec3e6
😎 Deploy Preview https://deploy-preview-5824--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 settings.

@github-actions
Copy link
Contributor

github-actions bot commented Jun 1, 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-docs-2023.5.3-1685639447-ae59251
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-docs-2023.5.3-1685639447-ae59251-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-docs-2023.5.3-1685639447-ae59251

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-docs-2023.5.3-1685639447-ae59251-arm64

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

@codecov
Copy link

codecov bot commented Jun 1, 2023

Codecov Report

Patch coverage has no change and project coverage change: +39.56 🎉

Comparison is base (570d9af) 51.19% compared to head (ae59251) 90.75%.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #5824       +/-   ##
===========================================
+ Coverage   51.19%   90.75%   +39.56%     
===========================================
  Files         549      549               
  Lines       26326    26326               
===========================================
+ Hits        13476    23890    +10414     
+ Misses      12850     2436    -10414     
Flag Coverage Δ
e2e 50.09% <ø> (+0.69%) ⬆️
integration ?
unit 89.45% <ø> (?)

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

see 395 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@BeryJu BeryJu merged commit 7daf89b into main Jun 1, 2023
@BeryJu BeryJu deleted the website/docs/2023.5.3 branch June 1, 2023 17:34
kensternberg-authentik added a commit that referenced this pull request Jun 1, 2023
* main:
  web: bump API Client version (#5826)
  release: 2023.5.3
  website/docs: prepare 2023.5.3 (#5824)
  ci: build outpost binaries statically linked (#5823)
  blueprints: fix API validation with OCI blueprint path (#5822)
  ci: replace github bot account with github app (#5819)
  providers/ldap: fix LDAP Outpost application selection (#5812)
  stages/deny: fix typos (#5800)
  web/flows: fix RedirectStage not detecting absolute URLs correctly (#5781)
kensternberg-authentik added a commit that referenced this pull request Jun 5, 2023
* main:
  web: bump API Client version (#5826)
  release: 2023.5.3
  website/docs: prepare 2023.5.3 (#5824)
  ci: build outpost binaries statically linked (#5823)
  blueprints: fix API validation with OCI blueprint path (#5822)
  ci: replace github bot account with github app (#5819)
  providers/ldap: fix LDAP Outpost application selection (#5812)
  stages/deny: fix typos (#5800)
  web/flows: fix RedirectStage not detecting absolute URLs correctly (#5781)
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