···172172 </listitem>
173173 </itemizedlist>
174174 </listitem>
175175+ <listitem>
176176+ <para>
177177+ ORY Kratos was updated to version 0.8.0-alpha.3
178178+ </para>
179179+ <itemizedlist spacing="compact">
180180+ <listitem>
181181+ <para>
182182+ This release requires you to run SQL migrations. Please,
183183+ as always, create a backup of your database first!
184184+ </para>
185185+ </listitem>
186186+ <listitem>
187187+ <para>
188188+ The SDKs are now generated with tag v0alpha2 to reflect
189189+ that some signatures have changed in a breaking fashion.
190190+ Please update your imports from v0alpha1 to v0alpha2.
191191+ </para>
192192+ </listitem>
193193+ <listitem>
194194+ <para>
195195+ The SMTPS scheme used in courier config URL with
196196+ cleartext/StartTLS/TLS SMTP connection types is now only
197197+ supporting implicit TLS. For StartTLS and cleartext SMTP,
198198+ please use the SMTP scheme instead.
199199+ </para>
200200+ </listitem>
201201+ <listitem>
202202+ <para>
203203+ for more details, see
204204+ <link xlink:href="https://github.com/ory/kratos/releases/tag/v0.8.0-alpha.1">Release
205205+ Notes</link>.
206206+ </para>
207207+ </listitem>
208208+ </itemizedlist>
209209+ </listitem>
175210 </itemizedlist>
176211 </section>
177212 <section xml:id="sec-release-21.11-new-services">
+6
nixos/doc/manual/release-notes/rl-2111.section.md
···5050 - This breaks connections to old SSH daemons as ssh-rsa host keys and ssh-rsa public keys that were signed with SHA-1 are disabled by default now
5151 - These can be re-enabled, see the [OpenSSH changelog](https://www.openssh.com/txt/release-8.8) for details
52525353+- ORY Kratos was updated to version 0.8.0-alpha.3
5454+ - This release requires you to run SQL migrations. Please, as always, create a backup of your database first!
5555+ - The SDKs are now generated with tag v0alpha2 to reflect that some signatures have changed in a breaking fashion. Please update your imports from v0alpha1 to v0alpha2.
5656+ - The SMTPS scheme used in courier config URL with cleartext/StartTLS/TLS SMTP connection types is now only supporting implicit TLS. For StartTLS and cleartext SMTP, please use the SMTP scheme instead.
5757+ - for more details, see [Release Notes](https://github.com/ory/kratos/releases/tag/v0.8.0-alpha.1).
5858+5359## New Services {#sec-release-21.11-new-services}
54605561- [btrbk](https://digint.ch/btrbk/index.html), a backup tool for btrfs subvolumes, taking advantage of btrfs specific capabilities to create atomic snapshots and transfer them incrementally to your backup locations. Available as [services.btrbk](options.html#opt-services.brtbk.instances).