diff --git a/blog/2025-06-14-release-v3/index.md b/blog/2025-06-14-release-v3/index.md new file mode 100644 index 0000000..bf25421 --- /dev/null +++ b/blog/2025-06-14-release-v3/index.md @@ -0,0 +1,58 @@ +--- +slug: kubero-release-v3 +title: Kubero v3 – Now Powered by NestJS πŸš€ +authors: [gianni] +tags: [kubero, release] +--- +*Hey everyone,* + +I'm excited to announce that **Kubero v3.0.0 is officially out!** πŸŽ‰ + +This release marks a major internal overhaul β€” we’ve refactored the entire backend and migrated from Express.js to NestJS. **All features from v2 have been migrated and remain fully available.** + +--- + +## Why the switch to NestJS? + +Kubero was initially built as a Proof of Concept during Heroku's major outage in 2022. While Express served us well in v1 and v2, NestJS brings significant advantages that will help Kubero evolve into a more scalable, secure, and maintainable platform: + +- **Modular Architecture** + NestJS encourages a well-structured, modular codebase, making it easier to manage features and scale. This also lowers the barrier for contributors to dive in and build with us. + +- **Improved Security** + Kubero now uses **JWT tokens** for authentication, replacing the older session-based method. This improves both security and maintainability. + +- **Simplified API** + The API has been redesigned to be more intuitive, with clearer endpoints and improved documentation. + +- **Better Logging and Error Handling** + NestJS provides enhanced support for logging and centralized error handling out of the box. + +- **Thriving Ecosystem** + The NestJS ecosystem, with its integration libraries and support, helps us provide powerful new features faster and more efficiently. + +- **More Tests = More Stability** + We’ve added extensive Jest tests β€” the new codebase has **86% test coverage**, ensuring a more stable and reliable experience. + +This update lays the groundwork for upcoming features like **role-based access control** and **team structures**. + +## What about the frontend? +The frontend remains unchanged in this release. Kubero's UI is still the same clean, intuitive interface you're familiar with from v2. This means: + +- No changes are required to your workflows or usage patterns. +- Your existing deployments, dashboards, and settings will look and behave the same. + +We're continuing to maintain and refine the frontend, but our focus in v3 was on strengthening the backend foundation. + + +## Upgrade Notes + +- **In-place upgrade**: Simply update the tag β€” all features and configurations are compatible. +- If you're using the CLI, make sure to update to version `3.0.0`. +- If you're integrating Kubero’s API into your own toolchain, note that the API paths have changed. See the [API documentation](https://demo.kubero.dev/api/docs) for details. + +--- + +Kubero remains proudly **open-source and community-driven**. We’re still planning to donate the project to the CNCF to ensure its long-term sustainability. + +Would love to hear your feedback, questions, or thoughts. Thanks for being part of the journey! diff --git a/blog/2025-06-14-release-v3/reddit.txt b/blog/2025-06-14-release-v3/reddit.txt new file mode 100644 index 0000000..de83cd1 --- /dev/null +++ b/blog/2025-06-14-release-v3/reddit.txt @@ -0,0 +1,37 @@ + +Kubero v3 Releases: Now Powered by NestJS πŸš€ +Kubero: The self-hosted Heroku/Coolify alternative, is released in version v3 + +Hey everyone, + +I'm excited to announce that Kubero v3 is officially out! πŸŽ‰ + +This release comes with a major internal overhaul β€” the entire backend has been refactored and migrated from Express.js to NestJS. + +πŸ”₯ What is Kubero? +Kubero is a self-hosted PaaS alternative to Heroku, Vercel, and Coolify running on any Kubernetes cluster. The UI makes it simple to deploy your code with GitOps workflows and simplifies the deployment of any containerized apps on Kubernetes. + +πŸš€ What’s new in v3? +Backend rebuilt in NestJS – migrated from Express for better structure and scalability. + +- JWT authentication – replacing session-based auth for better security +- API redesigned – ubnified and cleaner endpoints, https://demo.kubero.dev/api/docs +- Improved logging & error handling +- 86% test coverage with Jest +- No changes to the frontend – UI remains stable and familiar (for now) + +This release is mostly about laying a strong foundation for upcoming features like role-based access and team support. + +πŸ“¦ Upgrade Notes +- In-place upgrade β€” just update the tag to v3.0.0. All features and configurations are compatible with v2 +- CLI users: update to v3.0.0 +- If you’re using the API directly, note the new paths in the docs above + +As always: Kubero is 100% open-source and community-driven. CNCF donation is still on our roadmap to help secure its future. + +Would love your feedback, questions, or suggestions! πŸ™Œ + +🎩 Links +- Repository: https://github.com/kubero-dev/kubero +- Demo (Read only): https://demo.kubero.dev +- Documentation: https://www.kubero.dev/docs \ No newline at end of file