The kubox CLI is currently in public preview, and backward compatibility isn’t guaranteed at this stage.

6 Jan 2025
v0.2.11

Change Log

  • Rename kuboxctl: Renamed kuboxctl to kubox to make it more concise.
5 Jan 2025
v0.2.10

Change Log

  • K8s Manifest Validation: Added pre-validation in the create command to detect Kubernetes manifest errors early, improving developer feedback and experience.
  • Set AWS Region from cluster.yaml: The AWS region is now determined from the input cluster.yaml file during cluster creation and deletion. This ensures consistent behavior irrespective of the default region specified in the AWS CLI configuration.
  • Fix Cluster Re-Create Failure: Resolved an issue where re-creating a cluster with the same name immediately after deletion would fail. Clusters can now be re-created seamlessly without requiring a time gap.
  • Validate AWS CLI Authentication: Added a validation step to ensure AWS CLI is authenticated before proceeding with create and delete operations. This prevents errors caused by misconfigured or expired AWS credentials.
3 Jan 2025
v0.2.8

Change Log

  • Node Labeling and Tainting: Users can now apply labels and taints directly to Kubernetes nodes, enhancing workload management and scheduling flexibility.
  • Enhanced Logging: Introduced verbose trace level logging for detailed debugging, along with general improvements to logging for better clarity and troubleshooting
29 Dec 2024
v0.2.7

Change Log

  • AWS IAM Role Attachment: Added the ability to attach AWS IAM roles to EC2 instances, simplifying permissions management and improving integration with AWS services. See example configuration Role for Kubox EC2 Instances
26 Dec 2024
v0.2.6

First release