New Features
- Multi-cluster deployments - Starting with this version, Timoni offers a declarative way of managing the delivery of applications across environments.
- Flux AIO Distribution - Flux All-In-One is a lightweight Flux CD distribution made with Timoni for running the GitOps Toolkit controllers as a single deployable unit.
- Helm interoperability - With Flux AIO, Timoni users can take full advantage of existing Helm charts by leveraging Flux's helm-controller and the Timoni
flux-helm-release
module.
What's Changed
- Create output dir instead of returning error for OCI artifacts by @FrenchBen in #246
- Handle immutable resources at dry-run by @stefanprodan in #247
- Tidy up commands by @stefanprodan in #248
- Correct small mistakes in the docs by @mocdaniel in #249
- Update dependencies to Kubernetes v1.28 by @stefanprodan in #254
- Add multi-cluster deployments capability to bundles by @stefanprodan in #250
- Update example modules by @stefanprodan in #255
- Improve error handling by @stefanprodan in #256
- Add Flux AIO distribution to docs by @stefanprodan in #258
- Add Helm interoperability with Flux AIO to docs by @stefanprodan in #259
New Contributors
- @FrenchBen made their first contribution in #246
- @mocdaniel made their first contribution in #249
Full Changelog: v0.16.0...v0.17.0