From 392575963779531b34e7daafaeba6803689847fb Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Mon, 13 Jul 2026 05:41:29 +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 986d5414..c5b63b93 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)** | **18660+** | | **Specialized MD Pages** | **162** | -| **Total Commits** | **6860+** | +| **Total Commits** | **6862+** | | **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 | 3301 | 13,633 | **Agentic AI Surge** (May 2026 Inception) | +| 9 | 2026 | 3303 | 13,641 | **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 --> 14000 - bar [1445, 586, 8449, 2193, 1660, 123, 218, 20, 13633] - bar [350, 142, 2046, 531, 402, 30, 53, 5, 3301] + bar [1445, 586, 8449, 2193, 1660, 123, 218, 20, 13641] + bar [350, 142, 2046, 531, 402, 30, 53, 5, 3303] ``` @@ -208,7 +208,7 @@ xychart-beta | 2026-04 | 25 | 103 | Active Curation | | 2026-05 | 2101 | 8,677 | **Agentic Inception (Gemini Era)** | | 2026-06 | 849 | 3,506 | Active Curation | -| 2026-07 | 326 | 1,346 | Active Curation | +| 2026-07 | 328 | 1,354 | Active Curation | ### 2.4. Content Distribution and Semantic Clustering From 33d27b905be2b550c298831a1e7f245f5c26d300 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Mon, 13 Jul 2026 07:50:04 +0200 Subject: [PATCH 2/2] docs-update-changelog-v2.9.60 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2097e45e..984e7d55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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.60]](https://github.com/nubenetes/awesome-kubernetes/releases/tag/v2.9.60) - 2026-07-13 + +### Added +- **Compile-time Safety Assertions for Injections**: Added permanent compiler assertions in `v2_optimizer.py` verifying that JCasC, Pipeline Principles, Best Practices, and OpenShift callout boxes are successfully merged into the V2 Jenkins page, failing the build immediately on any silent regression. + +### Fixed +- **Jenkins V2 Featured Callout Boxes Restoration**: Restored the missing Configuration-as-Code and Pipeline callout boxes in `v2-docs/jenkins.md` by updating replacement strings to match the newly normalized headings (`### Configuration As Code` and `## CICD`). +- **Introduction Gold Nuggets Precedence**: Fixed an operator precedence bug in the `is_gold` check (`is_intro and (stars or 0) >= 4` instead of `is_intro and stars or 0 >= 4`), cleaning up incorrect callout boxes for lower-rated resources on `introduction.md`. +- **Health Checker Checkpoint & Progress Persistence**: Added progress checkpointing (`health_check_checkpoint.json`) to persist state across batches and prevent duplication/redos after network validation timeouts. +- **Safer CLI Triage in GHA**: Hardened the GitHub Actions issue triage query against NoneType parser failures when no open issues are found. +- **Semaphore UI Link Correction & Migration**: Updated Semaphore UI references to the official `https://semaphoreui.com/` domain, consolidating duplicate domains in the central database. + ## [[2.9.48]](https://github.com/nubenetes/awesome-kubernetes/releases/tag/v2.9.48) - 2026-06-23 ### Fixed