diff --git a/CHANGELOG.md b/CHANGELOG.md index 942d0dba..42a0c002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [[2.9.29]](https://github.com/nubenetes/awesome-kubernetes/releases/tag/v2.9.29) - 2026-06-20 + +### Changed +- **Quick-nav redesign — centered category-grouped pill chips**: Grew the quick-nav bar to 21 destinations and restyled it as a modern, centered chip bar. Added CI/CD, Ansible, and the three hyperscalers (AWS, Azure, GCP), and reordered every tab into related category clusters with short labels: discovery (Topic Map · Digest · Videos) → platform (Kubernetes · Docker) → delivery (GitOps · CI/CD) → IaC (Terraform · Ansible) → cloud (AWS · Azure · GCP) → security → ops (Observability · SRE · DevOps) → data (Messaging) → AI/ML (AI & MCP · MLOps) → Methodology → V1 Archive (muted). Chip background/border/glow are derived from the theme accent via `color-mix(in srgb, …)` (Chrome 111+) so the bar restyles automatically with the palette; rows are centered (`justify-content: center`) for a balanced multi-row layout, with hover lift, `:focus-visible` outline, `prefers-reduced-motion` support, and a mobile single-row horizontal scroll. Touches `docs/overrides/main.html` + `docs/static/v2_elite.css` (cache-bust `?v=2.9.29`); V2-only, no page regeneration. + ## [[2.9.28]](https://github.com/nubenetes/awesome-kubernetes/releases/tag/v2.9.28) - 2026-06-20 ### Changed diff --git a/README.md b/README.md index 0f81c48c..fc50d25c 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Additionally, as of May 2026, Nubenetes has reached the **Platinum Operational T | :--- | :--- | | **Total Technical Resources (Links)** | **18647+** | | **Specialized MD Pages** | **162** | -| **Total Commits** | **6307+** | +| **Total Commits** | **6314+** | | **Primary AI Engine** | **Google Gemini (Agentic)** | @@ -180,7 +180,7 @@ The growth of Nubenetes reflects the acceleration of the Cloud Native ecosystem. | 6 | 2023 | 30 | 123 | Maintenance & Refinement | | 7 | 2024 | 53 | 218 | Curation Strategy Pivot | | 8 | 2025 | 5 | 20 | Stability & Research Phase | -| 9 | 2026 | 2748 | 11,349 | **Agentic AI Surge** (May 2026 Inception) | +| 9 | 2026 | 2755 | 11,378 | **Agentic AI Surge** (May 2026 Inception) | @@ -196,8 +196,8 @@ xychart-beta title "Nubenetes Annual Growth Metrics (2018–2026)" x-axis ["2018", "2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026"] y-axis "Volume (Commits / Estimated New Refs)" 0 --> 12000 - bar [1445, 586, 8449, 2193, 1660, 123, 218, 20, 11349] - bar [350, 142, 2046, 531, 402, 30, 53, 5, 2748] + bar [1445, 586, 8449, 2193, 1660, 123, 218, 20, 11378] + bar [350, 142, 2046, 531, 402, 30, 53, 5, 2755] ``` @@ -207,7 +207,7 @@ xychart-beta | :--- | :---: | :---: | :--- | | 2026-04 | 25 | 103 | Active Curation | | 2026-05 | 2101 | 8,677 | **Agentic Inception (Gemini Era)** | -| 2026-06 | 622 | 2,568 | Active Curation | +| 2026-06 | 629 | 2,597 | Active Curation | ### 2.4. Content Distribution and Semantic Clustering diff --git a/data/news_digest.json b/data/news_digest.json index 138650b4..03de2225 100644 --- a/data/news_digest.json +++ b/data/news_digest.json @@ -7440,6 +7440,6 @@ "method": "fallback_small" } }, - "last_updated": "2026-06-20T14:50:53.089472+02:00" + "last_updated": "2026-06-20T15:13:12.404546+02:00" } } \ No newline at end of file diff --git a/docs/overrides/main.html b/docs/overrides/main.html index 613202f9..ac56d61a 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -5,31 +5,39 @@ {% endblock %} {#- - Slim quick-nav bar rendered below the header on every page (via the `tabs` - block, which is empty here since navigation.tabs is disabled). Gives the key - cross-cutting destinations a persistent, one-click home — without the - 18-tab overflow and without collapsing the full left navigation tree. + Quick-nav bar rendered below the header on every page (via the `tabs` block, + which is empty here since navigation.tabs is disabled). Gives the key + cross-cutting destinations a persistent, one-click home as centered pill + chips — without collapsing the full left navigation tree. - Layout: discovery/meta hubs, then the cloud-native pillar topics - (orchestration · containers · delivery · infra · security · observability) - plus the ops disciplines (SRE · DevOps), then the AI hubs (AI & MCP · MLOps) - and Methodology, with V1 Archive muted at the far right. + Destinations are ordered into related category clusters and use short labels + (even when the underlying page title is long): + discovery (Topic Map · Digest · Videos) → platform (Kubernetes · Docker) + → delivery (GitOps · CI/CD) → IaC (Terraform · Ansible) + → cloud (AWS · Azure · GCP) → security → ops (Observability · SRE · DevOps) + → data (Messaging) → AI/ML (AI & MCP · MLOps) → Methodology, + with V1 Archive muted last. -#} {% block tabs %}