Skip to content

Releases: spoved/kube-client.cr

v0.4.8

26 Sep 14:41
4caf349
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.7...v0.4.8

v0.4.7

31 May 13:58
5a58abd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.6...v0.4.7

v0.4.6

08 Feb 22:59
1d721d4
Compare
Choose a tag to compare

Add support for k8s 1.25 and 1.26

v0.4.5 - Alpha

10 Aug 19:42
923b8d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v0.4.5

v0.4.4 - Alpha

01 Aug 19:57
917de09
Compare
Choose a tag to compare

Full Changelog: v0.4.3...v0.4.4

Bug fixes

v0.4.3

10 May 12:13
13c4b60
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

Thanks @cmizzi for discovery and validation of fix.

v0.4.2 - bug fix

30 Apr 13:53
6845218
Compare
Choose a tag to compare

What's Changed

  • correctly pass K8S::Apimachinery::Apis::Meta::V1::Status to error by @kalinon in #6

Full Changelog: v0.4.1...v0.4.2

Thanks to @emeraldarcher for the assist in squashing bugs

v0.4.1 - alpha

27 Apr 16:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0 - alpha

21 Apr 14:18
4fb80fd
Compare
Choose a tag to compare

Update to base kubernetes objects. Pulling in changes from k8s.cr and updating code.

What's Changed

  • Fixes the typecast error when attempting to call get(name, namespace)… by @emeraldarcher in #2
  • updates required for new k8s.cr changes by @kalinon in #3

New Contributors

Full Changelog: v0.3.2...v0.4.0

v0.3.2 (Alpha)

04 Jan 16:11
Compare
Choose a tag to compare
  • Bug fixes
  • Added resource watch support