kube-job

Run one off job on kubernetes from the command line tool

MIT License

Stars
81
kube-job - 0.14.0 Latest Release

Published by h3poteto 2 months ago

What's Changed

Full Changelog: https://github.com/h3poteto/kube-job/compare/v0.13.0...v0.14.0

kube-job - 0.13.0

Published by h3poteto 5 months ago

What's Changed

Full Changelog: https://github.com/h3poteto/kube-job/compare/v0.12.0...v0.13.0

kube-job - 0.12.0

Published by h3poteto 7 months ago

What's Changed

Full Changelog: https://github.com/h3poteto/kube-job/compare/v0.11.0...v0.12.0

kube-job - 0.11.0

Published by h3poteto over 1 year ago

What's Changed

Full Changelog: https://github.com/h3poteto/kube-job/compare/v0.10.0...v0.11.0

kube-job - 0.10.0

Published by h3poteto over 1 year ago

What's Changed

Full Changelog: https://github.com/h3poteto/kube-job/compare/v0.9.0...v0.10.0

kube-job - 0.9.0

Published by h3poteto over 1 year ago

What's Changed

Full Changelog: https://github.com/h3poteto/kube-job/compare/v0.8.1...v0.9.0

kube-job - 0.8.1

Published by h3poteto over 1 year ago

What's Changed

Full Changelog: https://github.com/h3poteto/kube-job/compare/v0.8.0...v0.8.1

kube-job - 0.8.0

Published by h3poteto almost 2 years ago

What's Changed

Full Changelog: https://github.com/h3poteto/kube-job/compare/v0.7.1...v0.8.0

kube-job - 0.7.1

Published by h3poteto almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/h3poteto/kube-job/compare/v0.7.0...v0.7.1

kube-job - 0.7.0

Published by h3poteto about 2 years ago

What's Changed

Full Changelog: https://github.com/h3poteto/kube-job/compare/v0.6.2...v0.7.0

kube-job - 0.6.2

Published by h3poteto about 2 years ago

What's Changed

Full Changelog: https://github.com/h3poteto/kube-job/compare/v0.6.1...v0.6.2

kube-job - 0.6.1

Published by h3poteto about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/h3poteto/kube-job/compare/v0.6.0...v0.6.1

kube-job - 0.6.0

Published by h3poteto over 2 years ago

What's Changed

Full Changelog: https://github.com/h3poteto/kube-job/compare/v0.5.3...v0.6.0

kube-job - 0.5.3

Published by h3poteto almost 3 years ago

What's Changed

Full Changelog: https://github.com/h3poteto/kube-job/compare/v0.5.2...v0.5.3

kube-job - 0.5.2

Published by h3poteto over 3 years ago

Changed

  • #140 Update module k8s.io/klog/v2 to v2.9.0
  • #134 Update module github.com/onsi/gomega to v1.12.0
  • #124 Update module github.com/onsi/ginkgo to v1.16.2
  • #131 Update module k8s.io/klog/v2 to v2.8.0
  • #123 Update module github.com/mattn/go-shellwords to v1.0.11
  • #132 Update module github.com/spf13/cobra to v1
  • #138 Go mod tidy in renovate
  • #130 Update module github.com/spf13/viper to v1.7.1
  • #128 Update module github.com/sirupsen/logrus to v1.8.1
  • #137 better explanation for --template-file option
  • #133 Add github workflow to fix go mod for renovate PRs
  • #127 Add Renovate badge
  • #126 Update renovate config
  • #122 Configure Renovate

Fixed

  • #139 bugfix: Job could be removed before starting correctly
kube-job - 0.5.1

Published by h3poteto over 3 years ago

Added

  • #120 Use InClusterConfig when no config is supplied

Changed

  • #121 Update go.sum
  • #113 Bump github.com/onsi/gomega from 1.7.0 to 1.11.0
  • #110 Bump k8s.io/client-go from 0.20.2 to 0.20.4
kube-job - 0.5.0

Published by h3poteto over 3 years ago

Added

  • #100 closes #98 Add E2E tests

Changed

  • #101 refs #98 Update status badges
  • #96 Bump k8s.io/client-go from 0.18.6 to 0.20.2
  • #99 Use github actions instead of travis as CI
  • #65 Bump k8s.io/client-go from 0.18.3 to 0.18.6
kube-job - 0.4.3

Published by h3poteto over 4 years ago

Added

  • #68 closes #66 Validate job template before run the job

Changed

  • #65 Bump k8s.io/client-go from 0.18.3 to 0.18.6

Fixed

  • #69 closes #67 Expand environment variables in config file path
kube-job - 0.4.2

Published by h3poteto over 4 years ago

Fixed

  • #56 closes #55 Catch error when the pod has sidecar
kube-job - 0.4.1

Published by h3poteto over 4 years ago

Changed

  • #50 Bump k8s.io/client-go from 0.18.2 to 0.18.3

Fixed

  • #54 refs #53 Delete job before delete pods in cleanup