v0.0.4

nektos/actv0.0.4Jan 16, 2019by cplee

AI Summary

This release adds Windows compatibility and introduces the ability to pass a custom event JSON file to populate the container filesystem. It also includes unit tests and fixes for Docker client configuration.

Key Highlights

  • Added Windows compatibility
  • Added support for passing a custom event.json file to the container
  • Fixed Docker client configuration via environment variables
  • Added unit tests for various action definitions
  • Cleanup logging statements

New Features

  • Windows compatibility
  • Custom event.json support
  • Environment variable Docker configuration

Full Release Notes

## Changelog

c573d9d fix #7 - allow passing a custom event.json to be populated in the container filesystem
ce5fbcf cleanup logging statements
454b219 Merge pull request #8 from Atrox/master
a041b34 add windows compatibility
3c4c5a1 go fmt
88847ae add unit tests for various ways an action can be defined
e8c8579 fix #5 - configure docker client via env
28af428 fix #6 - update the example for running a specific action
6f07c10 improve linting