Skip to content

Release v1.1.0

Latest
Compare
Choose a tag to compare
@huerni huerni released this 24 Jan 05:08
· 2 commits to master since this release

New Features:

  1. Add X11 forwarding
  2. Add modify the default user account
  3. User QoS Resource Limits
  4. Add multiple GID support
  5. Crun support pty (#362)
  6. Add a remote call for task completion for plugins running on craned (#378)
  7. Feat: Add ascend support and refactor (#333)
  8. Feat: Support cgroupv2 (#327)
  9. feat: Add CRANE_USE_SYSTEM_LIBCGROUP (#357)
  10. Feat: Add GitHub Action for Building and Packaging (#350)

Enhancements:

  1. Scheduling Algorithm Optimization
  2. optimize batch hold/release (#394)
  3. Refactor: Replace libevent with libuvw in Craned (#359)
  4. Separate Authentication and Modification in AccountManager (#321)
  5. Refactor: Detect proxy environment variable on daemon start (#358)

Bug Fixes:

  1. fix: Add nullptr checks in DestroyCgroupHookAsync call
  2. Bugfix/bpf compilation
  3. Fix race condition in setuid
  4. Fix libcgroup configuring and DEB packaging size (#409)
  5. Fix Skip Link-Local IPv6 Address (#400)
  6. Bugfix: Check permission when update node (#395)
  7. fix: Exit on node configured without any partition. (#379)
  8. fix: Fix sigsegv in cranectld (#368)
  9. Fix free a locked lock when release cgroup (#365)
  10. Bugfix: Fetch resource from total instead of available (#360)
  11. Bugfix: empty CRANE_PARTITION environment variable when task using default partition.