From d20249818966ff80c7f5c249ac02bb202f7bfd2d Mon Sep 17 00:00:00 2001 From: Adam Hellberg Date: Mon, 27 Jan 2025 20:16:04 +0100 Subject: [PATCH] gitversion: 5.12.0 -> 6.3.0 GitVersion 6.x brings some breaking changes to the config format, having an up to date version is important for those working with the newer format. Release notes for 6.3.0 are here: https://github.com/GitTools/GitVersion/releases/tag/6.3.0 But the notes for 6.0.0 document the breaking changes: https://github.com/GitTools/GitVersion/releases/tag/6.0.0 Of note is that the website (https://gitversion.net) still advertises 5.12.0 in the top nav, but the [docs][1] refer to [the new configuration format][2] introduced in 6.x, as well as [updated version variables][3]. [1]: https://gitversion.net/docs/ [2]: https://gitversion.net/docs/reference/configuration [3]: https://gitversion.net/docs/reference/variables --- nixos/doc/manual/release-notes/rl-2511.section.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/doc/manual/release-notes/rl-2511.section.md b/nixos/doc/manual/release-notes/rl-2511.section.md index 0e54f9304d19..02a7cbec7087 100644 --- a/nixos/doc/manual/release-notes/rl-2511.section.md +++ b/nixos/doc/manual/release-notes/rl-2511.section.md @@ -56,6 +56,9 @@ - `services.dwm-status.extraConfig` was replaced by [RFC0042](https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md)-compliant [](#opt-services.dwm-status.settings), which is used to generate the config file. `services.dwm-status.order` is now moved to [](#opt-services.dwm-status.settings.order), as it's a part of the config file. +- `gitversion` was updated to 6.3.0, which includes a number of breaking changes, old configurations may need updating or they will cause the tool to fail to run. + See the [6.0.0 release notes for GitVersion](https://github.com/GitTools/GitVersion/releases/tag/6.0.0) for details on the breaking changes, [the documentation on the configuration format](https://gitversion.net/docs/reference/configuration) for the new configuration specification, and [the documentation on version variables](https://gitversion.net/docs/reference/variables) for what is now supported. + - `renovate` was updated to v40. See the [upstream release notes](https://github.com/renovatebot/renovate/releases/tag/40.0.0) for breaking changes. - The `boot.readOnlyNixStore` has been removed. Control over bind mount options on `/nix/store` is now offered by the `boot.nixStoreMountOpts` option.