Skip to content

Tagent v0.3.0

Choose a tag to compare

@github-actions github-actions released this 19 May 10:47
· 96 commits to main since this release

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