Skip to content

Releases: selectel/mks-go

v0.17.0

22 Oct 05:14
fa8e6c2
Compare
Choose a tag to compare

Added preemptible option to create nodegroups with preemptible VMs (nodes).

v0.16.0

16 Oct 11:05
fe2a6e9
Compare
Choose a tag to compare

Added audit logs parameters for create/update/get/list cluster operations.

Updated badge in README.md.

v0.15.0

22 Jul 15:17
7fe91f6
Compare
Choose a tag to compare

Added nvidia device plugin (NDP) installation option for create and list/get nodegroup operations
Note: nodes inside nodegroup without NDP will be without GPU drivers too

v0.14.0

05 Mar 10:25
df0e4b1
Compare
Choose a tag to compare

Added UserData for list and get nodegroup operations
Replaced string pointer by string type in UserData field at CreateOpts struct

v0.13.0

19 Feb 16:19
ce93fd0
Compare
Choose a tag to compare

Added UserData for create nodegroup operation
Updated golang to v1.19
Fixed unit-tests workflow
Removed nl-1 region

v0.12.0

18 Jul 15:18
99e8992
Compare
Choose a tag to compare

Added PrivateKubeAPI into cluster.CreateOpts

Added PrivateKubeAPI into cluster.View

Updated README with API endpoints for new regions

v0.11.0

12 Jul 09:34
597f83e
Compare
Choose a tag to compare

Added NodegroupType into nodegroup.View

v0.10.0

07 Apr 15:05
d3f4fa0
Compare
Choose a tag to compare

Added []nodegroup.Taint into nodegroup.UpdateOpts.

Updated golangci-lint configuration and fixed linter issues.

v0.9.0

03 Dec 19:41
54a9160
Compare
Choose a tag to compare

Added the following method: pkg/v1/cluster.GetParsedKubeconfig.

Updated golangci-lint configuration and fix a lot of linter issues.

Added Earthfile to be able to reproduce travis CI runs locally.

Fixed gotest script so it will run all tests in pkg/v1 package.

Updated go version to v1.17.

Updated doc.

v0.8.0

25 Aug 13:16
048e2e9
Compare
Choose a tag to compare

Added new pkg/v1/kubeoptions package with methods to get a list of all available feature-gates & admission-controllers.

Updated doc examples for pkg/v1/cluster package.