Releases: linode/go-metadata
Releases · linode/go-metadata
v0.2.2
What's Changed
🐛 Bug Fixes
- Update Instance Data to support Metadata Service 1.10 Release with new Image and Account EUUID data. by @adamlanghals in #79
- Fix versioning logic by @zliang-akamai in #71
⚙️ Repo/CI Improvements
- Fix e2e workflow by @zliang-akamai in #70
- Add security workflows by @zliang-akamai in #80
- Update e2e submodule by @ykim-akamai in #100
📦 Dependency Updates
- build(deps): bump github.com/linode/linodego from 1.41.0 to 1.50.0 in /test/integration by @dependabot in #72, #75, #81, #86, #87, #89, #91, #97, and #101
- build(deps): bump crazy-max/ghaction-github-labeler from 5.0.0 to 5.3.0 by @dependabot in #73, #90, and #94
- build(deps): bump github.com/go-resty/resty/v2 from 2.15.3 to 2.16.5 by @dependabot in #74, #78, #85, #88
- build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #77
- build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /test/integration by @dependabot in #76
- build(deps): bump golang.org/x/net from 0.27.0 to 0.38.0 in the go_modules group by @dependabot in #82, #92, and #98
- build(deps): bump golang.org/x/net from 0.35.0 to 0.38.0 in /test/integration in the go_modules group by @dependabot in #93 and #99
- build(deps): bump github.com/jarcoal/httpmock from 1.3.1 to 1.4.0 in /test/integration by @dependabot in #95
- build(deps): bump github.com/jarcoal/httpmock from 1.3.1 to 1.4.0 by @dependabot in #96
New Contributors
- @adamlanghals made their first contribution in #79
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
🚀 New Features
- Add support for gzipped metadata by @eljohnson92 in #65
📦 Dependency Updates
-
build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #38
-
build(deps): bump github.com/go-resty/resty/v2 from 2.9.1 to 2.15.3 by @dependabot in #42, #51, #62, #67, #68
-
build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 in the go_modules group by @dependabot in #46
Full Changelog: v0.2.0...v0.2.1
v0.2.0
🚀 New Features
-
Use map for
Client.GetSSHKeys(...)response @lgarber-akamai (#28)- NOTE: This is a BREAKING change and downstream consumers may need to be updated accordingly.
☑️ Testing Improvements
- Add unit test suite @ykim-1 (#31)
📖 Documentation Changes
- Fix typo in README @lgarber-akamai (#25)
v0.1.0
Initial release of Linode Metadata Service Client for Go