This repository was archived by the owner on Jan 4, 2024. It is now read-only.
Releases: giantswarm/cluster-openstack
Releases · giantswarm/cluster-openstack
Release list
v0.17.1
Added
- Add
itemsschema for.controlPlane.availabilityZonesinvalues.schema.json. - A stanza in values file for a list of trusted shh keys.
Changed
sshFileshelper to fetch values for trusted-user-ca-keys.pem from the values file.- Move the existing trusted key to values.yaml.
Deleted
- trusted-user-ca-keys.pem (to be supplied from values.yaml).
v0.17.0
Changed
- Make values properties easy to overwrite in GitOps style.
- Improve the README in the project.
- Configure API priority and fairness flags based on node resources.
v0.16.1
Fixed
kube-dnsservice is not getting deleted to keep the cluster compatible to components which didn't migrated yet tocorednsservice.
v0.16.0
Changed
- Move specs of immutable templates to helpers.tpl to make maintenance easier.
Added
- Allow core-component configuration via
kubeadm --patches - Import the
cluster-sharedchart to apply additionalcorednsresources in a Workload Cluster viaClusterResourceSets
v0.15.2
Fixed
- Set
requestheader-allowed-namesasfront-proxy-clientto solve authentication issues inmetrics-server.
v0.15.1
Fixed
- Add quotes for
--oidc-username-prefixflag.
v0.15.0
Added
- Allow setting
--oidc-username-prefixin api-server flags.
v0.14.1
Changed
- Remove deprecated
--insecure-portfrom api-server flags.
v0.14.0
Added
- Add ignition support.
- Add cert SANs for 127.0.0.1 and localhost to api-server to support Giant
Swarm App Platform bootstrap mode. - Allow setting etcd image repository and tag.
- Set the default etcd version to 3.5.4 (kubeadm default is 3.5.0 which is not
recommended in production). - Set the default etcd image to retagged Giant Swarm one.
Changed
- Adapt control-plane configuration by comparing other providers and vintage clusters.
- Remove versioned labels from MachineSpec to prevent unnecessary rollouts.
v0.13.0
Changed
- Disable bastion to fix unblock upgrades from old versions.