···19211921 </listitem>
19221922 <listitem>
19231923 <para>
19241924- ORY Kratos was updated to version 0.8.3-alpha.1.pre.0, which
19241924+ ORY Kratos was updated to version 0.9.0-alpha.3, which
19251925 introduces some breaking changes:
19261926 </para>
19271927 <itemizedlist spacing="compact">
19281928 <listitem>
19291929 <para>
19301930+ All endpoints at the Admin API are now exposed at
19311931+ <literal>/admin/</literal>. For example, endpoint
19321932+ <literal>https://kratos:4434/identities</literal> is now
19331933+ exposed at
19341934+ <literal>https://kratos:4434/admin/identities</literal>
19351935+ </para>
19361936+ </listitem>
19371937+ <listitem>
19381938+ <para>
19391939+ Configuration key
19401940+ <literal>selfservice.whitelisted_return_urls</literal> has
19411941+ been renamed to <literal>allowed_return_urls</literal>
19421942+ </para>
19431943+ </listitem>
19441944+ <listitem>
19451945+ <para>
19461946+ The <literal>password_identifier</literal> form field of
19471947+ the password login strategy has been renamed to
19481948+ <literal>identifier</literal> to make compatibility with
19491949+ passwordless flows possible.
19501950+ </para>
19511951+ </listitem>
19521952+ <listitem>
19531953+ <para>
19541954+ Instead of having a global
19551955+ <literal>default_schema_url</literal> which developers
19561956+ used to update their schema, you now need to define the
19571957+ <literal>default_schema_id</literal> which must reference
19581958+ schema ID in your config.
19591959+ </para>
19601960+ </listitem>
19611961+ <listitem>
19621962+ <para>
19631963+ Calling <literal>/self-service/recovery</literal> without
19641964+ flow ID or with an invalid flow ID while authenticated
19651965+ will now respond with an error instead of redirecting to
19661966+ the default page.
19671967+ </para>
19681968+ </listitem>
19691969+ <listitem>
19701970+ <para>
19301971 If you are relying on the SQLite images, update your
19311972 Docker Pull commands as follows:
19321973 </para>
···19592000 <para>
19602001 <link xlink:href="https://github.com/ory/kratos/releases/tag/v0.8.2-alpha.1">Release
19612002 Notes for v0.8.2-alpha-1</link>
20032003+ </para>
20042004+ </listitem>
20052005+ <listitem>
20062006+ <para>
20072007+ <link xlink:href="https://github.com/ory/kratos/releases/tag/v0.9.0-alpha.1">Release
20082008+ Notes for v0.9.0-alpha-1</link>
20092009+ </para>
20102010+ </listitem>
20112011+ <listitem>
20122012+ <para>
20132013+ <link xlink:href="https://github.com/ory/kratos/releases/tag/v0.9.0-alpha.3">Release
20142014+ Notes for v0.9.0-alpha-3</link>
19622015 </para>
19632016 </listitem>
19642017 </itemizedlist>
+9-1
nixos/doc/manual/release-notes/rl-2205.section.md
···716716717717- `nixos-generate-config` now puts the dhcp configuration in `hardware-configuration.nix` instead of `configuration.nix`.
718718719719-- ORY Kratos was updated to version 0.8.3-alpha.1.pre.0, which introduces some breaking changes:
719719+- ORY Kratos was updated to version 0.9.0-alpha.3, which introduces some breaking changes:
720720+ - All endpoints at the Admin API are now exposed at `/admin/`. For example, endpoint `https://kratos:4434/identities` is now exposed at `https://kratos:4434/admin/identities`
721721+ - Configuration key `selfservice.whitelisted_return_urls` has been renamed to `allowed_return_urls`
722722+ - The `password_identifier` form field of the password login strategy has been renamed to `identifier` to make compatibility with passwordless flows possible.
723723+ - Instead of having a global `default_schema_url` which developers used to update their schema, you now need to define the `default_schema_id` which must reference schema ID in your config.
724724+ - Calling `/self-service/recovery` without flow ID or with an invalid flow ID while authenticated will now respond with an error instead of redirecting to the default page.
720725 - If you are relying on the SQLite images, update your Docker Pull commands as follows:
721726 - `docker pull oryd/kratos:{version}`
722727 - Additionally, all passwords now have to be at least 8 characters long.
723728 - For more details, see:
724729 - [Release Notes for v0.8.1-alpha-1](https://github.com/ory/kratos/releases/tag/v0.8.1-alpha.1)
725730 - [Release Notes for v0.8.2-alpha-1](https://github.com/ory/kratos/releases/tag/v0.8.2-alpha.1)
731731+ - [Release Notes for v0.9.0-alpha-1](https://github.com/ory/kratos/releases/tag/v0.9.0-alpha.1)
732732+ - [Release Notes for v0.9.0-alpha-3](https://github.com/ory/kratos/releases/tag/v0.9.0-alpha.3)
733733+726734727735- `fetchFromSourcehut` now allows fetching repositories recursively
728736 using `fetchgit` or `fetchhg` if the argument `fetchSubmodules`