Skip to content

Releases: kube-rs/controller-rs

0.16.0

08 Feb 09:05
0.16.0
8b56cb0
Compare
Choose a tag to compare

Image Moved

From clux' personal dockerhub to ghcr.io/kube-rs/controller.
The default yaml and the generating chart has been updated.

Via:

  • Move image from personal dockerhub to ghcr by @clux in #135
  • only push on main AND TAGS by @clux in #137

Lots of dependency bumps, including a hairy otel one from @yeongjukang in #124

Dependencies

New Contributors

Full Changelog: 0.15.0...0.16.0

0.15.0

23 Dec 13:37
0.15.0
Compare
Choose a tag to compare

Highlights

  • Kube 0.98.0 with Kubernetes 1.32.
  • Migrates to new event Recorder by @clux in #116

Full Changelog: 0.14.0...0.15.0

0.14.0

10 Oct 08:10
0.14.0
5dee83f
Compare
Choose a tag to compare

Highlights

  • Kube 0.96 with Kubernetes 1.31.
  • Opentelemetry deps bumped to latest in #91

See https://kube.rs/controllers/observability/ for an updated tracing quick-start.

What's Changed

New Contributors

Full Changelog: 0.13.0...0.14.0

0.13.0

09 Sep 10:14
0.13.0
962830b
Compare
Choose a tag to compare

Switches prometheus client library to prometheus_client and adds exemplars via #72

Bumps kube to 0.94.0 #74