Skip to content

Releases: Tagent-dev/Tagent

Tagent v0.5.1

Choose a tag to compare

@github-actions github-actions released this 04 Sep 23:09
d8a6cbd

What's Changed

d5c5ba0 fix(ai-engine): green up python lint for release
18c3862 chart: make web UI access work out of the box (NodePort 31777 + docs)
4d9e73c docs: overhaul documentation for collaborators
42e53c6 chore(deps): bump the all-go group
7db11c9 chore(deps): bump github.com/redis/go-redis/v9
418024f chore(deps): bump alpine from 3.23 to 3.24 in /deployment/docker
8d46fad ci: add retry for npm install in accessibility workflow (network flakiness)
4a2fa45 fix(security): replace Math.random with crypto.randomUUID for session IDs
e6e2127 fix: remove unused imports and variables in integrations page (code quality)
f6b2776 feat(ai): enhance AI chat with categorized pre-built prompts and richer empty state
78b46ad feat: node detail page with real K8s/AWS/Prometheus data + integrations redesign
307953f feat: Node Detail Page (/nodes/[name]) with Overview, Pods, Cloud, Events tabs - real K8s data
615c815 fix: metrics-server only installs if not already present in cluster (lookup check)
46af0d5 feat: metrics-server auto-installs with Helm chart - real CPU/Memory data out of the box
c6a07a2 fix: Workload Explorer uses unique graphs per pod, different colors by health status, no identical patterns
d915426 fix: incidents now have confidence/blastRadius/startedAt, Apply Remediation button works
31db113 docs: update INSTALL.md with new default model and troubleshooting
179d139 fix: all dashboard data now real - local cluster uses correct K8s service URLs instead of localhost
71e45c1 feat: auto-detect cluster name and environment from K8s nodes - no manual setup needed
fc750df fix: TopBar shows 'production' and 'default' instead of dashes when admin info not set
e8460d3 fix: AI Engine now connects to Discovery Service - chat gets real cluster data
4aaaad2 feat: default model changed to llama3.2:1b - auto-installs on deploy, AI works out of the box
1d349bc fix: model delete now uses POST (DELETE with body not reliable across proxies)
2ec854d feat: enhanced AI Models UI - installed tab, custom model pull, delete/reinstall, disk usage
52d9ae9 fix: Ollama pod never Pending - minimal resources, graceful UI when starting
a8e2992 fix: disable ollama persistence by default (fixes Pending on clusters without StorageClass)
8aaf65a ci: add dedicated CodeQL workflow for JavaScript/TypeScript scanning
1051c8d fix: skip sarif upload when trivy file doesn't exist
198b17f chore: add PR template for contributors
a978c48 chore: add CODEOWNERS - only owner can merge PRs
11eb19d chore(deps): bump the all-go group
8d4449f chore(deps): bump the all-go group
2049772 chore(deps): bump the all-go group
1839f51 chore(deps): bump the all-go group
d561b1a chore(deps): bump node from 22-alpine to 26-alpine in /deployment/docker
7aa9c72 chore(deps): bump the all-go group in /cli with 3 updates

Installation

helm repo add tagent https://tagent-dev.github.io/Tagent
helm repo update
helm install tagent tagent/tagent --namespace tagent --create-namespace

Docker Images

yaswanth111/tagent-api-gateway:v0.5.1
yaswanth111/tagent-discovery:v0.5.1
yaswanth111/tagent-monitoring:v0.5.1
yaswanth111/tagent-ai-engine:v0.5.1
yaswanth111/tagent-remediation:v0.5.1
yaswanth111/tagent-notification:v0.5.1
yaswanth111/tagent-web:v0.5.1

What's Changed

📦 Other Changes

Full Changelog: v0.5.0...v0.5.1

Tagent v0.5.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 15:31
212ab0a

What's Changed

