Skip to content

v2.9.19 — Deterministic RSS feed date & Topic Map filter fix

Choose a tag to compare

@inafev inafev released this 20 Jun 10:40

Fixed

  • Deterministic RSS lastBuildDaterss_generator.py used datetime.utcnow(), so every republish rewrote v2-docs/feed.xml's build date even with unchanged content (the last residual develop↔master drift after the 2.9.18 Guardian fix). It now derives from the digest's _meta.last_updated, making the feed a pure function of its input (byte-identical across reruns).
  • Topic Map / Methodology filter — the in-page resource/tag widget auto-injected on these pages because they contain <ul><li> lists, but their items carry no .md-tag maturity tags, so the pills filtered to zero and the resource counter was misleading. Both pages are now in the widget's skip-list.

Full changelog: https://github.com/nubenetes/awesome-kubernetes/blob/master/CHANGELOG.md

🤖 Generated with Claude Code