Skip to content

Releases: aws/amazon-ec2-metadata-mock

v1.11.2

03 Aug 16:33
c860082
Compare
Choose a tag to compare

What's Changed

⚠️ Change in output ⚠️

  • fix directory listing behavior by @cjerad in #185
    From issue #173
    Previously:
    $ curl 127.0.0.1:1338/latest/meta-data/network/interfaces/macs
    0e:49:61:0f:c3:11/device-number
    0e:49:61:0f:c3:11/interface-id
    0e:49:61:0f:c3:11/ipv4-associations/192.0.2.54
    0e:49:61:0f:c3:11/ipv6s
    0e:49:61:0f:c3:11/local-hostname
    0e:49:61:0f:c3:11/local-ipv4s
    0e:49:61:0f:c3:11/mac
    0e:49:61:0f:c3:11/network-card-index
    0e:49:61:0f:c3:11/owner-id
    0e:49:61:0f:c3:11/public-hostname
    0e:49:61:0f:c3:11/public-ipv4s
    0e:49:61:0f:c3:11/security-group-ids
    0e:49:61:0f:c3:11/security-groups
    0e:49:61:0f:c3:11/subnet-id
    0e:49:61:0f:c3:11/subnet-ipv4-cidr-block
    0e:49:61:0f:c3:11/subnet-ipv6-cidr-blocks
    0e:49:61:0f:c3:11/vpc-id
    0e:49:61:0f:c3:11/vpc-ipv4-cidr-block/
    0e:49:61:0f:c3:11/vpc-ipv6-cidr-blocks%
    Now:
    $ curl 127.0.0.1:1338/latest/meta-data/network/interfaces/macs
    0e:49:61:0f:c3:11
  • Update helm-chart-test to run in the afternoon by @snay2 in #183
  • Create USAGE.md by @brycahta in #186

New Contributors

Full Changelog: v1.11.1...v1.11.2

v1.11.1

05 Jul 16:11
29afdd7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.0...v1.11.1

v1.11.0

16 Jun 15:40
145afdc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.10.1...v1.11.0

v1.10.1

07 Feb 20:25
c519750
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.10.0...v1.10.1

v1.10.0

31 Jan 20:24
0bc6997
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.2...v1.10.0

v1.9.2

26 Aug 23:29
8865f78
Compare
Choose a tag to compare

Updates 🆙

  • Upgrade to go 1.17

Improvements 🚀

  • Use embed lib to populate default values
  • CI/CD fixes and enhancements

v1.9.1

20 Aug 15:54
1c8eeee
Compare
Choose a tag to compare

Improvements 🚀

  • Support Apple Silicon (darwin/arm64) natively! 🍎 👩🏽‍💻

v1.9.0

13 May 16:13
91ca5c6
Compare
Choose a tag to compare

New Features 🎉

  • Delay the Rebalance Recommendation availability using new flags: --rebalance-delay-sec or --rebalance-trigger-time #124 (thanks to Bryan Carter)
  • Adding more IMDS paths #119 (thanks to Bryan Carter)
    • kernel-id
    • ramdisk-id
    • network/interfaces/macs/mac/network-card-index

Bug Fixes 🐛

  • Helm Chart fix(capitalization): namespace is rendered empty #120 (thanks to David Beck)

Improvements 🚀

  • Upgrade to go 1.16 #121 (thanks to Bryan Carter)

v1.8.1

07 Jan 17:33
2f0d458
Compare
Choose a tag to compare

Bug Fixes 🐛

  • Return null instead of the empty string on unset values in the instance identity document -- thanks #112 @julian3xl

EC2 Metadata Mock v1.8.0

13 Nov 17:24
0601deb
Compare
Choose a tag to compare

New Features 🎉 🔥

  • Adding dynamic paths:
    • fws/instance-monitoring
    • instance-identity/pkcs7
    • instance-identity/signature

Improvements