Skip to content

Commit 42b0d56

Browse files
committed
kratos: 1.3.1 -> 25.4.0
Upstream switched to a new versioning scheme (year.major.minor). Release notes: https://github.com/ory/kratos/releases/tag/v25.4.0
1 parent 36f60e1 commit 42b0d56

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

nixos/doc/manual/release-notes/rl-2605.section.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ of pulling the upstream container image from Docker Hub. If you want the old beh
8181

8282
No functionality should have been impacted by these changes (including controlling via `wpa_cli`, integration with NetworkManager or connman), but if you find any problems, please open an issue on GitHub.
8383

84+
- `kratos` has been updated from 1.3.1 to [25.4.0](https://github.com/ory/kratos/releases/tag/v25.4.0). Upstream switched to a new versioning scheme (year.major.minor). Notable breaking changes:
85+
86+
- The `migrate sql` CLI command is now `migrate sql up`
87+
- OIDC registration validation errors are now placed in the `default` node group instead of `oidc`
88+
- Failed OIDC account linking returns HTTP 400 instead of 200
89+
8490
- `pdns` has been updated to version [v5.0.x](https://doc.powerdns.com/authoritative/changelog/5.0.html), which introduces breaking changes. Check out the [Upgrade Notes](https://doc.powerdns.com/authoritative/upgrading.html#to-5-0-0) for details.
8591

8692
- `services.angrr` now uses TOML for configuration. Define policies with `services.angrr.settings` (generate TOML file) or point to a file using `services.angrr.configFile`. The legacy options `services.angrr.period`, `services.angrr.ownedOnly`, and `services.angrr.removeRoot` have been removed. See `man 5 angrr` and the description of `services.angrr.settings` options for examples and details.

pkgs/by-name/kr/kratos/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}:
77
let
88
pname = "kratos";
9-
version = "1.3.1";
9+
version = "25.4.0";
1010
in
1111
buildGoModule {
1212
inherit pname version;
@@ -15,10 +15,10 @@ buildGoModule {
1515
owner = "ory";
1616
repo = "kratos";
1717
rev = "v${version}";
18-
hash = "sha256-FJrBwjWBYwoiy8rWXn+jaVc1b35So1Rb9SjkUlNwAqE=";
18+
hash = "sha256-f/K86B5h7xM7Zsbr5w2rZgsyNlCSemrBkqtMRQq/Xws=";
1919
};
2020

21-
vendorHash = "sha256-zZwunp/433oIYI5ZA3Pznq9jfvIZE5ZUJKxboVef8g0=";
21+
vendorHash = "sha256-ayL3V8TQ+9Tk2Wkhvn+Tft9AqxiFegznKXD0eBkFbhs=";
2222

2323
subPackages = [ "." ];
2424

0 commit comments

Comments
 (0)