Skip to content

root: update gen-changelog to filter unnecessary commits#22550

Open
PeshekDotDev wants to merge 1 commit into
mainfrom
update-gen-changelog-output
Open

root: update gen-changelog to filter unnecessary commits#22550
PeshekDotDev wants to merge 1 commit into
mainfrom
update-gen-changelog-output

Conversation

@PeshekDotDev
Copy link
Copy Markdown
Contributor

@PeshekDotDev PeshekDotDev commented May 21, 2026

Details

Filters out website, ci, and ": bump" commits to make handling release notes easier


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 and clients have been updated (make gen)

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 docs)

@PeshekDotDev PeshekDotDev requested a review from a team as a code owner May 21, 2026 22:42
@PeshekDotDev PeshekDotDev force-pushed the update-gen-changelog-output branch from 9d0bfa6 to 6b0c0de Compare May 21, 2026 22:43
@PeshekDotDev PeshekDotDev self-assigned this May 21, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented May 21, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 9d0bfa6
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6a0f8a3c8c2d3d00080decc3
😎 Deploy Preview https://deploy-preview-22550--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 project configuration.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.25%. Comparing base (b9e1b27) to head (6b0c0de).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #22550      +/-   ##
==========================================
- Coverage   93.29%   93.25%   -0.05%     
==========================================
  Files        1033     1033              
  Lines       60075    60075              
  Branches      400      400              
==========================================
- Hits        56045    56020      -25     
- Misses       4030     4055      +25     
Flag Coverage Δ
conformance 36.60% <ø> (+<0.01%) ⬆️
e2e 41.85% <ø> (+<0.01%) ⬆️
integration 32.55% <ø> (-0.50%) ⬇️
rust 0.00% <ø> (ø)
unit 92.22% <ø> (+<0.01%) ⬆️
unit-migrate 92.27% <ø> (+<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.

@github-actions
Copy link
Copy Markdown
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-6b0c0de174aea4bd19769105ff8d0259e86d32f8
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-6b0c0de174aea4bd19769105ff8d0259e86d32f8

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

Comment thread Makefile
git log --pretty=format:"- %s" $(shell git merge-base ${last_version} ${current_commit})...${last_version} > merged_to_last
grep -Eo 'cherry-pick (#\d+)' merged_to_last | cut -d ' ' -f 2 | sed 's/.*/(&)$$/' > cherry_picked_to_last
grep -vf cherry_picked_to_last merged_to_current | sort > changelog.md
grep -vf cherry_picked_to_last merged_to_current | grep -vE '^- (ci:|website)|: bump ' | sort > changelog.md
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

As much as I'd love to do this, we might miss some updates that we want to call out in release notes, such as django, python, psycopg?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

2 participants