Commit Graph

6469 Commits

Author SHA1 Message Date
Inaki
551e580e10 Merge pull request #456 from nubenetes/dependabot/pip/python-dependencies-f49bbc186a
build(deps): bump the python-dependencies group with 3 updates
2026-06-24 18:35:22 +02:00
Inaki Fernandez
963ff31b2d chore(release): v2.9.49 - Firebase & Supabase YouTube channels in mosaic v2.9.49 2026-06-24 18:27:56 +02:00
Inaki
01c1e35b6e Merge pull request #457 from nubenetes/feat/mosaic-firebase-supabase
feat: add Firebase and Supabase YouTube channels to V1/V2 mosaic
2026-06-24 18:27:25 +02:00
Inaki Fernandez
3eb9c18eb0 feat: add Firebase and Supabase YouTube channels to V1/V2 mosaic
Add the @Firebase and @supabase YouTube channels to the homepage
channel mosaic under the Observability, Databases & Cloud Storage
category, with icon logos and regenerated V1/V2 index mosaics.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-24 18:26:58 +02:00
dependabot[bot]
e13080994e build(deps): bump the python-dependencies group with 3 updates
Updates the requirements on [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions), [mkdocs-rss-plugin](https://github.com/guts/mkdocs-rss-plugin) and [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) to permit the latest version.

Updates `pymdown-extensions` to 11.0
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.21.3...11.0)

