Releases: goccy/kubejob
Releases · goccy/kubejob
0.5.3
What's Changed
- Bump k8s.io/client-go from 0.29.1 to 0.29.2 by @dependabot in #99
- Bump github.com/lestrrat-go/jwx/v2 from 2.0.19 to 2.0.21 by @dependabot in #105
- Bump k8s.io/api from 0.29.2 to 0.29.3 by @dependabot in #109
- Bump google.golang.org/grpc from 1.60.1 to 1.62.1 by @dependabot in #106
- Bump k8s.io/client-go from 0.29.2 to 0.29.3 by @dependabot in #111
- Remove tools dir by @goccy in #113
- Fix copy process for symlink file by @goccy in #120
- Update dependencies by @goccy in #121
Full Changelog: v0.5.2...v0.5.3
0.5.2
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
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
What's Changed
- [Breaking Changes] Change Job Deletion Spec by @goccy in #51
- Support finalizer by @goccy in #52
- Added timeout option by @yutachaos in #56
- Bump k8s.io/api from 0.28.0 to 0.28.1 by @dependabot in #55
- Fix finalizer container's termination by @goccy in #57
- Bump k8s.io/client-go from 0.28.0 to 0.28.1 by @dependabot in #53
- Safely terminate a Job on cancel by @goccy in #58
- Remove force stop logic by @goccy in #59
- Fixed that watchTimeoutSecond could not be used by @yutachaos in #60
- Fix cancel process by @goccy in #61
- Fix agent server termination by @goccy in #62
- Fix agent server ( use command context ) by @goccy in #63
New Contributors
- @yutachaos made their first contribution in #56
- @dependabot made their first contribution in #55
Full Changelog: v0.4.0...v0.5.0