v0.2.54

nektos/actv0.2.54Nov 14, 2023by nektos-ci

AI Summary

This release adds support for runs-on labels and groups, array expressions, and reusable workflows. It also includes various bug fixes related to service containers and environment handling.

Key Highlights

  • Support for runs-on labels and groups
  • Support for array expressions in runs-on
  • Evaluate conditions when calling reusable workflows
  • Don't set GITHUB_TOKEN by default

New Features

  • Support runs-on labels and group
  • Evaluate if condition when calling a reusable workflow
  • Evaluate all service values
  • Support array expressions in runs-on
  • Use unique name for reusable workflow

Full Release Notes

## Changelog
### New Features
* 04011b6 feat: support runs-on labels and group (#2062)
### Bug fixes
* 74b0fe8 fix: (#2075)
* 5a79256 fix: panic (#2071)
### Other
* 7693697 chore: bump VERSION to 0.2.54
* 4dcb9b7 build(deps): bump golang.org/x/term from 0.13.0 to 0.14.0 (#2091)
* 5547789 Evaluate if condition when calling a reusable workflow (#2087)
* c8f847d Evaluate all service values (#2054)
* 18b4714 Don't set GITHUB_TOKEN (#2089)
* 610358e Support array expressions in runs-on (#2088)
* 1c16fd1 Use unique name for reusable workflow (#2015)
* 55b09a0 build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#2079)