Skip to content

Releases: civo/civogo

Change application struct in the kubernetes module

12 May 19:27
59b86eb
Compare
Choose a tag to compare
  • 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

11 May 02:43
c1839b9
Compare
Choose a tag to compare

Change the applications struct, the default field from string to bool

v0.2.6: added new way to search in network

06 May 16:12
923b509
Compare
Choose a tag to compare
Add the option to search by Label when you use the FindNetwork

added option at the moment scaling down the k3s cluster

15 Apr 14:01
1906a5f
Compare
Choose a tag to compare

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

07 Apr 13:54
6ce671a
Compare
Choose a tag to compare

Modify the kubernetes cluster configuration to add pagination

v0.2.3

03 Apr 14:57
Compare
Choose a tag to compare

remove form from snapshot config and change by json

v0.2.0

24 Mar 13:07
Compare
Choose a tag to compare

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

20 Mar 15:34
Compare
Choose a tag to compare

Now you can rename a firewall using RenameFirewall function, It is no longer necessary to delete the firewall to rename it.

Change the client

19 Mar 20:11
0961777
Compare
Choose a tag to compare
  • 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