Skip to content

Releases: goccy/kubejob

0.5.3

16 May 09:32
e18e957
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

0.5.2

14 Feb 07:37
523d606
Compare
Choose a tag to compare

What's Changed

  • Bump k8s.io/client-go from 0.28.3 to 0.28.4 by @dependabot in #82
  • Bump github.com/lestrrat-go/jwx/v2 from 2.0.13 to 2.0.17 by @dependabot in #83
  • Bump golang.org/x/crypto from 0.15.0 to 0.17.0 by @dependabot in #91
  • Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /tools by @dependabot in #90
  • Bump google.golang.org/grpc from 1.59.0 to 1.60.1 by @dependabot in #92
  • Bump github.com/lestrrat-go/jwx/v2 from 2.0.17 to 2.0.18 by @dependabot in #86
  • Bump github.com/lestrrat-go/jwx/v2 from 2.0.18 to 2.0.19 by @dependabot in #95
  • Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 by @dependabot in #93
  • Update dependencies by @goccy in #98

Full Changelog: v0.5.1...v0.5.2

0.5.1

08 Nov 08:59
8c6b7cd
Compare
Choose a tag to compare

What's Changed

  • Bump k8s.io/client-go from 0.28.1 to 0.28.2 by @dependabot in #65
  • Bump github.com/lestrrat-go/jwx/v2 from 2.0.12 to 2.0.13 by @dependabot in #71
  • Bump golang.org/x/net from 0.13.0 to 0.17.0 by @dependabot in #74
  • Bump golang.org/x/net from 0.12.0 to 0.17.0 in /tools by @dependabot in #73
  • Bump golang.org/x/sync from 0.3.0 to 0.5.0 by @dependabot in #80
  • Bump github.com/docker/docker from 24.0.4+incompatible to 24.0.7+incompatible in /tools by @dependabot in #79
  • Bump google.golang.org/grpc from 1.57.0 to 1.59.0 by @dependabot in #78
  • Bump k8s.io/api from 0.28.2 to 0.28.3 by @dependabot in #77
  • Bump k8s.io/client-go from 0.28.2 to 0.28.3 by @dependabot in #76

Full Changelog: v0.5.0...v0.5.1

0.5.0

05 Sep 10:05
aa7a136
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

0.4.0

17 Aug 03:03
b632280
Compare
Choose a tag to compare

What's Changed

  • Add DeletionPropagation field for pod cleanup: background, orphan, etc by @gnagel in #42
  • update CI by @goccy in #49
  • Update dependent library by @goccy in #50

New Contributors

Full Changelog: v0.3.3...v0.4.0

0.3.3

07 Dec 03:46
112c5bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

0.3.2

29 Jun 16:30
55c26ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

0.3.1

27 Jun 14:30
7bde932
Compare
Choose a tag to compare

What's Changed

  • Modify the constructor of AgentConfig to allow settings to be specified on a per-container basis by @goccy in #37

Full Changelog: v0.3.0...v0.3.1

0.3.0

06 Jun 15:19
d6534ee
Compare
Choose a tag to compare

What's Changed

  • Supports communication using kubejob-agent instead of k8s api by @goccy in #34
  • Update kubejob-agent by @goccy in #35
  • Fix copying process for directory by @goccy in #36

Full Changelog: v0.2.14...v0.3.0

0.2.14

17 Mar 08:54
3925d8d
Compare
Choose a tag to compare

What's Changed

  • Confirm all container's ready status before move to running status by @goccy in #31
  • Support to write termination log by @goccy in #32

Full Changelog: v0.2.13...v0.2.14