Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 11:26
· 127 commits to main since this release

What's Changed

⚠️ This release includes breaking changes (that are still pretty cool)! Please review the following PR for more info:

  • v3.0: Support adding new nodes to k3s; Support dns01 challenge for lets encrypt; Graduate home assistant to a live app; Update CI tests by @jessebot in #163

Screenshot of new node feature in TUI:
Screenshot of the new smol-k8s-lab add new node feature for k3s. This screen is seen only when creating a new k3s cluster. If you don't have any new nodes, it shows some ascii art of three totoros from the My Nieghbor Totoro anime. Below that, it shows a section headed 🖥️ Add a new node. The section contains three input fields on the left: host (placeholder text: hostname or ip address), ssh key (default value: id_rsa), and node taints (placeholder text: taints to apply to this node). On the right there is a drop down menu: node type, which is set to worker and then there is an input called node labels with placeholder text that says labels to apply to this node. finally, on the bottom right of the section, there is a button that says ➕ new node.

Full Changelog: v2.2.4...v3.0.0