Skip to content

v0.12.6

Choose a tag to compare

@sebastianrath sebastianrath released this 30 Jan 05:38
· 169 commits to main since this release
v0.12.6
4c2717b

✨ New Features

  • πŸ“ New core/dir-create@v1 node: You can now create directories!
  • 🌐 Shared URL execution: Graphs can now be executed directly from a shared URLs
  • 🐚 Shell installer: Added actrun.sh script for direct bash-based installation and execution
  • πŸ” GitHub attestation: Published packages now include attestation for supply chain security
  • 🧾 Software Bill of Materials (SBOM): All releases now come with attested SBOM.

πŸš€ Improvements

  • βš™οΈ Automatic GitHub Actions environment: No additional setup required in order to run a GitHub Actions workflow graph locally
  • πŸ“¦ Native Git integration: Replaced a few git commands with the go-git library.
  • βž– Port naming flexibility: Hyphens are now allowed in port names for group nodes
  • πŸ”§ Context fields: Added missing context fields in PushNewExecutionState for better state management

πŸ› Bug Fixes

  • πŸ›‘οΈ Fixed URL parameter injection vulnerability in shared graph URL handling by restricting share ID regex
  • πŸƒ Fixed issues with mimicking GitHub Actions environment behavior
  • πŸ“ Fixed documentation in readme

πŸ§ͺ Testing

  • βœ… Added a few more e2e tests