Releases: kube-rs/kopium
Releases · kube-rs/kopium
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-fields
with typearray
by @mnaser in #314 - fix: detect
status
properties 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
text
attribute by @alexsnaps in #270 - Swap internal
lazy_static
regex init for stdOnceLock
by @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
0.20.1
What's Changed
Bug fix release fixing a regression involving --derive Default
.
Changes
- Fix: make derive default work again by @AaronDewes in #247
- link to group binding library - add istio-api-rs by @BlankZhu in #245
Dependencies
- Bump the core group with 3 updates by @dependabot in #246
New Contributors
Full Changelog: 0.20.0...0.20.1
0.20.0
What's Changed
Schema fix and a new experimental --smart-derive-elision
flag to elide derives that are impossible without supplemental code.
Changes
- Fix missing handling of preserve-unknown-fields on additionalProperties by @clux in #244
- Improve detecting whether default can be derived by @AaronDewes in #241
Dependencies
- Bump the kube group with 2 updates by @dependabot in #238
- Bump the core group with 3 updates by @dependabot in #239
- Bump the core group with 3 updates by @dependabot in #240
- Bump the core group with 4 updates by @dependabot in #242
- Bump libc from 0.2.154 to 0.2.155 by @dependabot in #243
New Contributors
- @AaronDewes made their first contribution in #241
Full Changelog: 0.19.0...0.20.0
0.19.0
What's Changed
Changes
- Make untyped fields use serde_json::Value directly by @Danil-Grigorev in #230
- hide prelude imports inside a local module to allow shadowing imports by @clux in #222
- Refactor away rightward drift in main by @clux in #233
- feat: generalized approach to derive traits on top level struct by @david-rusnak in #236
- Make
--derive
more flexible by @MathiasPius in #237
Dependencies
- Bump the core group with 4 updates by @dependabot in #228
- Bump the core group with 2 updates by @dependabot in #234
- Bump libc from 0.2.153 to 0.2.154 by @dependabot in #235
New Contributors
- @Danil-Grigorev made their first contribution in #230
- @david-rusnak made their first contribution in #236
- @MathiasPius made their first contribution in #237
Full Changelog: 0.18.0...0.19.0
0.18.0
What's Changed
Changes
- Add relaxed mode for partially invalid CRDs by @poelzi in #215
- Added
btreemap
flag to toggleBTreeMap
/HashMap
for map types by @tyrone-wu in #218 - Make map-type an enum and make map usage consistent by @clux in #219
- support unknown integer & number formats by @sebhoss in #223
- minor doc tweaks by @clux in #227
Dependencies
- Bump kube from 0.89.0 to 0.90.0 in the kube group by @dependabot in #224
- Bump syn from 2.0.57 to 2.0.58 in the core group by @dependabot in #225
- Bump the core group with 4 updates by @dependabot in #226
- Bump the kube group with 1 update by @dependabot in #220
- Bump the core group with 3 updates by @dependabot in #221
- Bump the core group with 5 updates by @dependabot in #213
- Bump the core group with 3 updates by @dependabot in #216
New Contributors
- @poelzi made their first contribution in #215
- @tyrone-wu made their first contribution in #218
Full Changelog: 0.17.2...0.18.0
0.17.2
0.17.1
What's Changed
Dependencies
- Bump the core group with 1 update by @dependabot in #208
Changes
Full Changelog: 0.17.0...0.17.1
0.17.0
What's Changed
Dependencies
- Bump the core group with 3 updates by @dependabot in #187
- Bump the kube group with 2 updates by @dependabot in #188
- Bump the core group with 4 updates by @dependabot in #189
- Bump the kube group with 1 update by @dependabot in #191
- Bump the core group with 3 updates by @dependabot in #192
- Bump the core group with 1 update by @dependabot in #193
- Bump libc from 0.2.152 to 0.2.153 by @dependabot in #194
- Bump the core group with 2 updates by @dependabot in #195
- Bump the kube group with 1 update by @dependabot in #196
- Bump the core group with 5 updates by @dependabot in #197
- Bump the core group with 3 updates by @dependabot in #198
- Bump the core group with 2 updates by @dependabot in #200
Changes
- add support for standard Condition APIs by @aryan9600 in #203
New Contributors
- @aryan9600 made their first contribution in #203
Full Changelog: 0.16.5...0.17.0