Skip to content

v0.9.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ghjm ghjm released this 24 Nov 21:58
· 868 commits to devel since this release
fa3c808
  • Fixed a significant performance issue when retrieving work results
  • Update RPM build process to work on RHEL platforms
  • Bump dependency versions (particularly quic-go) for compatibility with Go 1.15 (minimum 1.14 is now required)
  • Add ability to restart Kubernetes work units (logger method only)
  • Allow use of TLS over control socket
  • Allow use of TLS when contacting remote control service
  • Duplicate nodes are now detected and resolved (newer node exits)
  • Receptorctl submit_work now takes kwargs for better forward compatibility
  • An issue was resolved that caused inaccurate reporting of Kubernetes job status
  • Added the option for receptorctl's get_work_status to return the raw socket
  • Service advertisements now include connection information (stream/datagram, tls)
  • Can now list work from a remote node
  • Status command now returns Receptor version, CPU count and amount of RAM
  • Kubernetes worker now takes Command and Params, consistently with the command worker
  • Several minor bug fixes and code improvements