698c977511
Skip release for docs-only changes
...
Helm Chart CI & Release / Lint Helm Chart (push) Successful in 10s
Helm Chart CI & Release / Semantic Release (push) Successful in 10s
Semantic release now checks changed files and skips tag/publish
when only docs, README, STATUS, AGENTS, or .gitignore are modified.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-19 20:54:42 +00:00
86108f5b75
Minor docs change
Helm Chart CI & Release / Lint Helm Chart (push) Successful in 9s
Helm Chart CI & Release / Semantic Release (push) Successful in 9s
v0.0.4
2026-02-19 20:40:22 +00:00
fb92b4c000
Minor docs change
2026-02-19 20:35:53 +00:00
ce0851dc3c
Add 'what would be overkill' section to architecture doc
...
Helm Chart CI & Release / Lint Helm Chart (push) Successful in 10s
Helm Chart CI & Release / Semantic Release (push) Successful in 10s
Pragmatic analysis of components that add cost/complexity without
value at startup scale, with guidance on when to introduce each.
Co-authored-by: Cursor <cursoragent@cursor.com >
v0.0.3
2026-02-19 20:33:18 +00:00
edc552413e
Architecture: cost optimisation, blue-green deployment, reduce to 3 projects
...
Helm Chart CI & Release / Lint Helm Chart (push) Failing after 1s
Helm Chart CI & Release / Semantic Release (push) Has been skipped
- Reduce from 4 to 3 GCP projects (drop sandbox, use staging namespaces)
- Add blue-green deployment strategy via Argo Rollouts
- Add cost optimisation section with monthly estimate (~$175-245)
- Add blue-green flow diagram and cost pie chart to HLD
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-19 20:32:30 +00:00
25d4610903
Fix release: use Gitea API directly instead of gitea-release-action
...
Helm Chart CI & Release / Lint Helm Chart (push) Successful in 9s
Helm Chart CI & Release / Semantic Release (push) Successful in 10s
The action requires Node 18+ (Headers API) but runner uses Node 16.
Use curl against Gitea API for release creation and asset upload.
Co-authored-by: Cursor <cursoragent@cursor.com >
v0.0.2
2026-02-19 20:02:43 +00:00
9c3caeef17
Add semantic release: auto-version on push to master
...
Helm Chart CI & Release / Lint Helm Chart (push) Successful in 2m24s
Helm Chart CI & Release / Semantic Release (push) Failing after 12s
- Patch bump for regular commits/fixes (0.1.0 → 0.1.1)
- Major bump when merging feature/* branches (0.1.1 → 1.0.0)
- Auto-tags, updates Chart.yaml version, packages and publishes
Co-authored-by: Cursor <cursoragent@cursor.com >
v0.0.1
2026-02-19 19:59:18 +00:00
7e4a3eeca2
Add AGENTS.md with project rules and conventions
...
Helm Chart CI & Release / Lint Helm Chart (push) Successful in 9s
Helm Chart CI & Release / Release Helm Chart (push) Has been skipped
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-19 19:55:47 +00:00
2eb018fe95
Format STATUS.md table alignment
...
Helm Chart CI & Release / Lint Helm Chart (push) Successful in 9s
Helm Chart CI & Release / Release Helm Chart (push) Has been skipped
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-19 19:53:43 +00:00
173af15111
Add STATUS.md: assignment completion checklist
...
Helm Chart CI & Release / Lint Helm Chart (push) Successful in 9s
Helm Chart CI & Release / Release Helm Chart (push) Has been skipped
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-19 19:53:02 +00:00
46cc76b316
Fix README: Gitea Actions reference, add verification-log to structure
...
Helm Chart CI & Release / Lint Helm Chart (push) Successful in 10s
Helm Chart CI & Release / Release Helm Chart (push) Has been skipped
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-19 19:52:10 +00:00
d5b2bd2aa4
Update docs: Mermaid diagrams, current verification state
...
Helm Chart CI & Release / Lint Helm Chart (push) Successful in 9s
Helm Chart CI & Release / Release Helm Chart (push) Has been skipped
- Replace ASCII art with Mermaid in architecture-design-company-inc.md
- Rewrite architecture-hld.md with 3 Mermaid diagrams (infra, CI/CD, security)
- Remove draw.io/Lucidchart references
- Update verification-log.md with current passing state
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-19 19:45:47 +00:00
2ee57f0093
Fix CI lint: remove head pipe that causes SIGPIPE exit 141
...
Helm Chart CI & Release / Lint Helm Chart (push) Successful in 10s
Helm Chart CI & Release / Release Helm Chart (push) Has been skipped
helm template piped to head -20 exits with 141 when head closes early.
Redirect to /dev/null instead - lint result is what matters.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-19 19:43:04 +00:00
dddfd432a7
Fix Gitea Actions: replace actions/checkout with manual git clone
...
Helm Chart CI & Release / Lint Helm Chart (push) Failing after 11s
Helm Chart CI & Release / Release Helm Chart (push) Has been skipped
Runner job containers cannot resolve internal 'gitea' hostname.
Use public URL (git.produktor.io) for checkout instead.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-19 19:42:20 +00:00
2ae7844ab2
Expose Fleet via port-forward on port 8585 instead of fleet.localhost
...
Helm Chart CI & Release / Lint Helm Chart (push) Failing after 30s
Helm Chart CI & Release / Release Helm Chart (push) Has been skipped
- Add make port-forward target (default: https://0.0.0.0:8585 )
- FLEET_PORT variable for custom port
- Update README with port-forward instructions
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-19 19:40:02 +00:00
3ff3a30838
Fix Gitea workflow: remove path filter, add server_url for release
...
Helm Chart CI & Release / Lint Helm Chart (push) Failing after 36s
Helm Chart CI & Release / Release Helm Chart (push) Has been skipped
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-19 17:14:26 +00:00
b5c22e84ec
Configure Gitea Actions for Helm chart CI and release
...
Helm Chart CI & Release / Lint Helm Chart (push) Failing after 39s
Helm Chart CI & Release / Release Helm Chart (push) Has been skipped
- Replace GitHub chart-releaser with Gitea-compatible workflow
- Lint job: helm lint, template validation on push to main/master
- Release job: package and publish to Gitea releases on tag push (v*)
- Use gitea-release-action for creating releases
- Support both main and master branches
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-19 17:13:53 +00:00
8583d25aa3
Refactor FleetDM Stack Helm chart: remove MySQL and Redis dependencies, update values.yaml to use built-in Fleet subcharts, add logo image, and adjust Helm install timeout in Makefile.
2026-02-19 16:26:11 +00:00
cd358ce28a
Add initial Helm chart for FleetDM Stack with MySQL and Redis, including README, CI pipeline, and architecture documentation. Update .gitignore for local development files.
2026-02-19 16:25:44 +00:00
4299febec3
Init
2026-02-19 15:57:19 +00:00