Skip to content

Commit

Permalink
feat(website): Clustertool News article (#29655)
Browse files Browse the repository at this point in the history
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

**➕ App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Kjeld Schouten <[email protected]>
Co-authored-by: Kjeld Schouten <[email protected]>
  • Loading branch information
alfi0812 and PrivatePuffin authored Nov 22, 2024
1 parent c8e502d commit ea45407
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions website/src/content/docs/news/2024-11-21-clustertool-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
slug: "news/clustertool-release"
title: "Clustertool v1.0.0 Released"
authors: [alfi0812]
date: 2024-11-21
tags:
- "2024"
---

Clustertool has reached a major milestone with the release of version 1.0.0, moving out of its release candidate (RC) phase.
The tool is designed to simplify the process of bootstrapping Talos clusters, offering users a quick and easy way to get started.

It comes pre-configured with essential Kubernetes components, including Cillium, MetalLB,
and Longhorn, ensuring clusters are equipped with key functionalities right out of the box.
Additionally, all charts required in our Quick Start guide come preinstalled.

Clustertool also includes a fully configured VS Code devcontainer that automatically installs all the necessary tools for managing and maintaining your Talos clusters.
This addition is a significant time-saver for people setting up their environments.

Check out the Release Page on github for changelogs and download: [Github](https://github.com/truecharts/public/releases)

The documentation for all the features Clustertool provides can be found [here](clustertool)

0 comments on commit ea45407

Please sign in to comment.