update: 2025.4.4 -> 2025.6.4

co-authored-by: Maximilian Bosch <maximilian@mbosch.me>
This commit is contained in:
Alexander Sieg 2025-07-24 15:00:03 +02:00
parent 7bb4dfd067
commit e155dd91f6
No known key found for this signature in database
38 changed files with 428 additions and 1232 deletions

View file

@ -50,6 +50,22 @@ buildNapalmPackage "${authentik-src}/website" {
# https://github.com/NixOS/nixpkgs/blob/0037d6fe7143674afdfb35d1aad315605d883973/pkgs/by-name/au/authentik/package.nix#L53
# But this would differ from the upstream build and it's unclear what the impact is:
# https://github.com/goauthentik/authentik/blob/version/2024.8.1/Dockerfile#L20
#
# How to update:
# These instructions may need some adjustment and are only a best effort bash
# translation of the nushell operations. Please correct or better create
# a script to automate this.
#
# - remove everything from the docs-extra-package-locks folder
# - get the postman-code-generators version from the website/package-lock.json
# $ git clone https://github.com/postmanlabs/postman-code-generators
# $ cd postman-code-generators
# $ git checkout v[version-from-lockfile]
# $ cd codegens/
# $ for f in **/npm-shrinkfile.json; do cp "$f" "[this projects root]/comonents/docs-extra-package-locks/${f//\//-}"
#
#
additionalPackageLocks =
let
files = builtins.readDir ./docs-extra-package-locks;