Upgraded Go to version 1.22 and RKE to version 1.6.2
Removed usage of the deprecated ioutil package from the standard library
Updated the README file
Testing
Since there is no CI available to run tests on the PR, all tests are executed locally using make test.
The basic functionality has also been verified.
Below is the Terraform configuration file used to create a one-node RKE cluster with all roles. Note that Terraform is configured to use the binary built from the PR:
https://github.com/rancher/terraform-provider-rke/issues/460
This PR includes the following updates:
ioutil
package from the standard libraryTesting
Since there is no CI available to run tests on the PR, all tests are executed locally using
make test
.The basic functionality has also been verified.
Below is the Terraform configuration file used to create a one-node RKE cluster with all roles. Note that Terraform is configured to use the binary built from the PR: