Skip to content

v0.14.5

Choose a tag to compare

@sebastianrath sebastianrath released this 03 Feb 13:44
· 150 commits to main since this release
v0.14.5
76defed

✨ 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