v2.4.0
kubero-dev/kuberov2.4.0Sep 1, 2024by mms-gianni
AI Summary
A major feature release that introduces a new build system supporting multiple languages, multi-domain support, and scale-to-zero capabilities, requiring an updated operator.
Key Highlights
- Introduced new build CRD supporting Buildpacks, Nixpacks, and Dockerfiles.
- Added scale-to-zero (sleep on inactivity) feature.
- Implemented multiple domains per application.
- Added ingress class selection.
- Added build log viewing capability.
Breaking Changes
- Requires Kubero Operator version v0.1.2
New Features
- New build CRD (Buildpacks, Nixpacks, Dockerfiles)
- Scale to zero
- Multiple domains per app
- Ingress class selection
Full Release Notes
Requires Kubero Operator version v0.1.2 ## What's Changed š Feature / Use new build CRD to create images with Buildpacks, Nixpacks and Dockerfiles by @mms-gianni in https://github.com/kubero-dev/kubero/pull/368 š Feature / Add scale to zero (sleep on inactivity) by @mms-gianni in https://github.com/kubero-dev/kubero/pull/386 š Feature / Implement multiple domains per app by @mms-gianni in https://github.com/kubero-dev/kubero/pull/385 š Feature / Rename buildpacks to runpacks visually by @mms-gianni in https://github.com/kubero-dev/kubero/pull/367 š Feature / Adding option to select ingress class by @cskiwi in https://github.com/kubero-dev/kubero/pull/301 š Feature / Improve feature detection for UI by @mms-gianni in https://github.com/kubero-dev/kubero/pull/387 š Feature / Show build logs by @mms-gianni in https://github.com/kubero-dev/kubero/pull/383 š§ Maintenance / Update form.vue - correct loadRepository invocation by @vhqtvn in https://github.com/kubero-dev/kubero/pull/355 š§ Maintenance / Bump tar from 6.2.0 to 6.2.1 by @dependabot in https://github.com/kubero-dev/kubero/pull/356 š§ Maintenance / Update node packages by @mms-gianni in https://github.com/kubero-dev/kubero/pull/360 š§ Maintenance / Bump axios from 0.27.2 to 0.28.0 in /server by @dependabot in https://github.com/kubero-dev/kubero/pull/357 š§ Maintenance / Bump follow-redirects from 1.15.3 to 1.15.6 in /server by @dependabot in https://github.com/kubero-dev/kubero/pull/359 š§ Maintenance / Bump semver and nodemon in /server by @dependabot in https://github.com/kubero-dev/kubero/pull/362 š§ Maintenance / Bump tar from 6.2.0 to 6.2.1 in /server by @dependabot in https://github.com/kubero-dev/kubero/pull/365 š§ Maintenance / Bump braces from 3.0.2 to 3.0.3 in /server by @dependabot in https://github.com/kubero-dev/kubero/pull/366 š§ Maintenance / Bump ws from 6.2.2 to 6.2.3 in /server by @dependabot in https://github.com/kubero-dev/kubero/pull/369 š§ Maintenance / Bump ws, engine.io and socket.io-adapter in /server by @dependabot in https://github.com/kubero-dev/kubero/pull/384 š§ Maintenance / Bump express from 4.18.2 to 4.19.2 in /server by @dependabot in https://github.com/kubero-dev/kubero/pull/358 šØ Template / Add kener template by @mms-gianni in https://github.com/kubero-dev/kubero/pull/388 šØ Template / Add metube downloader by @mms-gianni in https://github.com/kubero-dev/kubero/pull/380 šŖ³ Fix / Loading addons and volumes by @mms-gianni in https://github.com/kubero-dev/kubero/pull/382 šŖ³ Fix / Restart issues by @mms-gianni in https://github.com/kubero-dev/kubero/pull/390 šŖ³ Fix / Avoid crashing when notifications not configured (backward compatibility) by @mms-gianni in https://github.com/kubero-dev/kubero/pull/378  ## New Contributors * @vhqtvn made their first contribution in https://github.com/kubero-dev/kubero/pull/355 **Full Changelog**: https://github.com/kubero-dev/kubero/compare/v2.3.0...v2.4.0