Skip to content

Commit

Permalink
Fix example urls in readme and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbydamonk committed Jul 20, 2016
1 parent eda7c1a commit 5b5dd40
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b5dd40

Please sign in to comment.