Releases: civo/civogo
Releases · civo/civogo
Change application struct in the kubernetes module
- Change the applications struct, the configuration field, add custom struct for that field
- Added comment to the
ApplicationConfiguration
struct inside kubernetes module
Change application struct in kubernetes
Change the applications struct, the default
field from string to bool
v0.2.6: added new way to search in network
Add the option to search by Label when you use the FindNetwork
added option at the moment scaling down the k3s cluster
Now if you are scaling down by one, you can give a hint on the node's
name to be destroyed using the node_destroy
param
changed the kubernetes cluster configuration
Modify the kubernetes cluster configuration to add pagination
v0.2.3
remove form
from snapshot config and change by json
v0.2.0
Now you can create, update and delete the ssh keys, at the same time we add ID to the client to return the ID when the backend does it, as in the case of creating an ssh key
Add rename endpoint for firewall
Now you can rename a firewall using RenameFirewall function, It is no longer necessary to delete the firewall to rename it.
Change the client
- Change the client to send all request in JSON format, to avoid build a custom form procesator
- Add Reason to the HTTPError struct, to return the reason of the error from the server
- Change all test to use the new client