Skip to content

Releases: giantswarm/cluster-vsphere

v0.9.5

12 Dec 08:43
0c65287
Compare
Choose a tag to compare

Fixed

  • Fix templating issues of feature-gates.

v0.9.4

11 Dec 14:45
6887e32
Compare
Choose a tag to compare
Release v0.9.4 (#131)

v0.9.3

07 Dec 14:25
5490d49
Compare
Choose a tag to compare

Added

  • If connectivity.network.allowAllEgress is false (which is the default value), the deny-all network policies for
    namespaces giantswarm and kube-system will be applied to the resulting cluster. In terms of API, this is a compatible
    change but in terms of internal behavior it can be potentially 💥 Breaking:.

Changed

  • Remove TTLAfterFinished flag for Kubernetes 1.25 compatibility (enabled by default).
  • Remove ExpandPersistentVolumes flag for Kubernetes 1.27 compatibility (enabled by default).
  • Remove logtostderr for Kubernetes 1.27 compatibility (output is logged to stderr by default).

v0.9.2

15 Nov 11:38
9059c6f
Compare
Choose a tag to compare
Release v0.9.2 (#115)

v0.9.1

15 Nov 10:22
16b5e6d
Compare
Choose a tag to compare

Changed

  • Bump cilium to 0.17.0.
  • Bump coredns to 1.19.0.
  • Enable renovate for cilium and coredns.

v0.9.0

08 Nov 11:14
dad6f1b
Compare
Choose a tag to compare

Changed

  • 💥 Breaking: Switch from Ubuntu to Flatcar and start support ignition.

v0.8.0

31 Oct 13:29
a57496f
Compare
Choose a tag to compare

Added

  • Add IPv4 addresses management (ipam) for WC's kube-vip-cloud-provider. If the ipPool is specified, currently one IP is requested from it
    and is added to the end of the list for this controller. kube-vip-cloud-provider is part of our Service-lvl load balancer solution in WC and
    at least 1 public IP is always needed for the ingress controller to be able to expose its stuff.

v0.7.1

04 Sep 10:09
0e2179d
Compare
Choose a tag to compare

Fixed

  • Remove leftover helmchart CRs.

v0.7.0

17 Aug 11:06
ea2ed17
Compare
Choose a tag to compare
Release v0.7.0 (#92)

v0.6.2

03 Aug 11:16
0cf5a2e
Compare
Choose a tag to compare

Changed

  • Consolidate containerd config.toml into single file to address #1737
  • Add host OS user nobody to root group to enable node-exporter's filesystem collector to access the host filesystem.