Skip to content

Releases: kube-rs/k8s-pb

0.6.1

14 Oct 22:10
0.6.1
e4b5a28
Compare
Choose a tag to compare

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

14 Oct 20:09
0.6.0
bbbacb7
Compare
Choose a tag to compare

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

12 Oct 22:37
0.4.0
Compare
Choose a tag to compare

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

21 Apr 17:48
0.3.0
260e18d
Compare
Choose a tag to compare

What's Changed

Changes

Dependencies

New Contributors

Full Changelog: 0.2.0...0.3.0

0.2.0

19 Dec 08:35
0.2.0
16c2f49
Compare
Choose a tag to compare

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