Skip to content

Releases: kuttiproject/kuttilib

v0.4.4

02 Apr 07:35
Compare
Choose a tag to compare
  • Bumped go version to 1.22
  • Bumped kuttilog to v0.2.1
  • Bumped workspace to v0.3.1
  • Bumped drivercore to v0.3.1

v0.4.3

19 Jul 06:07
Compare
Choose a tag to compare

Bumped dependeicies
Added FetchWithProgress method to Version.
Added version deprecation check to Cluster and Node creation.

v0.4.2

09 Jun 14:35
Compare
Choose a tag to compare

During new Node creation, drivers are allowed to return a machine which still has errors. This release allows this. Prior to this release, any error during node creation would cause the node to not be recognised, even if the driver had already created artefacts.

v0.4.1

07 Jun 17:38
Compare
Choose a tag to compare

Fixed a bug in cluster creation.

For drivers that do not implement per-cluster networking, the cluster type was not getting set.
Now it does.

v0.4.0

29 May 10:59
Compare
Choose a tag to compare

Bumped the referenced drivercore package to v0.2.0.

This gave access to a driver method called UsesPerClusterNetworking, which can help determine whether or not to create Network objects via the driver. Checks were added using this new property.

Also added IpAddress and SSHAddress properties to Node.

Full Changelog: v0.3.0...v0.4.0

v0.3.0

04 Dec 05:34
Compare
Choose a tag to compare

Added a ForceStart method to Node, and modified the ForceStop method behaviour to not check for current node status.

v0.2.0

20 Jun 13:16
Compare
Choose a tag to compare

Broke compatibility with github.com/rajch/kutti

v0.1.1

18 Jun 07:01
Compare
Choose a tag to compare

Some corrections.

v0.1.0

17 Jun 08:31
Compare
Choose a tag to compare

Initial release.