Skip to content

Releases: kube-rs/k8s-pb

0.9.0

Choose a tag to compare

@clux clux released this 05 Jan 13:02
0.9.0
a7ae1ea

What's Changed

Kuberenetes to 1.35 and rust 2024.

Changes

  • workspacify + upgrade to 2024 by @clux in #72

Dependencies

  • Update dependency kubernetes/kubernetes to v1.33.2 by @sszynrae in #61
  • Update dependency kubernetes/kubernetes to v1.33.3 by @sszynrae in #66
  • Update dependency kubernetes/kubernetes to v1.34.0 by @sszynrae in #68
  • Update dependency kubernetes/kubernetes to v1.34.1 by @sszynrae in #69
  • Update dependency kubernetes/kubernetes to v1.35.0 by @sszynrae in #70

Full Changelog: 0.8.0...0.9.0

0.8.0

Choose a tag to compare

@clux clux released this 26 Jun 21:37
0.8.0

Prost minor adding Eq and Hash derives. See prost 0.14.1.

Changes

  • autoinherit and bump prost* to 14 by @clux in #65

Full Changelog: 0.7.0...0.8.0

0.7.0

Choose a tag to compare

@clux clux released this 22 May 22:44
0.7.0
a2d9938

What's Changed

Automatic Kubernetes version bump to keep the project alive.

Dependencies

  • Update dependency kubernetes/kubernetes to v1.31.2 by @sszynrae in #55
  • Update dependency kubernetes/kubernetes to v1.33.1 by @sszynrae in #57

Full Changelog: 0.6.1...0.7.0

0.6.1

Choose a tag to compare

@clux clux released this 14 Oct 22:10
0.6.1
e4b5a28

What's Changed

Changes

  • Fix names for APIResource types by @clux in #53
  • Fix names for APIGroup, APIVersion, CSI*, *CIDR by @clux in #54

Full Changelog: 0.6.0...0.6.1

0.6.0

Choose a tag to compare

@clux clux released this 14 Oct 20:09
0.6.0
bbbacb7

What's Changed

Changes

  • Rename HasMetadata -> Metadata to align with k8s-openapi by @clux in #46
  • Move prost generation from HashMap to BTreeMap by @clux in #48
  • Align type names with k8s-openapi by @clux in #49
  • CI: Drop actions-rs and simplify dep install by @clux in #50
  • Fix irregular snake case conversions for fields by @clux in #51

Full Changelog: 0.4.0...0.6.0

0.4.0

Choose a tag to compare

@clux clux released this 12 Oct 22:37
0.4.0

What's Changed

Dependencies

  • Update prost-build requirement from 0.12.3 to 0.13.1 by @dependabot in #37
  • Update prost-types requirement from 0.12.3 to 0.13.1 by @dependabot in #39
  • Update prost requirement from 0.12.3 to 0.13.1 by @dependabot in #38
  • Update dependency kubernetes/kubernetes to v1.31.1 by @sszynrae in #43

Changes

New Contributors

Full Changelog: 0.3.0...0.4.0

0.3.0

Choose a tag to compare

@clux clux released this 21 Apr 17:48
0.3.0
260e18d

What's Changed

Changes

Dependencies

New Contributors

Full Changelog: 0.2.0...0.3.0

0.2.0

Choose a tag to compare

@clux clux released this 19 Dec 08:35
0.2.0
16c2f49

What's Changed

Changes

  • Update env_logger requirement from 0.9.0 to 0.10.1 by @dependabot in #21
  • Update prost-build requirement from 0.8.0 to 0.12.3 by @dependabot in #17
  • Update prost requirement from 0.8.0 to 0.12.3 by @dependabot in #18
  • Update prost-types requirement from 0.8.0 to 0.12.3 by @dependabot in #20
  • Update heck requirement from 0.3 to 0.4 by @dependabot in #19
  • Prevent merges from breaking codegen by @clux in #22
  • Bump Kubernetes version pin to 1.29.0 by @clux in #23
  • Add scope to the Resource trait by @clux in #25

New Contributors

Full Changelog: v0.1.0...0.2.0