From a374e57786bf889a44cec668ef5c2b99cc51598a Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Tue, 2 Jun 2026 12:49:17 +0000 Subject: [PATCH 1/2] docs: automated README metric synchronization [skip ci] --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 955e8d1b..e782c7e4 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ Additionally, as of May 2026, Nubenetes has reached the **Platinum Operational T | :--- | :--- | | **Total Technical Resources (Links)** | **18356+** | | **Specialized MD Pages** | **162** | -| **Total Commits** | **5725+** | +| **Total Commits** | **5727+** | | **Primary AI Engine** | **Google Gemini (Agentic)** | @@ -178,7 +178,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 | 2166 | 8,945 | **Agentic AI Surge** (May 2026 Inception) | +| 9 | 2026 | 2168 | 8,953 | **Agentic AI Surge** (May 2026 Inception) | @@ -194,8 +194,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 --> 9000 - bar [1445, 586, 8449, 2193, 1660, 123, 218, 20, 8945] - bar [350, 142, 2046, 531, 402, 30, 53, 5, 2166] + bar [1445, 586, 8449, 2193, 1660, 123, 218, 20, 8953] + bar [350, 142, 2046, 531, 402, 30, 53, 5, 2168] ``` @@ -205,7 +205,7 @@ xychart-beta | :--- | :---: | :---: | :--- | | 2026-04 | 25 | 103 | Active Curation | | 2026-05 | 2101 | 8,677 | **Agentic Inception (Gemini Era)** | -| 2026-06 | 40 | 165 | Active Curation | +| 2026-06 | 42 | 173 | Active Curation | ### 2.4. Content Distribution and Semantic Clustering From 49d1547ffdc54d5d2749425ad35c9aa96356b4ee Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Tue, 2 Jun 2026 14:51:00 +0200 Subject: [PATCH 2/2] docs: update README.md and CHANGELOG.md for v2.3.38 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f97baa0..c66e4307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.3.38]](https://github.com/nubenetes/awesome-kubernetes/releases/tag/v2.3.38) - 2026-06-02 + +### Added +- **YouTube Embed Iframe Refusal Fix**: Solved the `www.youtube.com refused to connect` error in video iframe players by implementing a parser (`to_embed_url`) in the generator script to dynamically rewrite standard YouTube watch/shortened URLs into the required embed format, fully preserving start-times (`start=...`) and playlist IDs (`list=...`). + +### Fixed +- **MD037 Lint Fix (Video Portal)**: Fixed a markdown linter failure in `v2-docs/videos/cloud-native.md` (and other video documents) by converting asterisk-based bullets (`* `) in video summaries to dash-based bullets (`- `). This avoids syntax collision where the linter parses indented asterisk bullets inside blocks as malformed bold/emphasis markers. + ## [[2.3.37]](https://github.com/nubenetes/awesome-kubernetes/releases/tag/v2.3.37) - 2026-06-02 ### Added diff --git a/README.md b/README.md index e782c7e4..d106ee66 100644 --- a/README.md +++ b/README.md @@ -1060,7 +1060,7 @@ To maintain transparency and ease of navigation, all key configuration, database - **Curator Logic:** [`src/agentic_curator.py`](src/agentic_curator.py) - Primary classification and description engine. - **V2 Vision Engine:** [`src/v2_optimizer.py`](src/v2_optimizer.py) - Elite portal generation and maturity scoring. - **Video Hub Enrichment:** [`src/enrich_videos.py`](src/enrich_videos.py) - High-fidelity synthesis using **yt-dlp** and transcripts. -- **Video Portal Logic:** [`src/v2_video_portal.py`](src/v2_video_portal.py) - Categorized layout with **O'Reilly Journey Builder** and multiline rendering fixes. +- **Video Portal Logic:** [`src/v2_video_portal.py`](src/v2_video_portal.py) - Categorized layout with **O'Reilly Journey Builder**, automated watch-to-embed YouTube conversion, and markdownlint-safe bullet formatting. - **V2 Specialized Agents:** - **Health Monitor:** [`src/v2_health.py`](src/v2_health.py) - **Metadata Engine:** [`src/v2_metadata.py`](src/v2_metadata.py)