Skip to content

Releases: olix0r/kubert

v0.3.2

01 Mar 18:07
500281e
Compare
Choose a tag to compare

What's Changed

  • shutdown: Bias towards processing remaining work by @olix0r in #15

Full Changelog: release/v0.3.1...release/v0.3.2

v0.3.1

28 Feb 21:46
26fb467
Compare
Choose a tag to compare

What's Changed

  • server: Read PKSC8 private keys by @olix0r in #14

Full Changelog: release/v0.3.0...release/v0.3.1

v0.3.0

28 Feb 15:38
3b1abe3
Compare
Choose a tag to compare

What's Changed

This release adds a new Runtime type--with an associated builder--that
supports instrumenting watches. The runtime initializes logging, starts
an admin server with /ready and /live probe endpoints, and instruments
signal handling to gracefully shutdown the runtime.

The admin server's /ready endpoint only succeeds after all watches
have received an event and fails after shutdown is initiated.

Full Changelog: release/v0.2.4...release/v0.3.0

v0.2.4

22 Feb 22:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: release/v0.2.3...release/v0.2.4

v0.2.3

22 Feb 15:33
7a192b9
Compare
Choose a tag to compare

What's Changed

Full Changelog: release/v0.2.2...release/v0.2.3

v0.2.2

21 Feb 16:51
752f3b9
Compare
Choose a tag to compare

What's Changed

Full Changelog: release/v0.2.1...release/v0.2.2

v0.2.1

20 Feb 03:00
89d0c94
Compare
Choose a tag to compare

What's Changed

  • client: Fallback to using the in-cluster config by @olix0r in #6

Full Changelog: release/v0.2.0...release/v0.2.1

v0.2.0

19 Feb 23:03
afb853e
Compare
Choose a tag to compare
Add docs for all public types (#5)

Also add `--cluster` and `--user` flags to the `ClientArgs` for
completeness.

This change adds a lint check to ensure docs are valid, too.