Updates `mkdocs-rss-plugin` to 1.19.0
- [Release notes](https://github.com/guts/mkdocs-rss-plugin/releases)
- [Changelog](https://github.com/Guts/mkdocs-rss-plugin/blob/main/CHANGELOG.md)
- [Commits](https://github.com/guts/mkdocs-rss-plugin/compare/1.15.0...1.19.0)

Updates `mkdocs-git-revision-date-localized-plugin` to 1.5.3
- [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases)
- [Commits](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.3.0...v1.5.3)

---
updated-dependencies:
- dependency-name: pymdown-extensions
  dependency-version: '11.0'
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: mkdocs-rss-plugin
  dependency-version: 1.19.0
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: mkdocs-git-revision-date-localized-plugin
  dependency-version: 1.5.3
  dependency-type: direct:production
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-23 13:12:48 +00:00
Inaki
500196c7c0 Merge pull request #455 from nubenetes/develop
🚀 Release: Agentic V2 Portal Update
2026-06-23 14:00:41 +02:00
Nubenetes Bot
009f654169 docs: automated README metric synchronization [skip ci] 2026-06-23 12:00:33 +00:00
Nubenetes Bot
72b619e3b6 feat: sync V2 elite curated edition and README metrics [skip ci] 2026-06-23 12:00:06 +00:00
Inaki Fernandez
73baf72741 Merge master back into develop (v2.9.48) 2026-06-23 13:55:47 +02:00
Inaki Fernandez
f639516ca0 Merge release/v2.9.48 into master v2.9.48 2026-06-23 13:55:32 +02:00
Inaki
fda158172d Merge pull request #454 from nubenetes/feat/trending-card-impact-overlap
fix(v2): prevent Trending Now impact badge overlapping card title
2026-06-23 13:54:56 +02:00
Inaki Fernandez
aa0c12f143 fix(v2): prevent Trending Now impact badge overlapping card title
The CRITICAL/HIGH impact badge (and optional NEW pill) was absolutely
positioned top-right, so a long celeste category/title could slide
underneath it and become unreadable. Make the badge an in-flow,
right-aligned fit-content pill on its own line, with the NEW pill as a
flex sibling — impact, title and NEW can no longer overlap at any width.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-23 13:54:34 +02:00
Nubenetes Bot
7d7694c809 Merge origin/develop (concurrent CI commit) 2026-06-20 23:57:23 +02:00
Nubenetes Bot
08ef05c091 Merge master back into develop (v2.9.47) 2026-06-20 23:57:06 +02:00
Nubenetes Bot
a1fe7b227a docs: automated README metric synchronization [skip ci] 2026-06-20 21:57:04 +00:00
Nubenetes Bot
3e06c6c3b9 Merge develop into master (v2.9.47) v2.9.47 2026-06-20 23:56:49 +02:00
Inaki
58522088e6 Merge pull request #453 from nubenetes/feat/auto-asset-cachebust
feat(v2): auto-version static assets from release tag (no more manual ?v=)
2026-06-20 23:56:38 +02:00
Nubenetes Bot
8680b31aa4 feat(v2): auto-version static assets from release tag (no more manual ?v=)
Adds a MkDocs on_config hook (scripts/mkdocs_hooks.py) that appends the
release version as the ?v= cache-buster on v2_elite.css and v2_filter.js,
resolved from $SITE_VERSION or the latest git tag. Removes the hand-
maintained query strings from v2-mkdocs.yml.

This prevents the class of bug fixed in v2.9.46: a CSS/JS change going
invisible to returning visitors because ?v= was never bumped (it had
drifted to 2.9.42 for the CSS and 2.9.19 for the JS). Now every release
stamps a fresh URL automatically.

Falls back to leaving URLs untouched when no version is resolvable (e.g.
local mkdocs serve in a shallow checkout), so the build never fails.

Verified: build from git tag -> ?v=2.9.46; SITE_VERSION=9.9.9 -> ?v=9.9.9.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-20 23:55:32 +02:00
Nubenetes Bot
8acde25134 Merge origin/develop (concurrent CI commit) 2026-06-20 23:49:15 +02:00
Nubenetes Bot
f28793508d Merge master back into develop (v2.9.46) 2026-06-20 23:48:47 +02:00
Nubenetes Bot
53e219e032 docs: automated README metric synchronization [skip ci] 2026-06-20 21:48:29 +00:00
Nubenetes Bot
d7dffc5d27 Merge develop into master (v2.9.46) v2.9.46 2026-06-20 23:48:28 +02:00
Inaki
b74edfb469 Merge pull request #452 from nubenetes/fix/trending-css-cachebust
fix(v2): bump v2_elite.css cache-buster (Show more was broken on live site)
2026-06-20 23:48:08 +02:00
Nubenetes Bot
5bbc7e832f fix(v2): bump v2_elite.css cache-buster to 2.9.46 (Show more was broken)
The "Show more / Show less" disclosure on the Trending lanes did nothing on
the live site: the extra_css reference was pinned to ?v=2.9.42 and never
bumped, so returning visitors kept the cached pre-disclosure CSS (no
.trending-card--extra / .trending-showmore / :checked rules). Both the
"Show N more" and "Show less" labels showed at once and clicking was inert.

Bumping the query string forces browsers/CDN to re-fetch the current file.
Verified the disclosure works in a freshly built site via Playwright
(9 -> 16 cards on click, label toggles correctly).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-20 23:47:06 +02:00
Nubenetes Bot
f8b4847889 Merge master back into develop (v2.9.45) 2026-06-20 23:42:12 +02:00
Inaki
18042841aa Merge pull request #451 from nubenetes/develop
🚀 Release: Agentic V2 Portal Update
v2.9.45
2026-06-20 23:37:44 +02:00
Nubenetes Bot
7246c82e91 docs: automated README metric synchronization [skip ci] 2026-06-20 21:37:21 +00:00
Nubenetes Bot
e42dc07ba8 feat: sync V2 elite curated edition and README metrics [skip ci] 2026-06-20 21:36:55 +00:00
Inaki
fd4e0924cd Merge pull request #450 from nubenetes/feat/trending-dense-collapsible
feat(v2): denser Trending lanes with pure-CSS "Show more" disclosure
2026-06-20 23:33:34 +02:00
Nubenetes Bot
b35d0c55d7 feat(v2): denser Trending lanes with pure-CSS "Show more" disclosure
The Trending section felt sparse (6 + 4 cards). Make it much denser while
keeping the page manageable:

- Lane 1 "Trending Now": select up to 16 category-diverse fresh items.
- Lane 2 "Rising this Quarter": select up to 12 sustained-momentum items.
- Each lane shows the first N cards (9 / 6) and tucks the rest behind a
  pure-CSS, no-JS "Show N more" / "Show less" disclosure (checkbox-hack +
  general-sibling combinator), scoped per lane via a .trending-lane wrapper.
- New .trending-card--extra (hidden by default, fade-in on reveal) and
  .trending-showmore pill styles, with slate-theme variants.

The two lanes remain de-duplicated by URL (verified: 16 + 12 cards, zero
overlap) and lane 2 keeps its sustained signal (bpftrace, OpenTelemetry,
Gateway API, Vault, Argo CD, Ray, ...). Verified the toggle in a real
browser via Playwright: 9->16 cards on click, label flips correctly.

Generator + CSS change; the docs/ CSS edit auto-triggers the 04.1 publisher
to regenerate v2-docs on develop.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-20 23:32:05 +02:00
Nubenetes Bot
58a4e75621 Merge master back into develop (v2.9.44) 2026-06-20 23:22:49 +02:00
Inaki
54d004e601 Merge pull request #449 from nubenetes/develop
🚀 Release: Agentic V2 Portal Update
v2.9.44
2026-06-20 23:21:03 +02:00
Nubenetes Bot
fa1852b88f feat: sync V2 elite curated edition and README metrics [skip ci] 2026-06-20 21:20:08 +00:00
Nubenetes Bot
01d3a60ce0 docs: automated README metric synchronization [skip ci] 2026-06-20 21:16:23 +00:00
Inaki
4cf28b9ea5 Merge pull request #448 from nubenetes/feat/trending-sustained-signal
feat(v2): make "Rising this Quarter" a genuine sustained-momentum signal
2026-06-20 23:16:00 +02:00
Nubenetes Bot
9a0d2ce7d1 feat(v2): make "Rising this Quarter" a genuine sustained-momentum signal
The second Trending lane previously reused lane 1's scoring formula (just a
softer half-life over a wider window), so it surfaced the same fresh/high-impact
items as lane 1 — effectively lane 1's leftovers under a "Sustained Momentum"
label. Verified: both lanes showed items aged 2-6 days.

Changes:
- _select_lane now takes a score_fn so each lane drives off a different signal.
- _fresh_score (lane 1): unchanged 21d-half-life freshness bias.
- _sustained_score (lane 2): rewards proven staying power (presence in the
  12-month digest window) and de-prioritises <7d items (lane 1's job). Lane 2
  now surfaces matured pillars — Prometheus, Flux, bpftrace, Backstage — with
  zero overlap with lane 1.
- Suppress the 🆕 NEW pill in lane 2 (a "sustained" card flagged NEW is
  contradictory; freshness is lane 1's signal).
- Anchor "now" to digest _meta.last_updated instead of wall-clock, so identical
  digest input renders identical cards (no age/ordering churn on re-renders).
- Harden _select_lane against None/non-dict window entries (latent crash).

Generator-only change; CI publisher (04.1) regenerates v2-docs.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-20 23:14:43 +02:00
Inaki
89e76b0d6b Merge pull request #447 from nubenetes/develop
🚀 Release: Agentic V2 Portal Update
2026-06-20 23:02:26 +02:00
Nubenetes Bot
2aea4a0634 feat: sync V2 elite curated edition and README metrics [skip ci] 2026-06-20 21:00:16 +00:00
Nubenetes Bot
5b06f98814 feat: sync V2 elite curated edition and README metrics [skip ci] 2026-06-20 20:56:58 +00:00
Inaki
dfba434cdc Merge pull request #446 from nubenetes/feat/trending-rising-quarter
feat(v2): add "Rising this Quarter" second lane to Trending
2026-06-20 22:56:40 +02:00
Nubenetes Bot
c2e5772323 feat(v2): add "Rising this Quarter" second lane to Trending
Extract lane selection/rendering into reusable helpers (_select_lane,
_render_cards) and add a second momentum lane below "Trending Now":

- "📈 Rising this Quarter — Sustained Momentum": 6-month digest window
  with a soft 60d half-life (vs 21d for lane 1), so it favours resources
  with sustained relevance rather than just the freshest items.
- De-duplicated against lane 1 by URL, so the two lanes surface different
  resources (verified: FinOps / NVIDIA device-plugin / Ruff / vLLM with
  real star counts, no overlap with the Trending lane).
- New .trending-section__title--secondary style (divider + lighter weight).

Generator-only change; CI publisher (04.1) regenerates v2-docs.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-20 22:55:25 +02:00
Nubenetes Bot
d76caa085c docs: automated README metric synchronization [skip ci] 2026-06-20 20:53:44 +00:00
Inaki
3d13cd83a7 Merge pull request #445 from nubenetes/feat/trending-momentum
feat(v2): momentum-weighted, category-diverse Trending Now
2026-06-20 22:53:17 +02:00
Nubenetes Bot
a9fe5dded5 feat(v2): momentum-weighted, category-diverse Trending Now
Rework the V2 'Trending Now' section so it reflects real momentum instead
of pinning evergreen/foundational tools:

- Hybrid ranking: impact_weight x recency_decay (21d half-life) so fresh
  items surface and the section rotates between releases (date was shown
  but never used to rank before).
- Diversity quota: at most one card per digest category, then backfill —
  replaces the old impact-only sort that filled all slots with the 2-3
  highest-volume categories.
- Real momentum signal: join each item with the inventory by URL and show
  the live GitHub star count (e.g. 38.2k★); fall back to the 1-5 Gemini
  score only when no gh_stars. Adds a 🆕 NEW pill for items <= 7 days old.
- Clean titles: strip github.com/owner/ paths and 'domain.tld:' prefixes
  (no more 'github.com: Istio' or raw repo slugs).
- Fix star-render bug ('🌟'*stars or 0 printed a literal 0 when stars=0).

Generator-only change; CI publisher (04.1) regenerates v2-docs.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-20 22:51:54 +02:00
Nubenetes Bot
7a98574000 Merge master back into develop (v2.9.43) 2026-06-20 22:25:52 +02:00
Nubenetes Bot
990994ff7a Merge release/v2.9.43 into master v2.9.43 2026-06-20 22:24:52 +02:00
Nubenetes Bot
7837dde767 docs: automated README metric synchronization [skip ci] 2026-06-20 20:24:33 +00:00
Nubenetes Bot
f574af6537 feat: sync V2 elite curated edition and README metrics [skip ci] 2026-06-20 20:24:08 +00:00
Inaki
f05842eff7 Merge pull request #443 from nubenetes/feat/v2-topic-heatmap
feat(v2): Resource Density Heatmap on Topic Map
2026-06-20 22:20:56 +02:00
Nubenetes Bot
154e6940c4 feat(v2): add Resource Density Heatmap to Topic Map page
Render a true colour-matrix heatmap on the Topic Map page (distinct from
the size-based Label cloud on index/Tags). One tile per category, grouped
by strategic dimension, with tile warmth (.th-1..6) encoding how many
AI-curated resources it holds. Log scale since counts span ~1..160.

The existing directory grid is preserved below a new "Full Category
Directory" heading. Generator-only change; the publisher regenerates
topic-map.md. CSS adds .topic-heatmap / .topic-heatcell with light + slate
palettes.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-20 22:20:02 +02:00