Skip to content

Releases: olix0r/kubert

kubert v0.23.0-alpha10

17 Feb 21:27
Compare
Choose a tag to compare
Pre-release

What's Changed

  • feat(client): add response_status counter by @olix0r in #354

Full Changelog: kubert/v0.23.0-alpha9...kubert/v0.23.0-alpha10

kubert v0.23.0-alpha7

14 Jan 01:53
7d96ba6
Compare
Choose a tag to compare

What's Changed

  • fix(kubert): set required admin features by @olix0r in #343

Full Changelog: kubert/v0.23.0-alpha6...kubert/v0.23.0-alpha7

kubert v0.23.0-alpha6

13 Jan 23:13
ce3a1b8
Compare
Choose a tag to compare

kubert-prometheus-tokio v0.2.0-alpha1

13 Jan 23:06
d08dd09
Compare
Choose a tag to compare
Pre-release
chore: bump alpha versions (#342)

* chore(kubert): v0.23.0-alpha6

* chore(kubert-prometheus-tokio): v0.2.0-alpha1

* chore(kubert-prometheus-process): v0.2.0-alpha1

* fix(deps): fix example deps

kubert-prometheus-process v0.2.0-alpha1

13 Jan 23:06
d08dd09
Compare
Choose a tag to compare
Pre-release
chore: bump alpha versions (#342)

* chore(kubert): v0.23.0-alpha6

* chore(kubert-prometheus-tokio): v0.2.0-alpha1

* chore(kubert-prometheus-process): v0.2.0-alpha1

* fix(deps): fix example deps

kubert v0.23.0-alpha5

05 Jan 20:00
89d6520
Compare
Choose a tag to compare
kubert v0.23.0-alpha5 Pre-release
Pre-release

What's Changed

  • build(deps): bump linkerd/dev from v44 to v45 by @olix0r in #335
  • fix(lease): fix compilation without runtime-diagnostics by @olix0r in #336
  • chore(kubert): v0.23.0-alpha5 by @olix0r in #337

Full Changelog: kubert/v0.23.0-alpha4...kubert/v0.23.0-alpha5

kubert v0.23.0-alpha4

04 Jan 21:48
8ef45df
Compare
Choose a tag to compare
kubert v0.23.0-alpha4 Pre-release
Pre-release

What's Changed

  • chore: update cargo.toml to use dep: features by @olix0r in #332
  • feat(server): default to using rustls-tls by @olix0r in #333
  • chore(kubert): v0.23.0-alpha4 by @olix0r in #334

Full Changelog: kubert/v0.23.0-alpha3...kubert/v0.23.0-alpha4

kubert v0.23.0-alpha3

04 Jan 19:58
c23d9d8
Compare
Choose a tag to compare
kubert v0.23.0-alpha3 Pre-release
Pre-release

What's Changed

  • feat(admin)!: support compression on all HTTP endpoints by @olix0r in #318
  • feat(runtime): instrument watch metrics on caches by @olix0r in #319
  • chore: remove unused deflate dependency by @olix0r in #320
  • fix(server): rustls-tls compilation by @olix0r in #324
  • build(deps): bump Swatinem/rust-cache from 2.7.5 to 2.7.7 by @dependabot in #323
  • build(deps): bump DavidAnson/markdownlint-cli2-action from 18.0.0 to 19.0.0 by @dependabot in #322
  • chore(admin): cleanup admin router by @olix0r in #326
  • feat(admin): add optional diagnostics endpoint by @olix0r in #327
  • feat(runtime): add watch admin diagnostics by @olix0r in #317
  • feat(runtime): add Runtime::spawn_lease by @olix0r in #328
  • chore(admin): move watch diagnostics to a module by @olix0r in #329
  • feat(diagnostics)!: use camelCase in returned json by @olix0r in #330
  • feat(runtime): add lease diagnostics by @olix0r in #321
  • chore(kubert): v0.23.0-alpha3 by @olix0r in #331

Full Changelog: kubert/v0.23.0-alpha2...kubert/v0.23.0-alpha3

kubert v0.23.0-alpha2

30 Dec 22:11
c95478a
Compare
Choose a tag to compare
kubert v0.23.0-alpha2 Pre-release
Pre-release

What's Changed

  • build(deps): bump actions/checkout from 4.1.7 to 4.2.2 by @dependabot in #279
  • chore(ci): update dependabot config by @olix0r in #309
  • build(deps): bump tj-actions/changed-files from 45.0.4 to 45.0.5 by @dependabot in #310
  • build(deps): bump softprops/action-gh-release from 2.1.0 to 2.2.0 by @dependabot in #311
  • build(deps): bump the kube group with 5 updates by @dependabot in #312
  • fix(admin): Set SOCK_NONBLOCK on the listener by @olix0r in #313
  • chore: remove .cargo/config.toml by @olix0r in #314
  • fix(admin,server): Fix HTTP server options by @olix0r in #315
  • chore(kubert): v0.23.0-alpha2 by @olix0r in #316

Full Changelog: kubert/v0.23.0-alpha1...kubert/v0.23.0-alpha2

kubert v0.23.0-alpha1

07 Dec 22:14
e3534d9
Compare
Choose a tag to compare
kubert v0.23.0-alpha1 Pre-release
Pre-release

What's Changed

  • build(deps): bump softprops/action-gh-release from 2.0.8 to 2.1.0 by @dependabot in #281
  • build(deps): bump linkerd/dev from v43 to v44 by @olix0r in #293
  • chore(cargo): move core/public dependencies to workspace by @olix0r in #296
  • chore: update max k8s version to v1.31 by @olix0r in #297
  • build(deps): update kube to 0.97.0 by @olix0r in #298
  • build(deps): update tokio-rustls requirement from 0.24.1 to 0.26.1 by @dependabot in #294
  • build(deps): bump hyper-openssl from 0.9 to 0.10 by @olix0r in #300
  • chore: cleanup deny warnings by @olix0r in #301
  • build(deps): bump thiserror from 1 to 2 by @olix0r in #303
  • ci(examples): avoid flakiness by removing --frozen by @olix0r in #304
  • build(deps): bump rustls-pemfile from 1 to 2 by @olix0r in #302
  • build(deps): update tokio-metrics requirement from 0.3 to 0.4 by @dependabot in #287
  • refactor(ci): unify pull request workflows by @olix0r in #305
  • build(deps-dev): bump rcgen from 0.12 to 0.13 by @olix0r in #306
  • build(deps): bump hyper from 0.14 to 1 by @olix0r in #307
  • chore(kubert): v0.23.0-alpha1 by @olix0r in #308

Full Changelog: kubert/v0.22.0...kubert/v0.23.0-alpha1