New Features
- Supports requests with trailing slash
- ex:
curl localhost:1338/latest/meta-data/instance-type/
returnsm4.xlarge
instead of 404
- ex:
- Supports subpath listings
- ex:
curl localhost:1338/latest/meta-data/spot
returnsinstance-action termination-time
instead of 404
- ex:
Bug Fixes
- Resolving #23
Improvements
- updated
push-docker-images
to populate manifest correctly
Breaking Changes
N/A