ff8d380 release: v0.5.0 — AI Model Management, Kafka fix, CI improvements
ac45a22 just removed the f prefix. Ruff lint should pass now.
67db045 AI Model Management System
a9d4376 fix: add go mod tidy before CLI build in release workflow
5151732 chore(deps): bump the all-actions group with 15 updates
ca90631 chore(deps): bump the all-python group
4aaca95 chore(deps): bump the all-go group

Installation

helm repo add tagent https://tagent-dev.github.io/Tagent
helm repo update
helm install tagent tagent/tagent --namespace tagent --create-namespace

Docker Images

yaswanth111/tagent-api-gateway:v0.5.0
yaswanth111/tagent-discovery:v0.5.0
yaswanth111/tagent-monitoring:v0.5.0
yaswanth111/tagent-ai-engine:v0.5.0
yaswanth111/tagent-remediation:v0.5.0
yaswanth111/tagent-notification:v0.5.0
yaswanth111/tagent-web:v0.5.0

What's Changed

📦 Other Changes

Full Changelog: v0.4.0...v0.5.0

Tagent v0.4.0

Choose a tag to compare

@github-actions github-actions released this 08 Jun 14:30

What's Changed

c1e4f2c fix: restore dependabot.yml config
8083637 chore: disable dependabot temporarily until v0.4.0 is stable
107ab4e fix: disable dependabot auto-rebase to reduce CI noise
4775705 fix: remove /settings from nav test - link not in sidebar
3744274 fix: set localStorage in visual test to bypass auth gate
5c76ba4 trigger CI
29f9cf4 fix: add --legacy-peer-deps to all workflow npm install commands
a4f2b27 fix: all CI errors - unused imports, ESLint entities, react-dom version, npmrc
0857305 fix: ESLint unescaped entities and npm peer deps
50fa35b fix: correct shared module replace path for CI
8d92469 v0.4.0 - Knowledge Base, Risk Scoring, Escalation, Kafka, Redis, Predictive Detection, Plugin SDK, Multi-Cluster, CLI, Reports, Briefing, Prometheus metrics, production-grade Dockerfiles
02f0b83 git commit -m v0.4.0 - Knowledge Base, Risk Scoring, Escalation, Kafka, Redis, Predictive Detection, Plugin SDK, Multi-Cluster, CLI, Reports, Briefing, Prometheus metrics
bdb7fc1 CLI Tool
b563e05 tagent_gateway_http_requests_total (counter, by method/path/status)
7b51f2c Full Redis client with connection pooling Generic Set/Get/Delete/Invalidate operations
28b94a5 Slack — webhook POST with severity emoji
4e26420 Real-time risk calculation from live cluster data
09f3ec2 chore(deps-dev): bump vitest from 4.1.6 to 4.1.8 in /frontend/web
853d0c0 :11
3438f9d :

Installation

helm repo add tagent https://tagent-dev.github.io/Tagent
helm repo update
helm install tagent tagent/tagent --namespace tagent --create-namespace

Docker Images

yaswanth111/tagent-api-gateway:v0.4.0
yaswanth111/tagent-discovery:v0.4.0
yaswanth111/tagent-monitoring:v0.4.0
yaswanth111/tagent-ai-engine:v0.4.0
yaswanth111/tagent-remediation:v0.4.0
yaswanth111/tagent-notification:v0.4.0
yaswanth111/tagent-web:v0.4.0

What's Changed

📦 Other Changes

Full Changelog: v0.3.0...v0.4.0

Tagent v0.3.0

Choose a tag to compare

@github-actions github-actions released this 19 May 10:47

What's Changed

