Skip to content
This repository was archived by the owner on Jan 4, 2024. It is now read-only.

Releases: giantswarm/cluster-openstack

v0.17.1

Choose a tag to compare

@github-actions github-actions released this 20 Feb 10:55
fbb0a61

Added

  • Add items schema for .controlPlane.availabilityZones in values.schema.json.
  • A stanza in values file for a list of trusted shh keys.

Changed

  • sshFiles helper 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

Choose a tag to compare

@github-actions github-actions released this 07 Nov 09:29
ddc473b

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

Choose a tag to compare

@github-actions github-actions released this 22 Sep 13:26
adfbced

Fixed

  • kube-dns service is not getting deleted to keep the cluster compatible to components which didn't migrated yet to coredns service.

v0.16.0

Choose a tag to compare

@github-actions github-actions released this 19 Sep 18:13
74c186f

Changed

  • Move specs of immutable templates to helpers.tpl to make maintenance easier.

Added

  • Allow core-component configuration via kubeadm --patches
  • Import the cluster-shared chart to apply additional coredns resources in a Workload Cluster via ClusterResourceSets

v0.15.2

Choose a tag to compare

@github-actions github-actions released this 17 Aug 09:32
e2c0233

Fixed

  • Set requestheader-allowed-names as front-proxy-client to solve authentication issues in metrics-server.

v0.15.1

Choose a tag to compare

@github-actions github-actions released this 16 Aug 11:34
a1c7b52

Fixed

  • Add quotes for --oidc-username-prefix flag.

v0.15.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 08:29
a52d151

Added

  • Allow setting --oidc-username-prefix in api-server flags.

v0.14.1

Choose a tag to compare

@github-actions github-actions released this 19 Jul 13:40
d054529

Changed

  • Remove deprecated --insecure-port from api-server flags.

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 10:37
8e278a8

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

Choose a tag to compare

@github-actions github-actions released this 14 Jun 10:50
33f5c15

Changed

  • Disable bastion to fix unblock upgrades from old versions.