|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 1.8.2 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- [#199](https://github.com/sapientpants/deepsource-mcp-server/pull/199) [`68ec816`](https://github.com/sapientpants/deepsource-mcp-server/commit/68ec816bdf09bd29b1ade72b693de5a548a51b4d) - Refactor CI/CD workflows and improve Docker security |
| 8 | + |
| 9 | + ### CI/CD Improvements |
| 10 | + - **Unified Build Process**: Consolidated build into single job that creates reusable artifacts |
| 11 | + - **Build Artifacts**: Generated once and reused throughout workflow for consistency |
| 12 | + - **Build Manifest**: Added metadata tracking (SHA, timestamp, dependencies) |
| 13 | + - **Tag Creation**: Tags now created before building artifacts for better traceability |
| 14 | + - **Artifact Naming**: Include commit SHA for consistent naming across workflows |
| 15 | + |
| 16 | + ### Docker Support |
| 17 | + - **Multi-Platform Builds**: Added support for linux/amd64 and linux/arm64 |
| 18 | + - **Docker Workflow**: New reusable workflow for container image builds |
| 19 | + - **Configuration**: Docker releases controlled via `ENABLE_DOCKER_RELEASE` variable |
| 20 | + |
| 21 | + ### Security Enhancements |
| 22 | + - **CodeQL Integration**: Added dedicated security scanning workflow |
| 23 | + - **Consolidated Scanning**: Unified security checks in reusable workflow |
| 24 | + - **Docker Security**: Container images run as non-root user (nodejs:1001) |
| 25 | + - **Trivy Scanning**: Automated vulnerability detection in container images |
| 26 | + - **Dependency Scanning**: Enhanced vulnerability reporting |
| 27 | + |
| 28 | + ### Developer Experience |
| 29 | + - **Issue Templates**: Added bug report and feature request templates |
| 30 | + - **PR Template**: Comprehensive pull request template with checklist |
| 31 | + - **Workflow Documentation**: Enhanced comments for better maintainability |
| 32 | + - **Better Validation**: Improved changeset validation in PR workflow |
| 33 | + |
| 34 | + ### Infrastructure |
| 35 | + - **NPM Packaging**: Dedicated job for package preparation with attestations |
| 36 | + - **SLSA Provenance**: Generate attestations for supply chain security |
| 37 | + - **Improved Permissions**: Updated for container registry access |
| 38 | + - **DeepSource Integration**: Maintained test coverage reporting |
| 39 | + |
| 40 | + ### Technical Details |
| 41 | + - Removed redundant `reusable-setup.yml` (merged into other workflows) |
| 42 | + - Better job dependency graph for parallel execution |
| 43 | + - Consistent secret passing (DEEPSOURCE_DSN) |
| 44 | + - Enhanced artifact retention strategies |
| 45 | + |
3 | 46 | ## 1.8.1 |
4 | 47 |
|
5 | 48 | ### Patch Changes |
|
0 commit comments