Skip to content

v2.0.20260411 - Armored Pangolin

Choose a tag to compare

@nullhack nullhack released this 11 Apr 18:29
· 69 commits to main since this release

πŸš€ MAJOR RELEASE - V1 β†’ V2 Architecture Transition

This represents a fundamental architectural shift from V1 (template validation workflows) to V2 (project development workflows).

Breaking Changes

  • Workflow Architecture: Complete transition from template validation (V1) to project development (V2)
  • CI/CD Pipeline: New comprehensive GitHub Actions workflow replacing template-specific workflows
  • Branch Structure: V2/init becomes the new development foundation
  • Agent Configuration: Updated agent roles and capabilities for project development

Security Improvements

  • Enhanced GitHub Actions workflow security with proper permissions blocks
  • Removed risky PIP_USER environment variable from CI/CD pipeline
  • Added secure error handling to shell scripts with 'set -euo pipefail'
  • Implemented job-level permissions for all CI workflow operations

Infrastructure & DevOps

  • Modernized Docker setup with security-first containerization approach
  • Comprehensive CI/CD pipeline with GitHub Actions integration
  • Improved workflow security following GitHub Advanced Security recommendations
  • Full project development workflow implementation

Development Experience

  • Complete project-focused development environment
  • Better error handling and security practices in automation
  • Enhanced development workflow with secure defaults
  • Improved CI/CD reliability and security posture

Migration Notes

  • BREAKING: This is a major version requiring migration from V1 template workflows
  • V1 template validation workflows are replaced by V2 project development workflows
  • Projects using V1 should plan migration to V2 architecture
  • All security improvements follow GitHub security best practices