Releases: linode/linodego
Releases · linode/linodego
k8s v1.25.0
Initial release for k8s sub module.
Its version number will always be equal to linodego main module's version number.
v1.24.1
🐛 Bug Fixes
- Downgrade
resty
to v2.9.1 to avoid a bug by @zliang-akamai in #416
Full Changelog: v1.24.0...v1.24.1
v1.24.0
🚀 New Features
- new: Adding
regions/availability
list and view @jriddle-linode (#403) - new: Expose Resty's SetLogger(...) function in linodego.Client @lgarber-akamai (#395)
🐛 Bug Fixes
- fix: upload test results only on main push @ykim-1 (#396)
- Fix and refactor TestAccountBetaPrograms @zliang-akamai (#411)
🧪 Testing Improvements
- updating errors coverage to 100% @luthermonson (#400)
- Adding testcov-func/html to Makefile @luthermonson (#399)
- Upgrade go and action versions in GHA workflow @zliang-akamai (#391)
- Replace Deprecations and Fix some Comments @luthermonson (#392)
- refactor to NewError to not log fatal or panic, add tests @luthermonson (#394)
Dependency Updates
- Bump github.com/go-resty/resty/v2 from 2.7.0 to 2.10.0 @dependabot (#410)
- Bump github.com/google/go-cmp from 0.5.7 to 0.6.0 @dependabot (#401)
- Bump golang.org/x/net from 0.16.0 to 0.17.0 @dependabot (#402)
- Bump release-drafter/release-drafter from 5.23.0 to 5.24.0 @dependabot (#398)
- Bump golang.org/x/net from 0.15.0 to 0.16.0 @dependabot (#397)
v1.23.0
🚀 New Features
- Added DC-Specific Pricing Support @lgarber-akamai (#386)
- Implemented
GetAccountTransfer
@lgarber-akamai (#382)
🧪 Testing Improvements
- Upload test data to test account's obj storage @ykim-1 (#383)
- Update region-specific typing tests and fixtures @lgarber-akamai (#387)
v1.22.0
NOTE: This release now requires Go >= v1.20.
🚀 New Features
- Add support for NodeBalancer Firewalls @jriddle-linode @amisiorek-akamai (#378)
🐛 Bug Fixes
- Correct Database maintenance day of week enumerations @zliang-akamai (#374)
- Add
ActionVolumeDelete
event, deprecateActionVolumeDelte
@zliang-akamai (#369)
🧪 Testing Improvements
- Enable checks for
has_user_data
in integration tests @lgarber-akamai (#368)
v1.21.0
Changes
- Add missing events @jriddle-linode (#365)
- Add
account_betas
to support customer enrolled beta programs @yec-akamai (#360) - Add
betas
to support self serve beta program @yec-akamai (#356) - Make environmental variable
LINODE_URL
configurable @zliang-akamai (#359)
Tests
- Fix list volume test @zliang-akamai (#361)
- Change go version to be
stable
in test CI @zliang-akamai (#357)
Dependencies
- Bump golang.org/x/net from 0.13.0 to 0.14.0 @dependabot (#354)
v1.20.1
Changes
- Adding
Built
field toLinodeKernel
struct @amisiorek-akamai (#355)
v1.20.0
Changes
- Add support for polling on events with a secondary entity ID @lgarber-akamai (#349)
- Add
Type
field toInstanceRebuildOptions
sturct @amisiorek-akamai (#351) - Add
Successor
field toInstanceType
struct @amisiorek-akamai (#348) - Add GPU related fields to
InstanceType
andInstance
structs @amisiorek-akamai (#347)
Tests
- Fix broken metadata tests @lgarber-akamai (#353)
Dependencies
- Bump golang.org/x/net from 0.12.0 to 0.13.0 @dependabot (#352)
v1.19.0
New Features
- Add support for metadata-related API fields @lgarber-akamai (#330)
CI Improvements
- Add smoke test suite and GitHub Actions workflow @ykim-1 (#342)
Dependencies
- Bump golang.org/x/net from 0.11.0 to 0.12.0 @dependabot (#345)
v1.18.0
Changes
- Use
url.PathEncode
for dynamic URL strings @lgarber-akamai (#344) - Resolve caching issue that caused conflicts between cached responses without arguments @jcallahan-akamai (#340)
- (BREAKING) Resolve issue that would cause inaccurate poll intervals in polling functions @lgarber-akamai (#343)