Skip to content

Releases: ansible/receptor

v1.0.0

28 Jun 21:15
3d0ced9
Compare
Choose a tag to compare
Release 1.0.0

v1.0.0rc1

24 Jun 15:06
3d0ced9
Compare
Choose a tag to compare
v1.0.0rc1 Pre-release
Pre-release

Release 1.0.0rc1

v1.0.0a2

25 May 15:48
b7a4a85
Compare
Choose a tag to compare
v1.0.0a2 Pre-release
Pre-release
Release 1.0.0a2

v1.0.0a1

25 May 12:50
b5aa832
Compare
Choose a tag to compare
v1.0.0a1 Pre-release
Pre-release
Release 1.0.0a1

v0.9.7

31 Mar 17:47
Compare
Choose a tag to compare
v0.9.7 Pre-release
Pre-release
Use PBR for receptorctl

Removes the need for creating / reading the .VERSION file

v0.9.6

02 Mar 14:21
Compare
Choose a tag to compare
v0.9.6 Pre-release
Pre-release

Fix bug when releasing pods under worktype w/ "incluster" auth (#307)

v0.9.5

10 Feb 16:25
Compare
Choose a tag to compare
v0.9.5 Pre-release
Pre-release
  • Status now returns a list of work commands that are available to run for each node in the mesh
  • Fixed hang when submitting Kubernetes work using a service account without the appropriate permissions

v0.9.4

20 Jan 21:20
Compare
Choose a tag to compare
v0.9.4 Pre-release
Pre-release
  • Add option to pass in a Kubernetes pod definition during runtime
  • Generate and sign certificate requests that can include Receptor node IDs
  • Bug fixes and improvements to the cmdline library

v0.9.3

11 Dec 21:59
e293394
Compare
Choose a tag to compare
v0.9.3 Pre-release
Pre-release
  • Add runtime Kubernetes authentication via kubeconfig, and remove params-based authentication
  • Fix hang when getting results for nonexistent work ID
  • Minor code and test fixes

v0.9.2

24 Nov 21:58
fa3c808
Compare
Choose a tag to compare
v0.9.2 Pre-release
Pre-release
  • 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