diff options
| author | Yaya <mak@nyantec.com> | 2023-05-30 10:18:07 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-05-31 20:14:59 +0000 |
| commit | 74c3985256cffd25651c11844b29f7716c0b0b2a (patch) | |
| tree | e4ba0b6e414b95c8ae10c06d739b1882d0a9b9a5 | |
| parent | nixos/gitlab: Warn users who are still using an external registry (diff) | |
| download | nixpkgs-origin/backport-233904-to-release-23.05.tar.gz | |
nixos/doc: Mention container registry deprecation in gitlaborigin/backport-233904-to-release-23.05
Support for external container registries has ended in GitLab >=16 and
module users are therefore advised to switch to gitlab's fork instead.
(cherry picked from commit 9b5fefe1decd474ed01d1ecf920617e611ce4cb3)
| -rw-r--r-- | nixos/doc/manual/release-notes/rl-2305.section.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2305.section.md b/nixos/doc/manual/release-notes/rl-2305.section.md index a7af699417b9..9b758adca57a 100644 --- a/nixos/doc/manual/release-notes/rl-2305.section.md +++ b/nixos/doc/manual/release-notes/rl-2305.section.md @@ -279,6 +279,8 @@ In addition to numerous new and updated packages, this release has the following - `gitlab` has been upgraded from major version 15 to major version 16 and requires at least PostgreSQL 13.6. Check the [upgrade guide](#module-services-postgres-upgrading) in the NixOS manual on how to upgrade your PostgreSQL installation. +- `gitlab` 16 deprecates the use of external container registries, in our case `pkgs.docker-distribution`. Module users who have [`services.gitlab.registry.enable`](#opt-services.gitlab.registry.enable) set to `true` are advised to back up their state and switch to gitlab's fork by setting [`services.gitlab.registry.package`](#opt-services.gitlab.registry.package) to `pkgs.gitlab-container-registry`. + - `fail2ban` has been updated to 1.0.2, which has a few breaking changes compared to 0.11.2 ([changelog for 1.0.1](https://github.com/fail2ban/fail2ban/blob/1.0.1/ChangeLog), [changelog for 1.0.2](https://github.com/fail2ban/fail2ban/blob/1.0.2/ChangeLog)) - `albert` has been updated from 0.17.6 to 0.20.13, and 0.18.0 changed the config format and many plugins ([changelog for 0.18.0](https://github.com/albertlauncher/albert/blob/v0.18.0/CHANGELOG.md)) |
