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
This commit is contained in:
committed by
Weijia Wang
parent
7c2d60bfb4
commit
d202498189
@@ -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.
|
- `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.
|
- `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.
|
- The `boot.readOnlyNixStore` has been removed. Control over bind mount options on `/nix/store` is now offered by the `boot.nixStoreMountOpts` option.
|
||||||
|
|||||||
Reference in New Issue
Block a user