bc0df69 fix: remove params from proxy route, use nextUrl.pathname instead
98ca778 feat: v0.3.0 — API proxy, all services wired end-to-end
101688d fix: auto-detect API URL from browser hostname (no hardcoded localhost)
c334ce7 feat: path-based image builds — only build changed services
f10b970 feat: add manual trigger to release workflow
70677a2 chore: bump chart version to 0.3.0 to trigger Helm release
1001df8 fix: remove duplicate SMTP block in notification.yaml causing YAML parse error
40e3aab fix: remove leftover storybook config and stories files
0b617af Add Tagent CLI commands
b103187 Add PostgreSQL persistence to remediation
23280c8 chore(deps): bump next from 14.2.18 to 16.2.6 in /frontend/web
45d5b0e chore(deps): bump ollama in /backend/services/ai-engine
4db97a9 chore(deps): bump recharts from 2.15.4 to 3.8.1 in /frontend/web
9289956 chore(deps): bump python-dotenv in /backend/services/ai-engine
e2430ba chore(deps): bump pydantic in /backend/services/ai-engine
3fd70a4 chore(deps): bump redis in /backend/services/ai-engine
55eebf7 chore(deps-dev): bump @types/node in /frontend/web
9d76b64 chore(deps-dev): bump vitest from 2.1.9 to 4.1.6 in /frontend/web
661e05d chore(deps): bump alpine from 3.19 to 3.23 in /deployment/docker
17ebe11 chore(deps): bump uvicorn in /backend/services/ai-engine
1c33176 chore(deps): bump docker/build-push-action from 5 to 7
cca11fb chore(deps): bump golang in /deployment/docker
3595232 fix: use --update-snapshots for visual regression (creates baselines on first run)
2e00ff1 fix: remove webServer from playwright config, start server manually in CI
a68f5fa fix: remove manual server start, let Playwright manage it
a2a7654 fix: remove unused variable in exception handler
17be47a fix: disable Storybook workflow (incompatible with Next.js 14 webpack)
b5e56b5 chore(deps): bump actions/setup-node from 4 to 6
30ed28c fix: resolve all build failures (missing deps, empty services, lint errors)
7a640a7 fix: remove npm cache (no lockfile), fix Python lint, disable Go cache in CI
f5c7dcc chore(deps): bump alpine from 3.19 to 3.23 in /deployment/docker
c287649 chore(deps): bump node from 22-alpine to 26-alpine in /deployment/docker
c06a06e fix: upgrade to node:22-alpine to resolve CVE warnings
fdbccca fix: regenerate package-lock.json with all dependencies
68071ac fix: add Storybook config, dependencies, and sample story
437a6dd fix: exclude playwright and storybook from Next.js build
0f0c664 fix: add security-events permission and upgrade to codeql-action v4
cf37c86 chore(deps): bump actions/setup-python from 5 to 6
b6b653d feat: enterprise frontend visual testing platform (Playwright, Chromatic, a11y, visual regression)
ea17277 fix: set HOSTNAME=0.0.0.0 so Next.js binds to all interfaces
d12fd8a fix: copy index.yaml to /tmp before switching to gh-pages
d43c6a8 fix: correct chart release URL in index.yaml
e6642da fix: rewrite chart release workflow to properly publish index.yaml to gh-pages

Installation

helm repo add tagent https://tagent-dev.github.io/Tagent
helm repo update
helm install tagent tagent/tagent --namespace tagent --create-namespace

Docker Images

yaswanth111/tagent-api-gateway:v0.3.0
yaswanth111/tagent-discovery:v0.3.0
yaswanth111/tagent-monitoring:v0.3.0
yaswanth111/tagent-ai-engine:v0.3.0
yaswanth111/tagent-remediation:v0.3.0
yaswanth111/tagent-web:v0.3.0

New Contributors

Full Changelog: tagent-0.2.0...v0.3.0

tagent-0.2.0

Choose a tag to compare

@github-actions github-actions released this 16 May 10:32

AI-Powered Kubernetes Incident Intelligence & Auto-Remediation

tagent-0.1.0

Choose a tag to compare

@github-actions github-actions released this 16 May 08:48

AI-Powered Kubernetes Incident Intelligence & Auto-Remediation