What's Changed
- Positioning Cozystack as framework for building clouds by @kvaps in #31
- Move flux to core package and avoid Helm installation by @kvaps in #61
- Prepare release v0.2.0 by @kvaps in #38
- Add link to roadmap by @kvaps in #41
- Update piraeus-operator and LINSTOR v2.4.1 by @kvaps in #45
- Update CNPG to 1.22.2 by @kvaps in #46
- Update Cilium v1.14.5 by @kvaps in #47
- Update README.md by @tym83 in #49
- update kubeapps and flux by @kvaps in #50
- Update mariadb-operator v0.27.0 by @kvaps in #51
- Introduce bundles by @kvaps in #53
- fix: Automatically build helm charts when building cozystack image by @kvaps in #55
- fix: chicken and egg problem by @kvaps in #57
- fix: tolerate node.cilium.io/agent-not-ready by @kvaps in #56
- fix: full-distro bundle installation by @kvaps in #58
- fix cilium installation by @kvaps in #59
- Enable versioning for cozy-* charts by @kvaps in #62
- Release 0.2.0 by @kvaps in #54
- Fix mysql app by @kvaps in #66 and #67
- Fix gitignore by @gecube in #26
Breaking changes
This release introduce schema versioning, in order to upgrade from v0.1.0, you have to do the folowing:
-
kubectl create configmap -n cozy-system cozystack-version --from-literal=version=1
Update config kubectl edit cm -n cozy-system cozystack
, and add the following line:
bundle-name: paas-full
- MySQL operator changed their spec a lot, so migration is not supported
New Contributors
Full Changelog: v0.1.0...aa