Skip to content

Commit 2032ba4

Browse files
authored
docs: migration from Kratos 0.10.0 (#2515)
1 parent 0fa5879 commit 2032ba4

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

docs/kratos/guides/upgrade.mdx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ Back up your data! Applying upgrades can lead to data loss if handled incorrectl
1111

1212
:::
1313

14-
1. Review breaking changes.
15-
Visit the [CHANGELOG.md](https://github.com/ory/kratos/blob/master/CHANGELOG.md) to see if breaking changes have been
16-
introduced in the version you are upgrading to.
14+
1. Review breaking changes. Visit the [CHANGELOG.md](https://github.com/ory/kratos/blob/master/CHANGELOG.md) to see if breaking
15+
changes have been introduced in the version you are upgrading to.
1716
1. Backup your data.
1817
1. Update the [Ory Kratos SDK](../sdk/01_overview.md) if used in your application.
1918
1. [Install](../install.mdx) the new version of Ory Kratos.
@@ -26,5 +25,10 @@ Should you run into problems with the upgrade, consider a stepped upgrade and pl
2625

2726
In [Ory Kratos v0.7](https://github.com/ory/kratos/blob/v0.7.0-alpha.1/CHANGELOG.md#breaking-changes) the cookie behavior has
2827
changed. Review
29-
[changes in the exemplary self-service user interface](https://github.com/ory/kratos-selfservice-ui-node/commit/e7fa292968111e06401fcfc9b1dd0e8e285a4d87).
28+
[changes in the exemplary self-service user interface](https://github.com/ory/kratos-selfservice-ui-node/commit/e7fa292968111e06401fcfc9b1dd0e8e285a4d87).
3029
Visit the [Cookie Settings](https://www.ory.com/kratos/docs/guides/multi-domain-cookies/#cookies) document for more information.
30+
31+
#### v0.10.0 Authenticator assurance level (AAL) in session
32+
33+
Since [Ory Kratos v0.10.0](https://github.com/ory/kratos/blob/v0.10.0/CHANGELOG.md#breaking-changes), the AAL is part of the
34+
session. When upgrading, sessions need to be reissued to observe a higher AAL due to multi-factor methods.

0 commit comments

Comments
 (0)