Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: aleph-im/aleph-vm

Tags

1.9.0

Toggle 1.9.0's commit message
Perf: Batch systemd queries in list_executions endpoints

Replace per-VM systemd D-Bus calls with a single batch query using
ListUnits(). This reduces the number of D-Bus calls from O(n) to O(1)
for persistent VMs, significantly improving response times on CRNs
with many instances.

- Add get_services_active_states() method to SystemDManager that
  queries all service states in one ListUnits() call
- Add _get_executions_running_states() helper in views to pre-fetch
  all running states efficiently
- Update list_executions and list_executions_v2 to use batch query

1.9.0-rc1

Toggle 1.9.0-rc1's commit message
Fix: added a comment to clarify the replace action

1.8.1

Toggle 1.8.1's commit message
Fix: Add rombar=0 to GPU passthrough to prevent boot hangs with incom…

…patible GPU firmware

1.8.0

Toggle 1.8.0's commit message
Fix: Removed line on Readme file

1.7.2

Toggle 1.7.2's commit message
HaProxy make SSH routing possible

1.7.1

Toggle 1.7.1's commit message
HaProxy Certbots make certificate challange possible without stopping…

… haproxy

1.7.0

Toggle 1.7.0's commit message
Improve the haconfig file

Better readability
Better fallback use

1.6.0

Toggle 1.6.0's commit message
Fixed docs url with the new one

1.6.0-rc1

Toggle 1.6.0-rc1's commit message
Fix wrong variable being used when fetching from aggregate

1.5.1

Toggle 1.5.1's commit message
Fix reserved space calculation