From dc370d83732242621340e43d07d4fc3caa7170d1 Mon Sep 17 00:00:00 2001 From: Revolution1 Date: Thu, 2 Jul 2026 13:35:21 +0000 Subject: [PATCH] docs: refresh kube-insight v0.1.3 website content --- docs.sources.json | 1 + src/components/Header.astro | 12 +++- src/pages/projects/kube-insight.astro | 90 +++++++++++++++++++++++++++ vendor/kube-insight | 2 +- 4 files changed, 103 insertions(+), 2 deletions(-) diff --git a/docs.sources.json b/docs.sources.json index b81a0bb..ee9c487 100644 --- a/docs.sources.json +++ b/docs.sources.json @@ -216,6 +216,7 @@ "source_repo": "nowakeai/kube-insight", "localPath": "vendor/kube-insight", "targetRoot": "src/content/docs/docs/kube-insight", + "last_verified": "2026-07-02", "pages": [ { "source": "docs/users/getting-started/quickstart.md", diff --git a/src/components/Header.astro b/src/components/Header.astro index d38a2e4..a9e0639 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -90,7 +90,7 @@ const navItems = [ {navItems.map((item) => {item.label})} - {githubLabel} @@ -111,4 +111,14 @@ const navItems = [ opacity: 1; transform: translateX(-50%) translateY(0); } + + .header-github-link { + display: none; + } + + @media (min-width: 48rem) { + .header-github-link { + display: inline-flex; + } + } diff --git a/src/pages/projects/kube-insight.astro b/src/pages/projects/kube-insight.astro index e6097cd..83443f1 100644 --- a/src/pages/projects/kube-insight.astro +++ b/src/pages/projects/kube-insight.astro @@ -18,6 +18,13 @@ const heroStats = [ { value: "auto-redaction", label: "configurable filters and extractors keep sensitive data out of evidence" }, ] as const; +const releaseHighlights = [ + { label: "A2A", text: "Agent-to-agent integration surface for teams connecting kube-insight into agent workflows." }, + { label: "kagent", text: "Dedicated kagent chart support for running kube-insight with Kubernetes-native agent automation." }, + { label: "Helm", text: "Published chart path plus image defaults tied to the released container tag." }, + { label: "Web UI", text: "Release binaries still ship the embedded React app for serve --app demos and local investigations." }, +] as const; + const installCommand = [ "KI_VERSION=\"$(curl -fsSL https://api.github.com/repos/nowakeai/kube-insight/releases/latest | sed -n 's/.*\"tag_name\": \"v\\([^\"]*\\)\".*/\\1/p')\"", "test -n \"${KI_VERSION}\"", @@ -156,6 +163,30 @@ const docsHighlights = [ +
+
+
+ +

v0.1.3 adds A2A, kagent, and Helm integration.

+

+ Published on July 1, 2026, this release ships default Linux, macOS, and Windows archives, + chDB-enabled archives, a matching container image, and the embedded Web UI. +

+ + Release notes + +
+
+ {releaseHighlights.map((item) => ( +
+ {item.label} +

{item.text}

+
+ ))} +
+
+
+
@@ -600,6 +631,56 @@ const docsHighlights = [ padding-block: 4rem; } + .release-strip { + border-bottom: 1px solid var(--color-border); + background: var(--color-surface-soft); + padding-block: 2.5rem; + } + + .release-layout { + display: grid; + gap: 1.5rem; + } + + .release-summary h2 { + margin: 0.55rem 0 0; + font-size: 1.65rem; + line-height: 1.18; + } + + .release-summary p:not(.section-label) { + max-width: 44rem; + margin: 0.85rem 0 0; + color: var(--color-text-muted); + line-height: 1.65; + } + + .release-grid { + display: grid; + gap: 0.85rem; + } + + .release-grid article { + border: 1px solid var(--color-border); + border-radius: var(--radius-sm); + background: var(--color-page); + padding: 1rem; + } + + .release-grid strong { + color: var(--color-accent); + font-family: "IBM Plex Mono", ui-monospace, monospace; + font-size: 0.78rem; + text-transform: uppercase; + } + + .release-grid p { + margin: 0.55rem 0 0; + color: var(--color-text-muted); + font-size: 0.88rem; + line-height: 1.5; + } + .demo-section { background: var(--color-page); } @@ -967,6 +1048,10 @@ const docsHighlights = [ grid-template-columns: repeat(2, minmax(0, 1fr)); } + .release-grid { + grid-template-columns: repeat(2, minmax(0, 1fr)); + } + .metrics-grid article { border-bottom: 0; border-right: 1px solid var(--color-border); @@ -1010,6 +1095,11 @@ const docsHighlights = [ grid-template-columns: minmax(20rem, 0.5fr) minmax(0, 1fr); } + .release-layout { + grid-template-columns: minmax(20rem, 0.62fr) minmax(0, 1fr); + align-items: start; + } + .quickstart { grid-template-columns: minmax(0, 1fr) minmax(0, 0.78fr); align-items: start; diff --git a/vendor/kube-insight b/vendor/kube-insight index a358dd0..021deb2 160000 --- a/vendor/kube-insight +++ b/vendor/kube-insight @@ -1 +1 @@ -Subproject commit a358dd0d8142ff4c66365705aaa2ba1fc29a3ac3 +Subproject commit 021deb2421e79a5541dbc6cde59abcebb1f42902