| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-07-04 | 5.0 kB | |
| v0.8.0 source code.tar.gz | 2024-07-04 | 2.3 MB | |
| v0.8.0 source code.zip | 2024-07-04 | 3.0 MB | |
| nocloud-amd64.raw.xz | 2024-07-04 | 150.3 MB | |
| metal-amd64.iso | 2024-07-04 | 156.6 MB | |
| Totals: 5 Items | 312.2 MB | 0 | |
Cozystack 0.8.0 – Now with FluxCD Operator, E2E Tests, ARM Support, ETCD Operator 0.3.0, and more
Release of Cozystack v0.8.0 is now available for download, installation, or updating your current setup.
Major updates in this release: * FluxCD upgrade to version 2.3: The installation logic for FluxCD has been completely revamped, community Helm chart has been replaced with the official FluxCD operator. * Managed extensions for user clusters: Users can now easily install ingress-nginx, cert-manager, and FluxCD with a single click in the GUI. * Traffic routing enhancements: Traffic can now be routed to custom Kubernetes clusters via the primary ingress controller. * E2E testing: End-to-End tests have been added for more robust validation. * PostgreSQL improvements: Synchronous replication based on quorum is now available. * ARM architecture support: Basic support for ARM architecture in the distro-hosted bundle has been added. * Developer Experience enhancements: A new kustomize handler has been introduced, enabling make apply and make diff to simulate apply as if executed through FluxCD, showing only relevant changes.
Additionally, the Cozystack platform now includes the updated ETCD Operator v0.3.0: * ARM support: Full ARM architecture support has been implemented. * Operator architecture overhaul: Architectural advancements have been made to the ETCD operator, including the development of a detailed flow chart that now guides ongoing work. The first enhancement improving status checks has already been incorporated into this release. * Enhanced storage handling: Additional improvements to storage management have also been introduced. First, autocompaction enabled by default: ensuring efficient storage use. And secondly, new logic for automatically computing quota-backend-bytes has been added, which is now set to 95% of the PVC size. Previously, ETCD was unaware of the storage size, but this new feature enables default automatic storage settings.
Join Our Community: 👉 Cozystack 👉 etcd-operator
What's Changed
- fix clickhouse login by @kvaps in https://github.com/aenix-io/cozystack/pull/160
- fix: dependsOn kubeovn and cilium in *-hosted bundles by @kvaps in https://github.com/aenix-io/cozystack/pull/161
- Allow specifying externalIPs for ingress-nginx by @kvaps in https://github.com/aenix-io/cozystack/pull/164
- Migrate from fluxcd-community charts to Flux-Operator by @kingdonb in https://github.com/aenix-io/cozystack/pull/166
- Upgrade to Flux 2.3.x by @kingdonb in https://github.com/aenix-io/cozystack/pull/167
- Add e2e tests by @kvaps in https://github.com/aenix-io/cozystack/pull/165
- fix kubeovn and cilium tags by @kvaps in https://github.com/aenix-io/cozystack/pull/174
- Update flux plugin for dashboard by @kvaps in https://github.com/aenix-io/cozystack/pull/171
- postgres: option to enable quorum-based replication by @kvaps in https://github.com/aenix-io/cozystack/pull/177
- Add initial ARM support by @kvaps in https://github.com/aenix-io/cozystack/pull/176
- Refactor Flux 2.3 update by @kvaps in https://github.com/aenix-io/cozystack/pull/172
- FluxCD Updates by @kvaps in https://github.com/aenix-io/cozystack/pull/170
- Fix typo by @kingdonb in https://github.com/aenix-io/cozystack/pull/179
- Use patch with --no-backup-if-mismatch by @kvaps in https://github.com/aenix-io/cozystack/pull/181
- Managed tenant nginx ingress controller by @kvaps in https://github.com/aenix-io/cozystack/pull/183
- fix: ingress-nginx duplicate template by @kvaps in https://github.com/aenix-io/cozystack/pull/182
- add fluxcd labels post processor by @kvaps in https://github.com/aenix-io/cozystack/pull/180
- move fluxcd and operator back to system by @kvaps in https://github.com/aenix-io/cozystack/pull/188
- Tenant nginx ingress (fixes) by @kingdonb in https://github.com/aenix-io/cozystack/pull/191
- Update Tenant Kubernetes Addons by @kvaps in https://github.com/aenix-io/cozystack/pull/186
- Update etcd-operator v0.3.0 by @kvaps in https://github.com/aenix-io/cozystack/pull/193
- Fine-tuning Flux configuration by @kingdonb in https://github.com/aenix-io/cozystack/pull/196
- Update etcd-operator v0.3.1 by @kvaps in https://github.com/aenix-io/cozystack/pull/197
- Prepare release v0.8.0 by @kvaps in https://github.com/aenix-io/cozystack/pull/194
- Fix: kafka replicas and partitions by @kvaps in https://github.com/aenix-io/cozystack/pull/192
- hotfix: handle missing flux-operator release during upgrade by @kvaps in https://github.com/aenix-io/cozystack/pull/198
Full Changelog: https://github.com/aenix-io/cozystack/compare/v0.7.0...v0.8.0