Skip to content

Tags: egym-playground/kubejob

Tags

v1.1.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade to k8s.io/client-go@kubernetes-1.16.3 (#15)

v1.1.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade k8s dependencies (#14)

v1.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Close events channel after job completes (#10)

In order to avoid that listeners are waiting for more events after the
job has completed we have to close the channel.

v1.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Replace pod name with container name in LogLine event (#9)

v1.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update and minimize dependencies (#8)

v1.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use Go 1.11 (#7)

Switch to Go modules and Go 1.11

v1.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make kubejob usable as library (#6)

Refactor kubejob so that it can be easily used as a library in other
programs.

v0.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
New CLI handling (#5)

- Move from `flag` to `kingpin`
- Add tests
- Add comments