Skip to content

Releases: kubernetes-sigs/azurefile-csi-driver

v1.31.0 release

15 Oct 01:34
Compare
Choose a tag to compare

What's Changed

  • doc: cut v1.30.0 release by @andyzhangx in #1719
  • chore: Update csi-azurefile-driver.yaml by @cvvz in #1721
  • fix: add tokenRequests on v1.30.0 in kubectl install by @andyzhangx in #1722
  • feat: allow multiple subnets in updating service endpoints by @andyzhangx in #1723
  • fix: ensure azure cloud config could be loaded from secret by @jlpedrosa in #1729
  • test: remove one vhd e2e test by @andyzhangx in #1733
  • chore: upgrade azure cloud provider lib by @andyzhangx in #1730
  • build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/storage/azfile from 1.2.0 to 1.2.1 by @dependabot in #1736
  • build(deps): bump golang.org/x/net from 0.21.0 to 0.22.0 by @dependabot in #1740
  • build(deps): bump github.com/golang/protobuf from 1.5.3 to 1.5.4 by @dependabot in #1743
  • build(deps): bump google.golang.org/grpc from 1.62.0 to 1.62.1 by @dependabot in #1741
  • fix: nfs file share created in storage account that has smb file share by @andyzhangx in #1744
  • fix: nfs protocol does not support standard account by @andyzhangx in #1745
  • test: ignore azcopy CVE-2024-24786 by @andyzhangx in #1750
  • fix: fix azcopy exec timeout func by @umagnus in #1751
  • feat: upgrade azcopy version to 10.23.0 for volume clone feature by @andyzhangx in #1756
  • Add group update policy for k8s.io dependencies by @MartinForReal in #1762
  • build(deps): bump github.com/onsi/gomega from 1.31.1 to 1.32.0 by @dependabot in #1764
  • chore: refine refine private endpoint to reduce error messages by @andyzhangx in #1766
  • fix: mount stuck issue by @andyzhangx in #1765
  • build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.0.0-20240319093822-58cad130d9dc to 0.0.2 by @dependabot in #1769
  • build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader from 0.0.0-20240319093822-58cad130d9dc to 0.0.1 by @dependabot in #1768
  • chore: refine sastoken cache by @andyzhangx in #1770
  • build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5 from 5.5.0 to 5.6.0 by @dependabot in #1772
  • build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.0.2 to 0.0.4 by @dependabot in #1774
  • build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader from 0.0.1 to 0.0.2 by @dependabot in #1775
  • build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.0.4 to 0.0.5 by @dependabot in #1776
  • fix: strip service account token by @cvvz in #1777
  • fix: workload identity did not work by @cvvz in #1783
  • build(deps): bump build-image/debian-base from bookworm-v1.0.1 to bookworm-v1.0.2 in /pkg/azurefileplugin by @dependabot in #1786
  • build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.0.5 to 0.0.7 by @dependabot in #1791
  • build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader from 0.0.2 to 0.0.3 by @dependabot in #1792
  • build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.0.7 to 0.0.8 by @dependabot in #1794
  • build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader from 0.0.3 to 0.0.4 by @dependabot in #1796
  • fix: panic when cloud config is not set by @andyzhangx in #1795
  • build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.0.8 to 0.0.10 by @dependabot in #1803
  • build(deps): bump google.golang.org/grpc from 1.62.1 to 1.63.0 by @dependabot in #1797
  • feat: use new restricted liveness probe endpoint by @andyzhangx in #1804
  • feat: upgrade to azcopy v10.24.0 for volume clone feature by @andyzhangx in #1812
  • build(deps): bump golang.org/x/net from 0.22.0 to 0.24.0 by @dependabot in #1811
  • build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.0.10 to 0.0.12 by @dependabot in #1810
  • fix: revert http-endpoint change on windows daemonset by @andyzhangx in #1814
  • build(deps): bump google.golang.org/grpc from 1.63.0 to 1.63.2 by @dependabot in #1820
  • build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.0.12 to 0.0.13 by @dependabot in #1819
  • fix: allow http auth in volume clone by @andyzhangx in #1823
  • doc: add new version charts by @andyzhangx in #1827
  • feat: add smb file restore from snapshot by @umagnus in #1466
  • test: ignore azcopy CVE-2023-45288 by @andyzhangx in #1836
  • chore: set node_get_volume_stats log level to 6 by @andyzhangx in #1835
  • build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader from 0.0.4 to 0.0.5 by @dependabot in #1839
  • fix: remove SMBGlobalMapping on Windows node by @andyzhangx in #1846
  • build(deps): bump github.com/onsi/gomega from 1.32.0 to 1.33.0 by @dependabot in #1851
  • cleanup: refine extensiveMountCheck usage in unmount by @andyzhangx in #1855
  • fix: trim slash in RemoveSmbGlobalMapping by @andyzhangx in #1854
  • build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.0.13 to 0.0.14 by @dependabot in #1850
  • build(deps): bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #1865
  • fix: CVE-2024-3177 by @andyzhangx in #1866
  • build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5 from 5.6.0 to 5.7.0 by @dependabot in #1863
  • build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.0.14 to 0.0.17 by @dependabot in #1871
  • build(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.0 by @dependabot in #1872
  • doc: update new chart versions by @andyzhangx in #1873
  • build(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1 by @dependabot in #1879
  • build(deps): bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #1877
  • build(deps): bump golang.org/x/net from 0.24.0 to 0.25.0 by @dependabot in #1878
  • test: fix stdlib CVE due to golang v1.22.2 by @andyzhangx in #1882
  • build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.0.17 to 0.0.19 by @dependabot in #1881
  • build(deps): bump build-image/debian-base from bookworm-v1.0.2 to bookworm-v1.0.3 in /pkg/azurefileplugin by @dependabot in https:/...
Read more

v1.30.6 release

10 Oct 14:29
2dbec48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.30.5...v1.30.6

v1.29.9 release

10 Oct 14:26
f18d6f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.29.8...v1.29.9

v1.28.13 release

10 Oct 14:21
9d3b94d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.28.12...v1.28.13

v1.29.8 release

05 Sep 02:35
4c3f500
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.29.7...v1.29.8

v1.30.5 release

09 Aug 03:35
3d66ab3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.30.4...v1.30.5

v1.29.7 release

09 Aug 03:12
d7f16dd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.29.6...v1.29.7

v1.28.12 release

02 Aug 02:48
e488a97
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.28.11...v1.28.12

v1.30.4 release

18 Jul 13:41
689a63e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.30.3...v1.30.4

v1.30.3 release

26 Jun 04:05
e6c9799
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.30.2...v1.30.3