Skip to content

First release - v1.0.0

Latest

Choose a tag to compare

@ka1ne ka1ne released this 17 Feb 12:11
· 1 commit to main since this release

Release Notes - v1.0.0

Features

  • 🎯 Initial release of Harness Template Diff Action
  • 🔍 Automatic detection of template version changes in .harness/templates
  • 📊 Semantic version comparison between template updates
  • 💬 Automated PR comments with formatted diffs
  • ⚡ Clear version update visualization (v0.1.0 → v0.2.0)
  • 🔐 Built-in security with proper git workspace configuration
  • 📝 Enhanced diff readability with expandable sections
  • ⚠️ Validation warnings for template structure and versioning
  • 🔄 Support for multiple template changes in single PR
  • 📦 Docker-based action for consistent environments

Technical Improvements

  • Robust error handling for git operations
  • Detailed debug logging for troubleshooting
  • Secure git configuration in Docker container
  • Proper handling of GitHub workspace permissions
  • Comprehensive semver validation for template versions

Documentation

  • Complete setup instructions
  • Clear template structure requirements
  • Example workflow configuration
  • Local development guidelines
  • Permissions documentation