Releases: linode/linodego
Releases · linode/linodego
v1.48.1
What's Changed
🐛 Bug Fixes
- Fix LKE tier version URLs by @yec-akamai in #691
🧪 Testing Improvements
📦 Dependency Updates
- build(deps): bump golang.org/x/oauth2 from 0.26.0 to 0.27.0 by @dependabot in #688
Full Changelog: v1.48.0...v1.48.1
v1.48.0
What's Changed
🐛 Bug Fixes
🚀 New Features
- Allow to enable LKE APL by @yec-akamai in #665
- Support LKE tier version by @yec-akamai in #676
- Nodebalancer VPC support by @komer3 in #678
- add support for the type field when creating nodebalancers by @eljohnson92 in #669
- Added support for DBaaS suspend/resume by @ezilber-akamai in #680
- Nodebalancer Config Changes for VPC integration by @komer3 in #689
💡 Improvements
- Reformatted endpoint functions to simplify them by @ezilber-akamai in #668
🧪 Testing Improvements
- Add unit test coverage for Volume,Volume types and Longview related methods/functions by @vshanthe in #661
- Add domain and domain record unit test coverage by @ykim-akamai in #656
- Update obj smoke test remove deprecated Cluster variable by @ykim-akamai in #666
- Add firewall, firewall rule, and firewall device unit tests by @ykim-akamai in #679
- Add unit test coverage for VPC related methods/functions by @vshanthe in #673
- Add unit test coverage for Network related methods/functions by @vshanthe in #670
- Add unit test coverage for Nodebalancers related methods/functions by @vshanthe in #682
- Add unit test coverage for Object Storage and LKE related methods/functions by @vshanthe in #683
- Add images unit test coverage by @ykim-akamai in #687
⚙️ Repo/CI Improvements
- Enforce code format for tests by @zliang-akamai in #660
📖 Documentation
- Remove LKE ACL LA notices by @lgarber-akamai in #684
📦 Dependency Updates
- build(deps): bump github.com/go-resty/resty/v2 from 2.16.3 to 2.16.5 by @dependabot in #662
- build(deps): bump crazy-max/ghaction-github-labeler from 5.1.0 to 5.2.0 by @dependabot in #667
- build(deps): bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 by @dependabot in #672
- build(deps): bump golang.org/x/text from 0.21.0 to 0.22.0 by @dependabot in #671
- build(deps): bump golang.org/x/net from 0.34.0 to 0.35.0 by @dependabot in #677
- build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in #685
New Contributors
- @komer3 made their first contribution in #678
- @eljohnson92 made their first contribution in #669
Full Changelog: v1.47.0...v1.48.0
v1.47.0
What's Changed
💡 Improvements
- Added missing Database-related fields by @ezilber-akamai in #659
🧪 Testing Improvements
- Add unit test coverage for Stackscripts, Database and Region related methods/functions by @vshanthe in #652
- Update make test commands and related workflows by @ykim-akamai in #657
- Remove extra test param in Makefile by @ykim-akamai in #664
Full Changelog: v1.46.0...v1.47.0
v1.46.0
What's Changed
🚀 New Features
- Support
tier
field for LKE-E by @ezilber-akamai in #651 - Add support for object storage services gen2 by @zliang-akamai in #649
💡 Improvements
doPOSTRequestNoResponseBody
Request Helper that doesn't Expecets Return Value by @zliang-akamai in #654
📦 Dependency Updates
- build(deps): bump github.com/go-resty/resty/v2 from 2.16.2 to 2.16.3 by @dependabot in #653
Full Changelog: v1.45.0...v1.46.0
v1.45.0
What's Changed
🚀 New Features
- Support DBaaS V2.0 by @ezilber-akamai in #633
- VPU Support by @jriddle-linode in #645
🧪 Testing Improvements
📦 Dependency Updates
- build(deps): bump golang.org/x/net from 0.33.0 to 0.34.0 by @dependabot in #650
- build(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 by @dependabot in #648
Full Changelog: v1.44.1...v1.45.0
v1.44.1
What's Changed
🐛 Bug Fixes
📦 Dependency Updates
- build(deps): bump golang.org/x/net from 0.32.0 to 0.33.0 by @dependabot in #646
Full Changelog: v1.44.0...v1.44.1
v1.44.0
What's Changed
🚀 New Features
- Add hardware type and linode label fields to volume struct by @zliang-akamai in #604
- Introduce UpdateIPAddressV2; deprecate UpdateIPAddress by @lgarber-akamai in #641
💡 Improvements
- Added support for missing Profile-related endpoints by @ezilber-akamai in #616
- Added support for
migrations
field for Placement Groups by @ezilber-akamai in #617 #639 - Support missing fields in Instance and LKE ACL by @yec-akamai in #618
- Support missing domain-related endpoints for API parity by @yec-akamai in #620
- Added support for missing User-related fields by @ezilber-akamai in #622
- Added support for missing Service Transfer related endpoints by @ezilber-akamai in #632
- Added support for missing Obj-related endpoints by @ezilber-akamai in #634
🧪 Testing Improvements
- test: Update default test image to reflect the deprecation of Debian 9 support by @ykim-akamai in #623
- test: Add unit test coverage for account related functions; Add function and test coverage for reset oauth client secret endpoint by @ykim-akamai in #636
⚙️ Repo/CI Improvements
- Add advanced CodeQL and dependencies review workflows by @zliang-akamai in #640
📖 Documentation
- doc: Remove Image Services Gen2 LA notice by @yec-akamai in #628
- doc: add info for kubeconfig as base64 by @guilhem in #607
📦 Dependency Updates
- build(deps): bump github.com/go-resty/resty/v2 from 2.15.3 to 2.16.1 by @dependabot in #621
- build(deps): bump github.com/go-resty/resty/v2 from 2.16.1 to 2.16.2 by @dependabot in #629
- build(deps): bump slackapi/slack-github-action from 1.27.0 to 2.0.0 by @dependabot in #619
- build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #631
- build(deps): bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 by @dependabot in #608
- build(deps): bump golang.org/x/net from 0.30.0 to 0.31.0 by @dependabot in #614
- build(deps): bump golang.org/x/text from 0.20.0 to 0.21.0 by @dependabot in #638
- build(deps): bump golang.org/x/net from 0.31.0 to 0.32.0 by @dependabot in #637
Other Changes
- Added support for updated Reserved IP behavior to existing resources (instance, network_ips) by @AniJ98 in #610
New Contributors
Full Changelog: v1.43.0...v1.44.0
v1.43.0
What's Changed
🚀 New Features
- Support
created
andupdated
for domain records by @zliang-akamai in #600 - Added support for missing Account-related endpoints by @ezilber-akamai in #598
- Added support for missing Account-related fields by @ezilber-akamai in #612
- Added support for missing Instance-related endpoints by @ezilber-akamai in #605
- Added support for missing LKE-related endpoints by @ezilber-akamai in #594
- Added support for missing Payment-related endpoints by @ezilber-akamai in #601
- Add missing 'upgrade' field to DC migration endpoint by @ezilber-akamai in #592
💡 Improvements
- Disallow configuring a custom root CA with a custom RoundTripper by @yec-akamai in #593
- Fix lint issues and organize linters by @zliang-akamai in #603
🧪 Testing Improvements
- Refactor smoke tests; improve CI and integration fork workflows by @ykim-akamai in #591
- Skip LDE tests and remove LDE capability in test region by @ykim-akamai in #606
- Enable disk encryption tests by @ykim-akamai in #611
- Add new unit test framework with JSON fixtures by @ykim-akamai in #589
⚙️ Repo/CI Improvements
- Notify slack channel on releases by @ykim-akamai in #599
- Disable
recvcheck
linter, remove EOL linters by @zliang-akamai in #615
📖 Documentation
- Remove Placement Group LA notices by @lgarber-akamai in #590
📦 Dependency Updates
- build(deps): bump crazy-max/ghaction-github-labeler from 5.0.0 to 5.1.0 by @dependabot in #596
- build(deps): bump github.com/go-resty/resty/v2 from 2.13.1 to 2.15.3 by @dependabot in #597
- build(deps): bump golang.org/x/text from 0.19.0 to 0.20.0 by @dependabot in #609
Full Changelog: v1.42.0...v1.43.0
v1.42.0
What's Changed
🚀 New Features
- Added support for Block Storage Encryption by @ezilber-akamai in #572
🧪 Testing Improvements
- Add slack notifications to CI workflow by @ykim-1 in #585
⚙️ Repo/CI Improvements
- Fix workflow failures in PRs due to slack notify step by @ykim-1 in #588
📦 Dependency Updates
- build(deps): bump golang.org/x/text from 0.18.0 to 0.19.0 by @dependabot in #587
- build(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 by @dependabot in #586
Other Changes
Full Changelog: v1.41.0...v1.42.0
v1.41.0
What's Changed
🚀 New Features
- Add support LKE, Volume, NodeBalancer, and network transfer pricing endpoints by @lgarber-akamai in #573
- Support For Managing Reserved IP Addresses by @AniJ98 in #579
- Add
last_login
field toUser
struct by @zliang-akamai in #583
💡 Improvements
- Implemented new middleware system by @ezilber-akamai in #571
🧪 Testing Improvements
- Improve image replication test region; Add LA notice by @yec-akamai in #582
📦 Dependency Updates
- build(deps): bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 by @dependabot in #574
- build(deps): bump golang.org/x/text from 0.17.0 to 0.18.0 by @dependabot in #575
- build(deps): bump golang.org/x/net from 0.28.0 to 0.29.0 by @dependabot in #578
New Contributors
Full Changelog: v1.40.0...v1.41.0