Skip to content

Releases: ansible/receptor

v1.1.0

16 Nov 06:24
v1.1.0
c70c1ef
Compare
Choose a tag to compare
Release 1.1.0

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