Skip to content

Releases: gardener/gardener-extension-provider-azure

v1.10.1

09 Jul 15:58
Compare
Choose a tag to compare

[gardener-extension-provider-azure]

Improvements

  • [OPERATOR] An issues has been fixed which caused unsuccessful shoot deletions due to the migration of the cloud-provider-config from a config map to a secret. (8ab1e78)

Docker Images

gardener-extension-provider-azure: eu.gcr.io/gardener-project/gardener/extensions/provider-azure:v1.10.1
gardener-extension-validator-azure: eu.gcr.io/gardener-project/gardener/extensions/validator-azure:v1.10.1

v1.10.0

08 Jul 12:41
Compare
Choose a tag to compare

Docker Images

gardener-extension-provider-azure: eu.gcr.io/gardener-project/gardener/extensions/provider-azure:v1.10.0
gardener-extension-validator-azure: eu.gcr.io/gardener-project/gardener/extensions/validator-azure:v1.10.0

v1.9.0

02 Jul 14:32
Compare
Choose a tag to compare

[gardener-extension-provider-azure]

Most notable changes

  • [USER] It is now possible to configure additional data volumes for the worker machines. Please consult this documentation for more information. (#107, @rfranzke)
  • [USER] Accelerated Networking feature has been disabled for AvSet clusters. It is still available for zoned clusters. (#100, @vpnachev)
  • [OPERATOR] Until now provider-azure was maintaining a Terraform configuration which is both v0.12 and v0.11 compatible. The Terraform configuration is now adapted to the new Terraform language which makes it Terraform v0.11 incompatible. (#118, @ialidzhikov)

Improvements

  • [USER] A bug has been fixed, that caused the Infrastructure not to be deleted for newly created clusters. (#113, @tim-ebert)
  • [OPERATOR] A bug has been fixed, that caused the Infrastructure deletion to be blocked forever in case there are already running terraformer Pods. (#123, @tim-ebert)
  • [OPERATOR] The Azure controlplane now contains an additional controller for applying "remedies" for certain sporadic Azure issues. (#120, @stoyanr)
  • [OPERATOR] An issue has been fixed which caused a reconcile error for the infrastructure if the countFaultDomains or countUpdateDomains values for the shoot's region was changed. (#111, @timuthy)
  • [OPERATOR] An issue preventing extensionsv1alpha1.BackupEntry to be deleted is now fixed. (#105, @ialidzhikov)
  • [OPERATOR] Kubernetes dependencies are updated to v0.17.6. (#104, @ialidzhikov)
  • [OPERATOR] The Kubernetes Kind for cloud-provider-config and cloud-provider-disk-config in a shoot's control plane has been changed from ConfigMap to Secret. (#99, @timuthy)
  • [OPERATOR] An issue preventing error codes to be properly populated in .status.lastError.codes for Infrastructure is now fixed. (#97, @ialidzhikov)

[gardener]

Improvements

[machine-controller-manager]

Most notable changes

Improvements

[terraformer]

Most notable changes

Improvements

Docker Images

gardener-extension-provider-azure: eu.gcr.io/gardener-project/gardener/extensions/provider-azure:v1.9.0
gardener-extension-validator-azure: eu.gcr.io/gardener-project/gardener/extensions/validator-azure:v1.9.0

v1.8.4

17 Jun 10:01
Compare
Choose a tag to compare

[gardener-extension-provider-azure]

Improvements

  • [OPERATOR] An issue has been fixed which caused a reconcile error for the infrastructure if the countFaultDomains or countUpdateDomains values for the shoot's region was changed. (#112, @timuthy)

v1.8.3

04 Jun 14:50
Compare
Choose a tag to compare

[gardener-extension-provider-azure]

Improvements

  • [OPERATOR] An issue preventing extensionsv1alpha1.BackupEntry to be deleted is now fixed. (d5ccb48)

Docker Images

gardener-extension-provider-azure: eu.gcr.io/gardener-project/gardener/extensions/provider-azure:v1.8.3
gardener-extension-validator-azure: eu.gcr.io/gardener-project/gardener/extensions/validator-azure:v1.8.3

v1.8.2

28 May 18:20
Compare
Choose a tag to compare

[gardener-extension-provider-azure]

Most notable changes

  • [USER] Accelerated Networking feature has been disabled for AvSet clusters. It is still available for zoned clusters. (bbf15fa)

Docker Images

gardener-extension-provider-azure: eu.gcr.io/gardener-project/gardener/extensions/provider-azure:v1.8.2
gardener-extension-validator-azure: eu.gcr.io/gardener-project/gardener/extensions/validator-azure:v1.8.2

v1.8.1

28 May 05:08
Compare
Choose a tag to compare

[gardener-extension-provider-azure]

Improvements

  • [OPERATOR] An issue preventing error codes to be properly populated in .status.lastError.codes for Infrastructure is now fixed. (8c4189d)

[gardener]

Improvements

Docker Images

gardener-extension-provider-azure: eu.gcr.io/gardener-project/gardener/extensions/provider-azure:v1.8.1
gardener-extension-validator-azure: eu.gcr.io/gardener-project/gardener/extensions/validator-azure:v1.8.1

v1.8.0

26 May 16:46
Compare
Choose a tag to compare

[gardener-extension-provider-azure]

Improvements

  • [OPERATOR] ClusterRoles for the machine-controller-manager that might be orphaned now as they created with an earlier, buggy version of this controller are now cleaned up during startup. (#95, @rfranzke)
  • [OPERATOR] The pre-defined ValidatingWebhookConfiguration assets now set sideEffects=None. This enables dry-run related operations, like kubectl diff, for core.gardener.cloud resources. (#82, @timuthy)
  • [OPERATOR] WorkerPool labels will be added to Azure VM as the VM tag (#80, @sdojjy)

[cloud-provider-azure]

Improvements

[gardener]

Improvements

  • [USER] The generic Worker actuator does now exit its reconciliation flows early if it detects an error during the machine reconciliation. This allows to faster propagate problems to the end-user. (gardener/gardener#2348, @rfranzke)
  • [USER] The extension health check library does now allow individual health checks to return the Progressing status. This allows to provide more accurate status information and less false negative health reports. (gardener/gardener#2289, @rfranzke)
  • [OPERATOR] The Gardenlet sets an additional annotation to Extension CRDs during reconciliation to guarantee an update event for the watching clients. (gardener/gardener#2290, @danielfoehrKn)
  • [OPERATOR] Fixes a bug in the extension libraries that could lead to duplicate reconciliation of extension resources. When respecting the operation annotation set by the Gardenlet during reconciliation, extension controllers now only watch the Extension CRD. (gardener/gardener#2290, @danielfoehrKn)
  • [OPERATOR] Fixes a bug in the extension library of all extension resources that lead to not stopping the reconciliation of extension resources when the Shoot is in 'failed' state (Shoot.Status.lastOperation.state = Failed). (gardener/gardener#2279, @danielfoehrKn)
  • [OPERATOR] Fixed a bug in the health check library that leads to too many health checks being executed when the Extension.Status changes. (gardener/gardener#2307, @danielfoehrKn)
  • [OPERATOR] Fixed the health check condition.lastTransitionTime in the health check library. (gardener/gardener#2307, @danielfoehrKn)

[machine-controller-manager]

Improvements

Docker Images

gardener-extension-provider-azure: eu.gcr.io/gardener-project/gardener/extensions/provider-azure:v1.8.0
gardener-extension-validator-azure: eu.gcr.io/gardener-project/gardener/extensions/validator-azure:v1.8.0

v1.7.1

12 May 10:47
Compare
Choose a tag to compare

[gardener]

Improvements

Docker Images

gardener-extension-provider-azure: eu.gcr.io/gardener-project/gardener/extensions/provider-azure:v1.7.1
gardener-extension-validator-azure: eu.gcr.io/gardener-project/gardener/extensions/validator-azure:v1.7.1

v1.7.0

07 May 06:48
Compare
Choose a tag to compare

[gardener-extension-provider-azure]

Improvements

  • [USER] A bug has been fixed that resulted in a broken machine class, eventually causing new worker nodes from not being able to be created. (#77, @rfranzke)
  • [OPERATOR] Fixed a bug in the healthcheck library that prevents checks after a Shoot has been woken up from hibernation. Gardener extensions require a minor change during the healthcheck registration. (#79, @ialidzhikov)
  • [OPERATOR] Golang version is updated to 1.14.2. (#76, @ialidzhikov)
  • [OPERATOR] Migrate and restore functionality is implemented for the Infrastructure CR. (#62, @vlvasilev)

[gardener]

Improvements

Docker Images

gardener-extension-provider-azure: eu.gcr.io/gardener-project/gardener/extensions/provider-azure:v1.7.0
gardener-extension-validator-azure: eu.gcr.io/gardener-project/gardener/extensions/validator-azure:v1.7.0