github nubenetes/awesome-kubernetes v2.6.9
v2.6.9 — Fix NoneType Crashes Across Pipeline

latest releases: v2.9.64, v2.9.63, v2.9.62...
3 months ago

Fixes

Inventory entries can have stars: null which caused TypeError: '<' not supported between instances of 'NoneType' and 'int' in three modules.

  • v2_optimizer.py :632 _calculate_tags — curator_stars calculation
  • dedup.py :74,108 — title dedup index and entry scoring
  • news_digest.py :322 — category pool sorting

Fix: replace .get("stars", 0) with .get("stars") or 0 which safely coerces None to 0.

🤖 Generated with Claude Code

Don't miss a new awesome-kubernetes release

NewReleases is sending notifications on new releases.