Releases: selectel/mks-go
Releases · selectel/mks-go
v1.1.0
Compare
Sorry, something went wrong.
No results found
ormequ
released this
19 May 10:47
What's Changed
Add cluster_type field, deprecate zonal boolean by @ormequ in #88
Full Changelog : v1.0.0...v1.1.0
v1.0.0
Compare
Sorry, something went wrong.
No results found
ormequ
released this
10 Mar 14:41
What's Changed
Add cilium CNI support to cluster models by @ormequ in #86
BREAKING CHANGESS:
Public type cluster.View is replaced by cluster.GetView / cluster.ListView.
Method return types in pkg/v1/cluster changed accordingly.
Full Changelog : v0.21.0...v1.0.0
v0.21.0
Compare
Sorry, something went wrong.
No results found
n1Z3R
released this
10 Sep 11:33
What's Changed
Full Changelog : v0.20.0...v0.21.0
v0.20.0
Compare
Sorry, something went wrong.
No results found
ormequ
released this
05 May 14:13
What's Changed
Add CA certificates to OIDC parameters by @ormequ in #81
Full Changelog : v0.19.0...v0.20.0
v0.19.0
Compare
Sorry, something went wrong.
No results found
n1Z3R
released this
17 Jan 06:19
What's Changed
Full Changelog : v0.18.0...v0.19.0
v0.18.0
Compare
Sorry, something went wrong.
No results found
ormequ
released this
04 Dec 09:48
Added OIDC parameters for create/update/get/list cluster operations.
v0.17.0
Compare
Sorry, something went wrong.
No results found
n1Z3R
released this
22 Oct 05:14
Added preemptible option to create nodegroups with preemptible VMs (nodes).
v0.16.0
Compare
Sorry, something went wrong.
No results found
ormequ
released this
16 Oct 11:05
Added audit logs parameters for create/update/get/list cluster operations.
Updated badge in README.md.
v0.15.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added UserData for list and get nodegroup operations
Replaced string pointer by string type in UserData field at CreateOpts struct