···172 </listitem>
173 </itemizedlist>
174 </listitem>
175+ <listitem>
176+ <para>
177+ ORY Kratos was updated to version 0.8.0-alpha.3
178+ </para>
179+ <itemizedlist spacing="compact">
180+ <listitem>
181+ <para>
182+ This release requires you to run SQL migrations. Please,
183+ as always, create a backup of your database first!
184+ </para>
185+ </listitem>
186+ <listitem>
187+ <para>
188+ The SDKs are now generated with tag v0alpha2 to reflect
189+ that some signatures have changed in a breaking fashion.
190+ Please update your imports from v0alpha1 to v0alpha2.
191+ </para>
192+ </listitem>
193+ <listitem>
194+ <para>
195+ The SMTPS scheme used in courier config URL with
196+ cleartext/StartTLS/TLS SMTP connection types is now only
197+ supporting implicit TLS. For StartTLS and cleartext SMTP,
198+ please use the SMTP scheme instead.
199+ </para>
200+ </listitem>
201+ <listitem>
202+ <para>
203+ for more details, see
204+ <link xlink:href="https://github.com/ory/kratos/releases/tag/v0.8.0-alpha.1">Release
205+ Notes</link>.
206+ </para>
207+ </listitem>
208+ </itemizedlist>
209+ </listitem>
210 </itemizedlist>
211 </section>
212 <section xml:id="sec-release-21.11-new-services">
+6
nixos/doc/manual/release-notes/rl-2111.section.md
···50 - 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
51 - These can be re-enabled, see the [OpenSSH changelog](https://www.openssh.com/txt/release-8.8) for details
5200000053## New Services {#sec-release-21.11-new-services}
5455- [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).
···50 - 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
51 - These can be re-enabled, see the [OpenSSH changelog](https://www.openssh.com/txt/release-8.8) for details
5253+- ORY Kratos was updated to version 0.8.0-alpha.3
54+ - This release requires you to run SQL migrations. Please, as always, create a backup of your database first!
55+ - 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.
56+ - 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.
57+ - for more details, see [Release Notes](https://github.com/ory/kratos/releases/tag/v0.8.0-alpha.1).
58+59## New Services {#sec-release-21.11-new-services}
6061- [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).