Releases: symbiosis-cloud/symbiosis-go
Releases · symbiosis-cloud/symbiosis-go
Add region field to clusters
Added API key management
Added in this release:
- API key management
** BREAKING CHANGES **
Changed the type of role from string to symbiosis.UserRole
Retired ClusterNodePoolInput
** BREAKING CHANGE **
We retired ClusterNodePoolInput
in favor of NodePoolInput
on ClusterInput
. This allows for a more complete create cluster interface.
Added newClientFromToken method
- added ability to create an api client from an auth token and teamId
Minor bugfix release
** BREAKING CHANGE **
- Normalised usage of pointers on input structs
Please update all usages of NodeTaint
and NodeLabel
Allow updating node pool autoscaling settings
- Allow updating existing node pools to enable autoscaling
Allow node deletion and add autoscaling settings
- Allow node deletion
- Add autoscaling settings to node pools
** NOTE **
Autoscaling is not a preview feature yet, this change was added for internal testing.
Added information about cluster nodes and highly available control planes
- Added information about cluster nodes and highly available control panes
Added describe cluster by ID method
- Added describe cluster by id method
Fix issue with nodePool name not being present
v1.0.6 allow getting node pool name