Releases: olix0r/kubert
v0.3.3
What's Changed
- Add a simple example by @olix0r in #17
- Bump actions/checkout from 2.4.0 to 3 by @dependabot in #18
- Add a devcontainer configuration by @olix0r in #19
- server: Add diganostic logging by @olix0r in #20
New Contributors
- @dependabot made their first contribution in #18
Full Changelog: release/v0.3.2...release/v0.3.3
v0.3.2
What's Changed
Full Changelog: release/v0.3.1...release/v0.3.2
v0.3.1
What's Changed
Full Changelog: release/v0.3.0...release/v0.3.1
v0.3.0
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
What's Changed
Full Changelog: release/v0.2.3...release/v0.2.4
v0.2.3
What's Changed
Full Changelog: release/v0.2.2...release/v0.2.3
v0.2.2
What's Changed
Full Changelog: release/v0.2.1...release/v0.2.2
v0.2.1
What's Changed
Full Changelog: release/v0.2.0...release/v0.2.1
v0.2.0
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.