| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| metal-amd64.raw.xz | 2024-04-15 | 141.4 MB | |
| metal-amd64.iso | 2024-04-15 | 147.1 MB | |
| README.md | 2024-04-04 | 2.6 kB | |
| v0.2.0 source code.tar.gz | 2024-04-04 | 2.1 MB | |
| v0.2.0 source code.zip | 2024-04-04 | 2.8 MB | |
| Totals: 5 Items | 293.4 MB | 0 | |
What's Changed
- Positioning Cozystack as framework for building clouds by @kvaps in https://github.com/aenix-io/cozystack/pull/31
- Move flux to core package and avoid Helm installation by @kvaps in https://github.com/aenix-io/cozystack/pull/61
- Prepare release v0.2.0 by @kvaps in https://github.com/aenix-io/cozystack/pull/38
- Add link to roadmap by @kvaps in https://github.com/aenix-io/cozystack/pull/41
- Update piraeus-operator and LINSTOR v2.4.1 by @kvaps in https://github.com/aenix-io/cozystack/pull/45
- Update CNPG to 1.22.2 by @kvaps in https://github.com/aenix-io/cozystack/pull/46
- Update Cilium v1.14.5 by @kvaps in https://github.com/aenix-io/cozystack/pull/47
- Update README.md by @tym83 in https://github.com/aenix-io/cozystack/pull/49
- update kubeapps and flux by @kvaps in https://github.com/aenix-io/cozystack/pull/50
- Update mariadb-operator v0.27.0 by @kvaps in https://github.com/aenix-io/cozystack/pull/51
- Introduce bundles by @kvaps in https://github.com/aenix-io/cozystack/pull/53
- fix: Automatically build helm charts when building cozystack image by @kvaps in https://github.com/aenix-io/cozystack/pull/55
- fix: chicken and egg problem by @kvaps in https://github.com/aenix-io/cozystack/pull/57
- fix: tolerate node.cilium.io/agent-not-ready by @kvaps in https://github.com/aenix-io/cozystack/pull/56
- fix: full-distro bundle installation by @kvaps in https://github.com/aenix-io/cozystack/pull/58
- fix cilium installation by @kvaps in https://github.com/aenix-io/cozystack/pull/59
- Enable versioning for cozy-* charts by @kvaps in https://github.com/aenix-io/cozystack/pull/62
- Release 0.2.0 by @kvaps in https://github.com/aenix-io/cozystack/pull/54
- Fix mysql app by @kvaps in https://github.com/aenix-io/cozystack/pull/66 and https://github.com/aenix-io/cozystack/pull/67
- Fix gitignore by @gecube in https://github.com/aenix-io/cozystack/pull/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
- @gecube made their first contribution in https://github.com/aenix-io/cozystack/pull/26
- @tym83 made their first contribution in https://github.com/aenix-io/cozystack/pull/49
Full Changelog: https://github.com/aenix-io/cozystack/compare/v0.1.0...aa