Features
- add in termination check for nodes without machines (#252) #252 (Nick Tran)
- added expiration as node annotation for monitorability (#266) #266 (Nick Tran)
- Added metrics for consistency checks (#275) #275 (Ellis Tarn)
Bug Fixes
- add requeue into node expiration controller (#284) #284 (Nick Tran)
- add more visibility for when we can't consolidate (#292) #292 (Todd Neal)
- speed up labelsToString (#295) #295 (Todd Neal)
Chores
- deps: bump github.com/samber/lo from 1.37.0 to 1.38.1 (#261) #261 (dependabot[bot])
- deps: bump github.com/imdario/mergo from 0.3.13 to 0.3.15 (#262) #262 (dependabot[bot])
- deps: bump github.com/onsi/gomega from 1.27.2 to 1.27.6 (#263) #263 (dependabot[bot])
- add logging if deprovisioners take longer than expected (#288) #288 (Todd Neal)
Commits
- d544d21: Rename MachineCreated status condition to MachineLaunched (#257) (Jonathan Innis) #257
- c7f3203: Add JSON printer column for zone (#258) (Jonathan Innis) #258
- 4bb544e: remove old webhook permission (#259) (Brandon Wagner) #259
- 4045aa4: Create separate controller for termination handling (#254) (Jonathan Innis) #254
- fa8b643: Add CacheSyncClient for patching out finalizer (#269) (Jonathan Innis) #269
- 137105d: Add stale bot to karpenter-core (#271) (Jonathan Innis) #271
- c67f74b: Separate lifecycle actions from other controllers (#268) (Jonathan Innis) #268
- 87ee33a: Fire an error when StorageClass uses in-tree CSI provider (#267) (Jonathan Innis) #267
- 394c11c: Fix CPU FS quota and its defaulting (#274) (Jonathan Innis) #274
- 58087ae: Remove container loglevel from config-logging (#283) (Jonathan Innis) #283
- f74430e: Revert "Remove container loglevel from config-logging (#283)" (#285) (Jonathan Innis) #285
- 31975c4: Extend operator with healthz checks and hide manager (#286) (Jonathan Innis) #286
- ace3584: Discover default storage class when none specified (#293) (Jonathan Innis) #293
- b915d90: Fix node requeue when node is nominated (#294) (Jonathan Innis) #294
- ab4eccc: only log after cordon succeeds (#296) (Nick Tran) #296