Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

0.7.0

Compare
Choose a tag to compare
@gardener-robot-ci-1 gardener-robot-ci-1 released this 25 Jun 16:54

[gardener-extensions]

Most notable changes

  • [OPERATOR] All provider controllers do now have a new flag --worker-deploy-crds which defaults to true. If enabled then all worker-relevant CRDs like MachineDeployment, etc. will be deployed during startup time of the controller. (#142, @rfranzke)

Improvements

  • [USER] An issue that prevent the Alicloud infrastructure controller from reconciling the infrastructure in rare cases has been fixed. (e243969)
  • [USER] The waiting time for Terraformer pods has been increased to 10m. (26b6bef)
  • [USER] The required RBAC role for the terraformer pods created by the provider controllers is now correctly created before the pod is scheduled. (b6408c5)
  • [USER] All worker controllers are now making sure that the machine-controller-manager is awake before deleting the machines (in case the shoot was hibernated before). Also, they now ensure that the required RBAC roles have been created before starting the deletion process. (3341d4c)
  • [USER] An issue in the Alicloud infrastructure controller that might cause nil pointer panics has been fixed. (4f11f22)
  • [USER] The previous naming scheme for Alicloud machine classes is now preserved (<namespace>-<pool-name>-<zone-name> instead of <namespace>-<pool-name>-z<zone-index>). (20af1d2)
  • [USER] All worker actuators can now interact with 1.14 shoot clusters. (334ec0d)
  • [USER] The RBAC permissions have been fixed in all provider Helm charts. (c0364ae)
  • [USER] All the worker actuators no longer require the shoot clients. (f3cbf61)
  • [USER] The certificate-service as well as all worker controllers do not longer try to interact with the shoot API server in case the shoot is hibernated. (ea2d711)
  • [USER] The Alicloud infrastructure controller does now explicitly trigger the Terraform execution because new output variables have been added. (f8ac54a)
  • [OPERATOR] Fix Openstack/Azure controlplane ensurer when deleting shoot (#155, @svetlinas)
  • [OPERATOR] It is now possible to configure client connection configuration for the provider extensions. (#153, @rfranzke)
  • [OPERATOR] Fix Ensuring kubernetes general configuration for AWS and GCP (#150, @svetlinas)
  • [OPERATOR] Issues related to Openstack and Azure extension controller (#147, @svetlinas)
  • [OPERATOR] This does not include the webhooks for packet. (#144, @mkoynov)
  • [OPERATOR] The amount of required reconciliations for Worker, ControlPlane and CertificateService controllers has been improved. (#138, @timuthy)
  • [OPERATOR] Enhance ControlPlane webhooks to do additional provider-specific modifications (#124, @svetlinas)
  • [OPERATOR] GCP: kubelet.service now reads from /etc/hostname for hostname override. (#119, @mvladev)
  • [OPERATOR] Read DHCPDomain and RequestTimeout from the CloudProfile in OpenStack ControlPlane controller (#118, @svetlinas)
  • [OPERATOR] Temporarily disable writing to shoot in controlplane controllers (#108, @stoyanr)
  • [OPERATOR] Fix webhook issues with controller registration (#107, @stoyanr)
  • [OPERATOR] Add controlplane webhooks for Openstack (#105, @svetlinas)
  • [OPERATOR] Fixes an issue for the Certificate-Service controller which couldn't handle shoots whose dns provider was unmanaged. (#104, @timuthy)
  • [OPERATOR] Add controlplane webhooks for Azure (#102, @mkoynov)
  • [OPERATOR] Add alicloud controlplane webhooks (#101, @stoyanr)
  • [OPERATOR] NetworkPolicy labels are added to all components deployed in a Shoot namespace. (#100, @mvladev)
  • [OPERATOR] kubectl does now show additional printer columns for MCM CRDs. (#99, @ialidzhikov)
  • [OPERATOR] Add Alicloud controlplane controller (#98, @stoyanr)
  • [OPERATOR] Add controlplane controller for Azure. (#95, @mkoynov)
  • [OPERATOR] Implement customizing of etcd stateful sets via webhooks for AWS and GCP. (#94, @stoyanr)

[etcd-backup-restore]

Improvements

[machine-controller-manager]

Most notable changes

Improvements

[terraformer]

Most notable changes

Docker Images

gardener-extension-hyper: eu.gcr.io/gardener-project/gardener/gardener-extension-hyper:0.7.0