···472472 </listitem>
473473 <listitem>
474474 <para>
475475+ The <literal>services.matrix-synapse</literal> systemd unit
476476+ has been hardened.
477477+ </para>
478478+ </listitem>
479479+ <listitem>
480480+ <para>
475481 Matrix Synapse now requires entries in the
476482 <literal>state_group_edges</literal> table to be unique, in
477483 order to prevent accidentally introducing duplicate
+2
nixos/doc/manual/release-notes/rl-2211.section.md
···164164165165- Neo4j was updated from version 3 to version 4. See this [migration guide](https://neo4j.com/docs/upgrade-migration-guide/current/) on how to migrate your Neo4j instance.
166166167167+- The `services.matrix-synapse` systemd unit has been hardened.
168168+167169- Matrix Synapse now requires entries in the `state_group_edges` table to be unique, in order to prevent accidentally introducing duplicate information (for example, because a database backup was restored multiple times). If your Synapse database already has duplicate rows in this table, this could fail with an error and require manual remediation.
168170169171- The `diamond` package has been update from 0.8.36 to 2.0.15. See the [upstream release notes](https://github.com/bbuchfink/diamond/releases) for more details.
···4646# Those pieces of software we entirely ignore upstream's handling of, and just
4747# make sure they're in the path if desired.
4848let
4949- k3sVersion = "1.24.3+k3s1"; # k3s git tag
5050- k3sCommit = "990ba0e88c90f8ed8b50e0ccd375937b841b176e"; # k3s git commit at the above version
5151- k3sRepoSha256 = "0slw2j7d7ccj7k9z06l5ch3nxi07jbm6xijs774hisyv25jx94rd";
5252- k3sVendorSha256 = "sha256-8jWpTUE/tJf2qpFjdsV+0i8hRf6JqATwr/YbXrZa/iA=";
4949+ k3sVersion = "1.24.4+k3s1"; # k3s git tag
5050+ k3sCommit = "c3f830e9b9ed8a4d9d0e2aa663b4591b923a296e"; # k3s git commit at the above version
5151+ k3sRepoSha256 = "00ns6n7jxnacah8ahndhgdb160prgsqhswbb5809kkgvig7k8b27";
5252+ k3sVendorSha256 = "sha256-ReZvJCgxqffG2H39JlynGPUBSV5ngPkRtAoZ++OQZZI=";
53535454 # taken from ./manifests/traefik.yaml, extracted from '.spec.chart' https://github.com/k3s-io/k3s/blob/v1.23.3%2Bk3s1/scripts/download#L9
5555 # The 'patch' and 'minor' versions are currently hardcoded as single digits only, so ignore the trailing two digits. Weird, I know.