v0.2.3

nektos/actv0.2.3Feb 25, 2020by nektos-ci

AI Summary

A major milestone release marking official support for GitHub Actions v2, featuring architectural improvements in container reuse and user configuration options.

Key Highlights

  • πŸŽ‰πŸŽ‰πŸŽ‰Act now officially supports GitHub Actions 2
  • Job container/volume reused for all steps
  • Support `.actrc` files

New Features

  • Support for github actions v2
  • Job container/volume reused for all steps
  • Support `.actrc` files

Full Release Notes

πŸŽ‰πŸŽ‰πŸŽ‰Act now officially supports GitHub Actions 2 πŸŽ‰πŸŽ‰πŸŽ‰

## Changelog

fix #74 - support github actions v2
fix #95 - change ports to array of strings
fix #96 - `make build` creates local act binary
fix #86 - job container/volume reused for all steps
fix #70 - use :delegated to speed-up containers
fix #21 - option to control if workdir is bind
fix #99 - allow container to be string or map
fix #95 - properly parse port as strings
fix #89 - support `.actrc` files