Skip to content

v2.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Apr 19:59
· 21 commits to main since this release
f742e14

2.1.0 (2026-04-06)

✨ New Features

  • Pre-Release Option for GitHub Releases 🏷️: You can now mark Terraform-Module GitHub-specfic releases as pre-releases using a new pre-release config input (default: false). This helps teams in monorepos avoid conflicts with other release tools and ensures more accurate release tracking. @tokio-on-jupiter @virgofx (#427)

🛠 Improvements

  • Node.js Runtime Update 🚀: Updated Node.js runtime from v20 to v24 in action configuration and documentation, ensuring compatibility with the latest features and security updates. @virgofx (#424)

🔧 Developer Experience

  • TypeScript 6.0.2 Upgrade 🧑‍💻: Upgraded TypeScript to v6.0.2, improving type safety and developer tooling across the project. @virgofx (#424)
  • SonarQube Action Pinning Guidelines 📋: Updated SonarQube scan action to v7.0.0 and added best practices for pinning third-party actions, enhancing CI reliability and security. @virgofx (#387)
Full Changelog: v2.0.0...v2.1.0