Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.2 KB

File metadata and controls

37 lines (27 loc) · 1.2 KB

cozystack.installer Release Notes

v1.1.2

Synced with Cozystack v1.1.2.

  • Bump cozystack_chart_version to 1.1.2

v1.0.2

Synced with Cozystack v1.0.2.

  • Bump cozystack_chart_version to 1.0.2
  • Bump cozystack_helm_version to 3.20.0

v1.0.0-rc.1

First release as a standalone collection. Synced with Cozystack v1.0.0-rc.1.

Breaking changes from pre-release development:

  • Switched from custom chart (lexfrei/cozystack-installer) to official Cozystack installer chart (ghcr.io/cozystack/cozystack/cozy-installer)
  • Two-stage install: Helm chart deploys operator, Platform Package CR is applied separately via kubectl apply
  • Role prepare removed from collection — moved to per-distro examples (examples/ubuntu/, examples/rhel/, examples/suse/)
  • k3s.orchestration removed from dependencies — users compose their own pipeline
  • New variables: cozystack_operator_variant, cozystack_platform_variant, cozystack_create_platform_package, cozystack_pod_cidr, etc.
  • cozystack_root_host is no longer required for chart install (used in Platform Package CR)