Releases: AndriyKalashnykov/flight-path
Releases · AndriyKalashnykov/flight-path
v0.0.3
v0.0.2
Changelog
Bug Fixes
Refactoring
Others
v0.0.1
Changelog
Features
- 1d1c501: feat: add 10-agent development team for parallel SDLC workflows (Claude noreply@anthropic.com)
- 818bc3f: feat: add SAST/DAST security tooling, golangci-lint config, and fuzz testing (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 75113ba: feat: add commit-push command for automated CI monitoring (Claude noreply@anthropic.com)
- a378afa: feat: add review-issue command for GitHub issue analysis and implementation (Claude noreply@anthropic.com)
- b232aa1: feature: added Newman/Postman end-to-end tests for usecases 01,02,03 (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
Bug Fixes
- 6e281dd: fix(ci): scope coverage to internal packages to fix 80% threshold (Claude noreply@anthropic.com)
- e13cf52: fix(deps): add npm overrides to resolve Trivy HIGH CVEs in newman deps (Claude noreply@anthropic.com)
- 521ec86: fix: add GoReleaser config and fix release workflow (closes #182) (Claude noreply@anthropic.com)
- 6bb2eca: fix: add issues:write permission for ZAP and enable BuildKit for Docker (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- ca66b2d: fix: add sudo and pin version for trivy install in CI (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 212be81: fix: add zip format override for macOS archives in goreleaser (#205) (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 8dc2841: fix: added github CI (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 0ad0f1a: fix: added image-build (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- f679e7f: fix: address ZAP DAST scan findings from issue #166 (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 39cb269: fix: bump golangci-lint to v2.11.1 for Go 1.26 compatibility (Claude noreply@anthropic.com)
- 1dc6790: fix: bump golangci-lint to v2.11.1 for Go 1.26 compatibility (Claude noreply@anthropic.com)
- 624707c: fix: create empty .env for container smoke test to avoid startup crash (Claude noreply@anthropic.com)
- 4e2cec1: fix: disable shellcheck SC2086 for jq filter variables in cleanup workflow (Claude noreply@anthropic.com)
- 681a32f: fix: finished initial implementation (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- d6e56ca: fix: golangci (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 77d97c8: fix: harden Makefile and CI workflow quality (Claude noreply@anthropic.com)
- b396e3c: fix: ignore ZAP informational alerts for error codes and cache-control (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- c7880ad: fix: improve CI workflow with parallel jobs, Trivy action, container test (closes #181) (Claude noreply@anthropic.com)
- bb012ff: fix: improve Dockerfile and add .dockerignore (closes #180) (Claude noreply@anthropic.com)
- 863be29: fix: improve Makefile with pinned versions, new targets, and fixes (closes #183) (Claude noreply@anthropic.com)
- 502dd1e: fix: improve Makefile with pinned versions, new targets, and fixes (closes #183) (Claude noreply@anthropic.com)
- 192de75: fix: improve build script with dynamic paths and version tagging (closes #184) (Claude noreply@anthropic.com)
- 3561edb: fix: initial commit with Echo REST scaffolding (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 39a0edd: fix: install trivy via apt repository instead of install script (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- bb918d4: fix: keep docs/ in Docker build context for Swagger imports (Claude noreply@anthropic.com)
- 6b773ea: fix: make CORS origin configurable and remove unused gosec exclusion (closes #185) (Claude noreply@anthropic.com)
- 60e9588: fix: make CORS origin configurable and remove unused gosec exclusion (closes #185) (Claude noreply@anthropic.com)
- d9e81c2: fix: make ci-run pass locally — fix Trivy CVEs, act artifact compat, DAST/container-test (Claude noreply@anthropic.com)
- 53aa15a: fix: optimize Makefile targets for consistency, correctness, and completeness (Claude noreply@anthropic.com)
- 1907430: fix: override jose, lodash, qs in test deps to resolve MEDIUM CVEs (Claude noreply@anthropic.com)
- 18ceb2d: fix: pass GOMODCACHE/GOCACHE build args in image-scan CI job (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 5b4da5e: fix: pin trivy-action to v0.34.1 release instead of unstable master ref (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- dd0185a: fix: quote shell variables in cleanup workflow to satisfy shellcheck SC2086 (Claude noreply@anthropic.com)
- d10d5c2: fix: refactored flight functions (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- bff8359: fix: replace trivy-action with direct CLI install (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 815c9c5: fix: skip artifact-dependent CI jobs in act to prevent 12+ min hangs (Claude noreply@anthropic.com)
- 28bd3a1: fix: update Docker base image digest to Go 1.26.2 (Claude noreply@anthropic.com)
- 2481ca4: fix: update e2e test to expect 400 for malformed JSON (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- c45f7aa: fix: update go.mod to Go 1.26.1 to resolve stdlib vulnerabilities (Claude noreply@anthropic.com)
- 45e83bc: fix: update slash commands to match current Makefile and fix gh CLI issues (#171) (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- c0f51e7: fix: update trivy-action to v0.34.2 for working binary install (Claude noreply@anthropic.com)
- a31bbb1: fix: updated CI and README (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 5cdf28e: fix: updated README (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 9f601f7: fix: updated ci (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 25b3bc7: fix: updated ci (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 9c13d8c: fix: updated ci (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 1c6b785: fix: updated ci (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- b12b776: fix: updated ci (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 9a4c736: fix: updated ci (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 11e3c2c: fix: updated ci (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 5eb1e18: fix: updated ci (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 563e787: fix: updated dependencies (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- cfeb5ac: fix: updated deps (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- f6a00b0: fix: updated deps (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 9166d24: fix: updated deps (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 7414d03: fix: updated deps (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- ecb9a89: fix: updated deps and README (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- d476579: fix: updated deps and README (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 7604d0b: fix: updated deps and ci (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 85fb8af: fix: updated deps and ci (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 2d18d45: fix: updated deps to go 1.23 (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 57201ae: fix: updated deps to go 1.23 (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 76b0298: fix: updated go version to 1.20.3 (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 46615a3: fix: updates (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 65310d0: fix: updates (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- a9c37b6: fix: updates (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 374b60b: fix: updates (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- 8a090d1: fix: updates (Andriy Kalashnykov AndriyKalashnykov@gmail.com)
- f66d1e9: fix: updates (And...