v1.10.0
kubero-dev/kuberov1.10.0Jul 14, 2023by mms-gianni
AI Summary
Major release requiring operator >= v0.0.138. Adds public repo support, image build pipeline, and multiple new templates.
Key Highlights
- Requires operator >= v0.0.138
- Add functionality to start apps from public repositories
- Add image build pipeline (BETA)
- Add registry-UI template
- Add n8n template
Breaking Changes
- Requires operator >= v0.0.138
New Features
- Add functionality to start apps from public repositories
- Add image build pipeline (BETA)
- Add registry-UI template
- Add serge chat AI template
- Add calcom template
- Add Statping NG template
- Add unleash template
- Add n8n template
Full Release Notes
**Operator requirement:** >= v0.0.138 ## How to upgrade 1. [Upgrade operator](https://docs.kubero.dev/Installation/upgrade) 2. [Enable and configure the registry](https://docs.kubero.dev/Installation/#enable-the-kubero-registry) 3. Upgrade Kubero UI tag `kubectl edit kuberoes -n kubero` to version "v1.10" ## What's Changed * Feature / Add functionality to start apps from public repositories by @mms-gianni in https://github.com/kubero-dev/kubero/pull/174 * Feature / Add image build pipeline (BETA) by @mms-gianni in https://github.com/kubero-dev/kubero/pull/175 * Fix / Include hyphen in the service name regex by @mms-gianni in https://github.com/kubero-dev/kubero/pull/179 * Template / Add registry-UI template by @mms-gianni in https://github.com/kubero-dev/kubero/pull/180 * Template / Add serge chat AI template by @mms-gianni in https://github.com/kubero-dev/kubero/pull/182 * Template / Add calcom template by @mms-gianni in https://github.com/kubero-dev/kubero/pull/123 * Template / Add Statping NG template by @mms-gianni in https://github.com/kubero-dev/kubero/pull/178 * Template / Add unleash, feature toggles by @mms-gianni in https://github.com/kubero-dev/kubero/pull/169 * Template / Add n8n template by @mms-gianni in https://github.com/kubero-dev/kubero/pull/170 **Full Changelog**: https://github.com/kubero-dev/kubero/compare/v1.9.9...v1.10.0