* Renamed a bunch of images to use fnproject org.
* Multi-stage build for Docker.
* Added tmp vendor dirs to gitignore.
* Run docker-build at beginning of test.
* Consolidating route type utilization
Fixes: #197
* Adding --version to fn init CLI command
* Updating functions_go to 0.1.36
* Updating route init process
* Updating tests
* Adding "memory" CLI flag to fn run
* Make CLI memory flag override what's in func.yaml
* Get rid of default value for memory flag
* Revert UX impact
func.yaml remains the same, no nested maps
API impact:
We need to drop default value for type because it brought this type of bugs.
Starting this patch users should specify route type through CLI or func.yml
Closes: #222