Skip to content

Tags: linode/linodego

Tags

v1.47.0

Toggle v1.47.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
remove unnecessary TEST_ARGS (#664)

v1.46.0

Toggle v1.46.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
rfc: doPOSTRequestNoResponseBody (#654)

Co-authored-by: Ye Chen <[email protected]>

v1.45.0

Toggle v1.45.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
VPU Support (#645)

## 📝 Description

**What does this PR do and why is this change necessary?**

Adds `AcceleratedDevices` to `Instnace.Stats` and `GET linode/types`
Also adds `NETINT Quadra T1U` Capability enum.

## ✔️ How to Test

**How do I run the relevant unit/integration tests?**

```
make fixtures ARGS="-run TestInstance_withVPU"
```

v1.44.1

Toggle v1.44.1's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
build(deps): bump golang.org/x/net from 0.32.0 to 0.33.0 (#646)

* build(deps): bump golang.org/x/net from 0.32.0 to 0.33.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.32.0 to 0.33.0.
- [Commits](golang/net@v0.32.0...v0.33.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* make tidy

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zhiwei Liang <[email protected]>
Co-authored-by: Erik Zilber <[email protected]>

v1.44.0

Toggle v1.44.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add advanced CodeQL and dependencies review workflows (#640)

v1.43.0

Toggle v1.43.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
unskip disk encryption test (#611)

v1.42.0

Toggle v1.42.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added support for Block Storage Encryption (#572)

* Added support for Block Storage Encryption

* Added instance test

* Addressed PR comments

* Added LA note

v1.41.0

Toggle v1.41.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump golang.org/x/net from 0.28.0 to 0.29.0 (#578)

* build(deps): bump golang.org/x/net from 0.28.0 to 0.29.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.28.0 to 0.29.0.
- [Commits](golang/net@v0.28.0...v0.29.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Ran make tidy

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ezilber-akamai <[email protected]>
Co-authored-by: Lena Garber <[email protected]>
Co-authored-by: Ye Chen <[email protected]>
Co-authored-by: Youjung Kim <[email protected]>

v1.40.0

Toggle v1.40.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump Golang to v1.22 (#569)

* Bump Golang to 1.22

* Apply for loop breaking changes for Go 1.22

* gofumpt

v1.39.0

Toggle v1.39.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Project: Images Service Gen2 (#560)

* new: Add support for Images Gen. 2 (#526)

* WIP
oops

* Add unit test case

* Drop go.work.sum from source tree

* oops

* Add tags to ImageUploadOptions

* Separate ImageStatus from ImageRegionStatus

* Fix tests; add WaitForImageRegionStatus

* image replication test with upload image; use getRegionsWithCaps when available

* modified replication tests to use uploaded image; use random regions when available

* fix fixtures

* clean up

* sanitize fixture

* revert ipv6 pool fixture change

---------

Co-authored-by: Lena Garber <[email protected]>