···891891 </listitem>
892892 <listitem>
893893 <para>
894894+ The <literal>zrepl</literal> package has been updated from
895895+ 0.5.0 to 0.6.0. See the
896896+ <link xlink:href="https://zrepl.github.io/changelog.html">changelog</link>
897897+ for details.
898898+ </para>
899899+ </listitem>
900900+ <listitem>
901901+ <para>
894902 <literal>k3s</literal> no longer supports docker as runtime
895903 due to upstream dropping support.
896904 </para>
+2
nixos/doc/manual/release-notes/rl-2211.section.md
···273273274274- The default `kops` version is now 1.25.1 and support for 1.22 and older has been dropped.
275275276276+- The `zrepl` package has been updated from 0.5.0 to 0.6.0. See the [changelog](https://zrepl.github.io/changelog.html) for details.
277277+276278- `k3s` no longer supports docker as runtime due to upstream dropping support.
277279278280- `cassandra_2_1` and `cassandra_2_2` have been removed. Please update to `cassandra_3_11` or `cassandra_3_0`. See the [changelog](https://github.com/apache/cassandra/blob/cassandra-3.11.14/NEWS.txt) for more information about the upgrade process.
+2-2
nixos/tests/zrepl.nix
···5858 out = host.succeed("curl -f localhost:9811/metrics")
59596060 assert (
6161- "zrepl_version_daemon" in out
6262- ), "zrepl version metric was not found in Prometheus output"
6161+ "zrepl_start_time" in out
6262+ ), "zrepl start time metric was not found in Prometheus output"
63636464 assert (
6565 "zrepl_zfs_snapshot_duration_count{filesystem=\"test\"}" in out