Skip to content

v1.11.2

Latest
Compare
Choose a tag to compare
@cjerad cjerad released this 03 Aug 16:33
· 12 commits to main since this release
c860082

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