gitlab: 17.11.2 -> 18.0.0; move to pkgs/by-name (#408380)

This commit is contained in:
Leona Maroni 2025-05-20 23:01:12 +02:00 committed by GitHub
commit 9db0ab9d84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 731 additions and 386 deletions

View file

@ -348,6 +348,8 @@ Alongside many enhancements to NixOS modules and general system improvements, th
- The behavior of the `networking.nat.externalIP` and `networking.nat.externalIPv6` options has been changed. `networking.nat.forwardPorts` now only forwards packets destined for the specified IP addresses.
- `gitlab` has been updated from 17.x to 18.x and requires `postgresql` >= 16, as stated in the [documentation](https://docs.gitlab.com/18.0/install/requirements/#postgresql). Check the [upgrade guide](#module-services-postgres-upgrading) in the NixOS manual on how to upgrade your PostgreSQL installation.
- `services.gitlab` now requires the setting of `activeRecordPrimaryKeyFile`, `activeRecordDeterministicKeyFile`, `activeRecordSaltFile` as GitLab introduced Rails ActiveRecord encryption.
- `python3Packages.bpycv` has been removed due to being incompatible with Blender 4 and unmaintained.