+4
nixos/doc/manual/release-notes/rl-2511.section.md
+4
nixos/doc/manual/release-notes/rl-2511.section.md
···- [KMinion](https://github.com/redpanda-data/kminion), feature-rich Prometheus exporter for Apache Kafka. Available as [services.prometheus.exporters.kafka](options.html#opt-services.prometheus.exporters.kafka).
+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
···
+146
nixos/modules/services/cluster/temporal/default.nix
+146
nixos/modules/services/cluster/temporal/default.nix
···+and the possibility of unexpected behavior caused by inconsistent versions across a cluster when disabling this option.
+1
nixos/tests/all-tests.nix
+1
nixos/tests/all-tests.nix
···
+311
nixos/tests/temporal.nix
+311
nixos/tests/temporal.nix
···+# Graciously taken from https://github.com/temporalio/samples-python/blob/main/hello/hello_activity.py+"journalctl -o cat -u temporal.service | grep 'server-version' | grep '${pkgs.temporal.version}'"+cluster_list_json = json.loads(temporal.wait_until_succeeds("temporal operator cluster list --output json"))+cluster_describe_json = json.loads(temporal.wait_until_succeeds("temporal operator cluster describe --output json"))+temporal.log(temporal.wait_until_succeeds("temporal operator namespace create --namespace default"))+namespace_list_json = json.loads(temporal.wait_until_succeeds("temporal operator namespace list --output json"))+namespace_describe_json = json.loads(temporal.wait_until_succeeds("temporal operator namespace describe --output json --namespace default"))+workflow_json = json.loads(temporal.wait_until_succeeds("temporal workflow list --output json"))+workflow_json = json.loads(temporal.wait_until_succeeds("temporal workflow list --output json"))
+6
-2
pkgs/by-name/te/temporal/package.nix
+6
-2
pkgs/by-name/te/temporal/package.nix
······
+5
-1
pkgs/development/python-modules/temporalio/default.nix
+5
-1
pkgs/development/python-modules/temporalio/default.nix
······