Skip to content

Releases: linode/linodego

k8s v1.25.2

18 Dec 17:22
5119842
Compare
Choose a tag to compare

📦 Dependency Updates

Changes

k8s v1.25.1

08 Nov 19:23
5558d6a
Compare
Choose a tag to compare

📦 Dependency Updates

v1.25.0

07 Nov 20:35
444f59d
Compare
Choose a tag to compare

🚀 New Features

createOpts := linodego.VPCCreateOptions{
	Label:  "my-vpc",
	Region: "us-mia",
	Subnets: []VPCSubnetCreateOptions{
		{
			Label: "my-subnet",
			IPv4: "10.0.4.0/24",
		},
	},
}

vpc, err := client.CreateVPC(context.Background(), createOpts)
if err != nil {
	log.Fatal("failed to create the VPC")
}

Breaking change included:

  • In InstanceCreateOptions and InstanceConfigCreateOptions, InstanceConfigInterface has been be updated to InstanceConfigInterfaceCreateOptions.

📦️ Dependency Updates

🧪 Testing Improvements

  • Edit test.yml to allow GHA to mark build as x when tests fail @ykim-1 (#417)

Full Changelog: v1.24.1...v1.25.0

k8s v1.25.0

07 Nov 21:13
444f59d
Compare
Choose a tag to compare

Initial release for k8s sub module.

Its version number will always be equal to linodego main module's version number.

v1.24.1

03 Nov 19:13
2ad3c35
Compare
Choose a tag to compare

🐛 Bug Fixes

Full Changelog: v1.24.0...v1.24.1

v1.24.0

23 Oct 18:38
d209855
Compare
Choose a tag to compare

🚀 New Features

🐛 Bug Fixes

🧪 Testing Improvements

Dependency Updates

v1.23.0

02 Oct 19:25
96af46f
Compare
Choose a tag to compare

🚀 New Features

🧪 Testing Improvements

v1.22.0

13 Sep 15:22
8937bda
Compare
Choose a tag to compare

NOTE: This release now requires Go >= v1.20.

🚀 New Features

🐛 Bug Fixes

🧪 Testing Improvements

v1.21.0

28 Aug 15:42
28949e5
Compare
Choose a tag to compare

Changes

Tests

Dependencies

v1.20.1

08 Aug 14:59
da3a971
Compare
Choose a tag to compare

Changes