Releases: kube-rs/kopium
Releases · kube-rs/kopium
0.22.5
0.22.4
What's Changed
Fixes a regression of struct case names from 0.22.2 along with making kinds with consecutive upper case letters consistent with pascalcased ones.
Changes
Dependencies
- Bump kube from 2.0.0 to 2.0.1 in the kube group by @dependabot[bot] in #368
- Bump the core group across 1 directory with 3 updates by @dependabot[bot] in #372
Full Changelog: 0.22.3...0.22.4
0.22.3
0.22.2
0.22.1
0.22.0
What's Changed
Important bugfix + kube 2 bump.
Changes
Dependencies
- Bump libc from 0.2.174 to 0.2.175 by @dependabot[bot] in #352
- Bump the core group across 1 directory with 7 updates by @dependabot[bot] in #355
- Bump regex from 1.11.1 to 1.11.2 by @dependabot[bot] in #356
- Bump the core group across 1 directory with 4 updates by @dependabot[bot] in #359
New Contributors
Full Changelog: 0.21.3...0.22.0
0.21.3
What's Changed
Fixes an issue with generated documentation not being compatible with rustdoc when containing hyperlinks.
Changes
- fix: promote-urls-to-hyperlinks by @hhcs9527 in #354
Dependencies
- Bump kube from 0.98.0 to 0.99.0 in the kube group by @dependabot[bot] in #321
- Bump the core group with 3 updates by @dependabot[bot] in #322
- Bump libc from 0.2.170 to 0.2.171 by @dependabot[bot] in #323
- Bump the core group with 3 updates by @dependabot[bot] in #325
- Bump clap from 4.5.32 to 4.5.34 in the core group by @dependabot[bot] in #326
- Bump the core group with 2 updates by @dependabot[bot] in #328
- Bump the core group with 2 updates by @dependabot[bot] in #329
- Bump clap from 4.5.36 to 4.5.37 in the core group by @dependabot[bot] in #330
- Bump libc from 0.2.171 to 0.2.172 by @dependabot[bot] in #331
- Bump the core group with 2 updates by @dependabot[bot] in #332
- Bump the core group with 3 updates by @dependabot[bot] in #333
- Bump kube and k8s-openapi by @clux in #336
- Bump kube from 1.0.0 to 1.1.0 in the kube group by @dependabot[bot] in #338
- Bump libc from 0.2.172 to 0.2.173 by @dependabot[bot] in #340
- Bump libc from 0.2.173 to 0.2.174 by @dependabot[bot] in #342
- Bump the core group across 1 directory with 4 updates by @dependabot[bot] in #344
New Contributors
- @hhcs9527 made their first contribution in #354
Full Changelog: 0.21.2...0.21.3
0.21.2
What's Changed
2 fixes for .status detection and unknown field handling, and a few months of dependabot.
Changes
- Fix
x-kubernetes-preserve-unknown-fieldswith typearrayby @mnaser in #314 - fix: detect
statusproperties in the root schema by @HoKim98 in #320
Dependencies
- Bump the kube group with 2 updates by @dependabot in #273
- Bump the core group with 3 updates by @dependabot in #274
- Bump libc from 0.2.158 to 0.2.159 by @dependabot in #277
- Bump syn from 2.0.77 to 2.0.79 in the core group by @dependabot in #276
- Bump regex from 1.10.6 to 1.11.0 by @dependabot in #278
- Bump the core group with 2 updates by @dependabot in #279
- Bump kube from 0.95.0 to 0.96.0 in the kube group by @dependabot in #280
- Bump the core group with 2 updates by @dependabot in #281
- Bump libc from 0.2.159 to 0.2.161 by @dependabot in #284
- Bump the core group with 3 updates by @dependabot in #283
- Bump the core group with 5 updates by @dependabot in #285
- Bump regex from 1.11.0 to 1.11.1 by @dependabot in #286
- Bump the core group with 3 updates by @dependabot in #287
- Bump the core group with 3 updates by @dependabot in #288
- Bump libc from 0.2.161 to 0.2.162 by @dependabot in #289
- Bump kube from 0.96.0 to 0.97.0 in the kube group by @dependabot in #290
- Bump libc from 0.2.162 to 0.2.165 by @dependabot in #292
- Bump the core group with 4 updates by @dependabot in #291
- Bump syn from 2.0.89 to 2.0.90 in the core group by @dependabot in #293
- Bump libc from 0.2.165 to 0.2.167 by @dependabot in #294
- Bump libc from 0.2.167 to 0.2.168 by @dependabot in #296
- Bump the core group with 3 updates by @dependabot in #295
- Bump the core group with 2 updates by @dependabot in #297
- Bump the kube group with 2 updates by @dependabot in #299
- Bump libc from 0.2.168 to 0.2.169 by @dependabot in #301
- Bump the core group with 5 updates by @dependabot in #300
- Bump the core group with 3 updates by @dependabot in #302
- Bump syn from 2.0.93 to 2.0.95 in the core group by @dependabot in #303
- Bump the core group with 5 updates by @dependabot in #304
- Bump the core group with 3 updates by @dependabot in #305
- Bump clap_complete from 4.5.42 to 4.5.43 in the core group by @dependabot in #306
- Bump the core group with 3 updates by @dependabot in #307
- Bump clap from 4.5.27 to 4.5.28 in the core group by @dependabot in #308
- Bump the core group with 2 updates by @dependabot in #309
- Bump the core group with 6 updates by @dependabot in #311
- Bump libc from 0.2.169 to 0.2.170 by @dependabot in #312
- Bump the core group with 5 updates by @dependabot in #317
- Bump the core group with 4 updates by @dependabot in #318
New Contributors
Full Changelog: 0.21.1...0.21.2
0.21.1
What's Changed
Fix
- Escape code blocks in rustdocs with
textattribute by @alexsnaps in #270 - Swap internal
lazy_staticregex init for stdOnceLockby @clux in #271
Dependencies
- Bump kube from 0.94.0 to 0.94.1 in the kube group by @dependabot in #268
- Bump the core group with 3 updates by @dependabot in #269
New Contributors
- @alexsnaps made their first contribution in #270
Full Changelog: 0.21.0...0.21.1
0.21.0
What's Changed
Changes
- Implement automatic ObjectReference generation by @Danil-Grigorev in #249
Dependencies
- Bump tokio from 1.37.0 to 1.38.0 in the core group by @dependabot in #248
- Bump the core group with 2 updates by @dependabot in #250
- Bump kube from 0.91.0 to 0.92.0 in the kube group by @dependabot in #251
- Bump kube from 0.92.0 to 0.92.1 in the kube group by @dependabot in #252
- Bump the core group with 2 updates by @dependabot in #253
- Bump the core group with 4 updates by @dependabot in #254
- Bump the core group with 2 updates by @dependabot in #255
- Bump the core group with 4 updates by @dependabot in #256
- Bump the core group with 2 updates by @dependabot in #257
- Bump kube from 0.92.1 to 0.93.1 in the kube group by @dependabot in #258
- Bump the core group with 5 updates by @dependabot in #259
- Bump the core group with 3 updates by @dependabot in #260
- Bump the core group with 5 updates by @dependabot in #261
- Bump the core group with 6 updates by @dependabot in #262
- Bump libc from 0.2.155 to 0.2.158 by @dependabot in #263
- Bump the core group with 6 updates by @dependabot in #265
- Bump the core group with 3 updates by @dependabot in #266
- Bump kube to 0.94.0 by @clux in #267
Full Changelog: 0.20.1...0.21.0