-
Rob Kooper authoredRob Kooper authored
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 5.40 KiB
Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
3.1.0 - 2024-06-03
Added
- can specify the region name when connecting to openstack
- added manilla storage class
3.0.0 - 2023-02-22
This removes the old variables for creating machines that were deprecated, and removes references to centos.
Changed
- removed all deprecated code, clusters are defined in cluster.json
Added
- ability to set network. Default is weave to be compatible with previous version but this should be changed. Weave is EOL 12/31/2024
- canal (rancher default)
- calico
- flannel
- weave (deprecated)
- none
- ubuntu is an alias for ubuntu22 as an os type in cluster. This is in preperation for ubuntu 24.04.
Removed
- removed centos image reference.
2.4.0 - 2023-12-21
Changed
- changed default priority for redirect to https to be part 9999
- move metallb specific pieces from raw to metallb application
- traefik doesn't use persistant volumes if acme is not enabled
- Use apt-get instead of apt in node provisioning
- Parameterize OpenStack region name
Fixed
- added pod-security on namespaces to work correctly (needed for talos)
- metallb
- cinder
- longhorn
- rancher monitoring
- cinder plugins volume for cacert uses /tmp folder (/etc is readonly for talos)