Skip to content

Releases: kubernetes-sigs/cloud-provider-azure

cloud-provider-azure v0.7.9

21 Oct 02:55
0f74d97

Choose a tag to compare

Changelog since v0.7.8

Changes by Kind

Bug or Regression

  • Fix: avoid wrapping RawError twice (#805, @feiskyer)
  • Fix: do not crash if the region does not support zones (#852, @nilo19)
  • Fix: do not delete the lb that does not exist (#864, @nilo19)
  • Fix: use correct gitVersion in userAgent (#766, @feiskyer)

Uncategorized

  • Chore: support multi-arch cloud-node-manager image (#837, @mainred)
  • Fix: skip instance not found when decoupling vmss from lb (#843, @nilo19)
  • Use docker buildx for multi-arch node image (#857, @mainred)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

Full Changelog: v0.7.8...v0.7.9

cloud-provider-azure v1.1.1

30 Aug 06:43
2e05d40

Choose a tag to compare

Changelog since v1.1.0

Changes by Kind

Feature

  • Feat: reloading ccm when the config file changes (#776, @nilo19)

Bug or Regression

Other (Cleanup or Flake)

Dependencies

Added

Nothing has changed.

Changed

Removed

Nothing has changed.

cloud-provider-azure v1.0.5

30 Aug 06:43
747305b

Choose a tag to compare

Changelog since v1.0.4

Changes by Kind

Feature

  • Feat: reloading ccm when the config file changes (#777, @nilo19)

Bug or Regression

cloud-provider-azure v0.7.8

30 Aug 06:42
7a49a45

Choose a tag to compare

Changelog since v0.7.7

Changes by Kind

Bug or Regression

cloud-provider-azure v1.1.0

15 Aug 03:03
f9ab942

Choose a tag to compare

Changes by Kind

Feature

  • Added support for Windows Server 2004 and 20H2 to the azure-cloud-node-manager image. (#655, @claudiubelu) [SIG Windows]
  • Azure_api_request_errors metric now has an added "code" label which provides more details on the errors encountered. (#733, @marwanad)
  • Chore: upgrade TLS1.0 to TLS1.2 in account creation (#675, @andyzhangx)
  • Feat: Provide IPv6 support for internal load balancer (#703, @tomkerkhove)
  • Feat: add ListAll interface for PublicIP client (#695, @feiskyer)
  • Feat: add support for additional public IPs via service annotation "service.beta.kubernetes.io/azure-additional-public-ips" (#691, @feiskyer)
  • Feat: enable creation of private endpoint for storage account (#652, @nearora-msft)
  • Feat: support async attach/detach disk (#677, @andyzhangx)
  • Feat: support networkAccessPolicy (#701, @andyzhangx)
  • UserAgents can now be passed as part of the cloud provider config (#734, @kassarl)

Documentation

  • Chore: update docs for service tags NSG (#647, @feiskyer)
  • Docs: add 'securityGroupResourceGroup' cloud-config value (#668, @aslafy-z)

Failing Test

  • Fix: serviceOwnsFrontendIP shouldn't report error when the public IP doesn't match (#649, @feiskyer)

Bug or Regression

  • Do not set cached Sku when updating VMSS and VMSS instances (#630, @feiskyer)
  • fixed PrivateEndpoint matching in storage account search (#707, @andyzhangx)
  • Fix: cleanup outdated routes (#661, @nilo19)
  • Fix: detach disk panic on Azure Stack (#688, @andyzhangx)
  • Fix: enable git command by default so that images could get the correct version from git (#745, @feiskyer)
  • Fix: ensure NSG rules are handled regardless of case (#741, @feiskyer)
  • Fix: ensure VM with provisioningState=Creating and powerState=Stopped is treated as Creating instead of Stopped (#743, @feiskyer)
  • Fix: ensure http connections reused for ARM clients (#711, @feiskyer)
  • Fix: ignore the NodeCIDRMaskSize in dualstack clusters (#721, @nilo19)
  • Fix: make tags case-insensitive for both keys and values (#669, @nilo19)
  • Fix: remove GetDisk operation in AttachDisk (#678, @andyzhangx)
  • Fix: respect VnetResourceGroup in private link creation (#719, @andyzhangx)
  • Fix: return empty VMAS name if using standalone VM (#679, @nilo19)
  • fix: reduce crp throttling in attach disk scenario (#621, @andyzhangx)
  • fix: dangling volume issue (#622, @andyzhangx)
  • fix: delete non existing disk issue (#623, @andyzhangx)
  • Retry.GetError(response, err) (#718, @marwanad)
  • fix: ensure major and minor versions are set correctly (#749, @feiskyer)
  • Zones logic on Azure Stack Cloud platform was disabled because it does not supported on this platform. (#716, @lobziik)

Other (Cleanup or Flake)

  • Chore: add e2e test for byo public IP (#627, @nilo19)
  • Chore: add more buckets for operation metrics (#656, @andyzhangx)
  • Chore: enrich unit test for serviceOwnsFrontendIP (#710, @nilo19)
  • Chore: only put pip if it is necessary (#686, @nilo19)
  • Chore: only reconciling routes in cloud controller manager (#671, @nilo19)
  • Chore: set default config secret name and namespace (#662, @nilo19)
  • Fix: wait for the success of the initial run of syncRegionZonesMap (#646, @nilo19)
  • Update Azure Go SDK to v55.0.0 (#643, @feiskyer)
  • Upgrade to 2020-02-01/storage (#628, @andyzhangx)
  • GetTestCloud properly initializes the disk controller fields enabling them to be used in unit tests and mocked. (#689, @edreed)

Uncategorized

  • Add CreateOrUpdateBackendPools() interface for LoadBalancer client (#620, @feiskyer)
  • Feat: add NFSv3 account creation support (#633, @andyzhangx)
  • Fix: leave the probe path empty for TCP probes (#680, @nilo19)
  • Fix: no sleep when GetDisk is throttled (#629, @andyzhangx)
  • GetTestCloud now initializes the SnapshotsClient field to a mock implementation to facilitate unit test development for consuming projects. (#732, @edreed)

Dependencies

Added

Read more

cloud-provider-azure v1.0.4

15 Aug 03:01
8889976

Choose a tag to compare

Changes by Kind

Bug or Regression

  • Fix: ensure NSG rules are handled regardless of case
    • fix: enable git command by default
    • fix: ensure VM with provisioningState=Creating and powerState=Stopped is treated as Creating instead of Stopped (#746, @feiskyer)

Features

  • Feat: Provide IPv6 support for internal load balancer (#713, @feiskyer)

cloud-provider-azure v0.7.7

15 Aug 03:00
cec351f

Choose a tag to compare

Changes by Kind

Bug or Regression

  • Fix: ensure NSG rules are handled regardless of case
    • fix: enable git command by default
    • fix: ensure VM with provisioningState=Creating and powerState=Stopped is treated as Creating instead of Stopped (#747, @feiskyer)

Features

  • Feat: Provide IPv6 support for internal load balancer (#712, @feiskyer)

cloud-provider-azure v1.0.3

20 Jul 10:35
cd37591

Choose a tag to compare

Changes by Kind

Feature

Bug or Regression

  • Fix: not send availability zones as part of create for edge zones (#709, @MirzaSikander)

cloud-provider-azure v0.7.6

20 Jul 10:34
384e3e0

Choose a tag to compare

Changes by Kind

Feature

Bug or Regression

  • Fix: not send availability zones as part of create for edge zones (#709, @MirzaSikander)

cloud-provider-azure v1.0.2

12 Jul 07:59
a72ebf2

Choose a tag to compare

Changes by Kind

Feature

  • Chore: upgrade TLS1.0 to TLS1.2 in account creation (#675, @andyzhangx)
  • Feat: add support for additional public IPs via service annotation "service.beta.kubernetes.io/azure-additional-public-ips" (#691, @feiskyer)
  • Feat: enable creation of private endpoint for storage account (#652, @nearora-msft)

Bug or Regression

  • Fix: detach disk panic on Azure Stack (#688, @andyzhangx)
  • Fix: make tags case-insensitive for both keys and values (#669, @nilo19)
  • Fix: remove GetDisk operation in AttachDisk (#678, @andyzhangx)
  • Fix: return empty VMAS name if using standalone VM (#679, @nilo19)

Other (Cleanup or Flake)

  • Chore: only put pip if it is necessary (#686, @nilo19)
  • GetTestCloud properly initializes the disk controller fields enabling them to be used in unit tests and mocked. (#689, @edreed)

Uncategorized

  • Fix: leave the probe path empty for TCP probes (#680, @nilo19)

Dependencies

Added

Nothing has changed.