8000 Tags · kdelee/receptor · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: kdelee/receptor

Tags

1.0.0

Toggle 1.0.0's commit message
Release 1.0.0

1.0.0rc1

Toggle 1.0.0rc1's commit message
Release 1.0.0rc1

1.0.0a2

Toggle 1.0.0a2's commit message
Release 1.0.0a2

1.0.0a1

Toggle 1.0.0a1's commit message
Release 1.0.0a1

0.9.7

Toggle 0.9.7's commit message
Use PBR for receptorctl

Removes the need for creating / reading the .VERSION file

0.9.6

Toggle 0.9.6's commit message
Fix bug when releasing pods under worktype w/ "incluster" auth

Without this, we were seeing:

```
ERROR 2021/03/02 13:35:40 Error deleting pod awx-job-12-8d6fs: an empty namespace may not be set when a resource name is provided
```

0.9.5

Toggle 0.9.5's commit message
include an array of available work commands in service announcements

related: ansible#21

0.9.4

Toggle 0.9.4's commit message
Fix bug in slice type conversion

0.9.3

Toggle 0.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow passing in kubeconfig contents during runtime (ansible#275)

e.g. for receptorctl, --param secret_kube_config="apiVersion: v1..."

if the value for --param starts with @, it is interpreted as a file. In this case the file is read and the contents are passed to receptor

e.g. --param secret_kube_config=@/home/sfoster/.kube/config

Note: the @ indicating a filename works for any --param, not just secrete_kube_config

0.9.2

Toggle 0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix stdout bug on k8s restart (ansible#261)

Remove append flag when creating stdout file. The logger stream object is not seekable, so are rewriting the stdout from the beginning.
0