Releases: aws/amazon-ec2-metadata-mock
Releases · aws/amazon-ec2-metadata-mock
v1.12.0
What's Changed
- Update USAGE.md by @bwagner5 in #190
- Update Usage docs by @brycahta in #191
- add dependabot config by @bwagner5 in #192
- Bump github.com/spf13/viper from 1.9.0 to 1.15.0 by @dependabot in #193
- Bump github.com/spf13/cobra from 1.2.1 to 1.6.1 by @dependabot in #194
- update license check by @cjerad in #195
- update dependabot config by @cjerad in #196
- update test regex for base64 by @cjerad in #197
- Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 by @dependabot in #200
- eks-charts to ECR Public migration AEMM by @LikithaVemulapalli in #201
- Fixed syntax errors by @LikithaVemulapalli in #202
- Bump github.com/spf13/viper from 1.15.0 to 1.16.0 by @dependabot in #205
- added support for asg target-lifecycle-state path by @Lu-David in #219
- 🥑🤖 v1.12.0 release prep by @LikithaVemulapalli in #220
- Revert "🥑🤖 v1.12.0 release prep [Skip Helm E2E Tests] 🤖🥑 (#220)" by @LikithaVemulapalli in #221
- Added new script that fixes windows ecr login issues by @LikithaVemulapalli in #222
New Contributors
- @dependabot made their first contribution in #193
- @LikithaVemulapalli made their first contribution in #201
- @Lu-David made their first contribution in #219
Full Changelog: v1.11.2...v1.12.0
v1.11.2
What's Changed
- fix directory listing behavior by @cjerad in #185
From issue #173
Previously:Now:$ 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%
$ 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
v1.11.0
What's Changed
- Fix release script prompt when calling from a golang process by @snay2 in #167
- Peg versions in Dockerfiles by @brycahta in #168
- remove go-report-card-test by @brycahta in #169
- Resolve
gopkg.in/yaml.v3
dependabot alert by @brycahta in #172 - user-data Support by @ihamburglar in #171
- Base64 Userdata by @ihamburglar in #176
New Contributors
- @ihamburglar made their first contribution in #171
Full Changelog: v1.10.1...v1.11.0
v1.10.1
What's Changed
- update location of docker image in readme to ECR by @dbyron-sf in #162
- feat: add path tags Name and Test by @renanqts in #163
- Remove readme-validator by @brycahta in #164
- 🥑🤖 v1.10.1 release prep by @brycahta in #165
New Contributors
- @dbyron-sf made their first contribution in #162
- @renanqts made their first contribution in #163
Full Changelog: v1.10.0...v1.10.1
v1.10.0
What's Changed
- Fix and Update Helm Chart Tests by @brycahta in #141
- update mock-ip-count test to use images from gcr by @brycahta in #142
- Improve Windows build by @brycahta in #143
- cache modules between os and arch build variants by @bwagner5 in #144
- add bug and feature templates by @brycahta in #145
- update license-test by @brycahta in #147
- Update dependencies to latest version by @brycahta in #148
- Run
license-test
before PR merge by @brycahta in #150 - Update GOPROXY with google go proxy by @brycahta in #151
- Deprecate draft-release-notes task by @AustinSiu in #152
- Add CODEOWNERS to strengthen branch protections by @snay2 in #154
- Add stalebot by @brycahta in #156
- Upload Helm to eks-charts by @brycahta in #159
- 🥑🤖 v1.10.0 release prep by @brycahta in #160
- cease publishing to dockerhub by @brycahta in #161
New Contributors
- @AustinSiu made their first contribution in #152
- @snay2 made their first contribution in #154
Full Changelog: v1.9.2...v1.10.0
v1.9.2
v1.9.1
v1.9.0
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)