diff --git a/README.md b/README.md index 1d3a41f..79c38da 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,13 @@ $ service iptables save All configuration is contained in either `./mock-ec2-metadata-config.json` or `/etc/mock-ec2-metadata-config.json`, the former overriding the latter. Currently the support URLs for the metadata service are: -* http://169.254.169.154/latest/meta-data/latest/ -* http://169.254.169.154/latest/meta-data/latest/meta-data/hostname -* http://169.254.169.154/latest/meta-data/latest/instance-id -* http://169.254.169.154/latest/meta-data/latest/instance-type -* http://169.254.169.154/latest/meta-data/latest/iam/security-credentials + + * http://169.254.169.254/latest/meta-data/latest/ + * http://169.254.169.254/latest/meta-data/latest/meta-data/hostname + * http://169.254.169.254/latest/meta-data/latest/instance-id + * http://169.254.169.254/latest/meta-data/latest/instance-type + * http://169.254.169.254/latest/meta-data/latest/iam/security-credentials + ## Getting started diff --git a/version.go b/version.go index e7eb70d..7603ebd 100644 --- a/version.go +++ b/version.go @@ -4,7 +4,7 @@ package main var GitCommit string // The main version number that is being run at the moment. -const Version = "0.2.0" +const Version = "0.2.1" // A pre-release marker for the version. If this is "" (empty string) // then it means that it is a final release. Otherwise, this is a pre-release