PackageTrack

Go modules · #2244

github.com/kubernetes-sigs/alibaba-cloud-csi-driver

v1.37.2kubernetes-sigs/alibaba-cloud-csi-driver

Release timeline

193 releases since 2018
2020202220242026

Releases

  1. v1.37.3-0.20260826080938-7450e5cfa85126 Aug 2026pre-release

    Nothing published for this version

  2. v1.37.3-0.20260825095949-4be5acf7d4ba25 Aug 2026pre-release

    Nothing published for this version

  3. v1.37.220 Aug 2026
    Release notes

    Mainly Update

    DISK: introduce local disk data cache for CloudDisk
    BMCPFS: Added validation to ensure the FUSE auto-restart mechanism functions correctly by checking the status returned from fuse_dev_ioctl_recover.
    OSS: Implement AgentBucket support

    What's Changed

    • don't check OSS cert in private cloud by @huww98 in #1768
    • support noopAgent for local passthrough driver in csi-agent by @AlbeeSo in #1771
    • Feature/bumpup efc v2.4 by @mowangdk in #1776
    • support CredentialProviderName key in OSS volumeAttributes by @AlbeeSo in #1775
    • chart: release v1.36.2 by @huww98 in #1773
    • Update path validation by @mowangdk in #1777
    • Bump up golang to v1.26.5 by @mowangdk in #1778
    • disk: fix nil deref in CreateSnapshot when snapshot disappears by @huww98 in #1772
    • bmcpfs: check fuse_dev_ioctl_recover kernel symbol in init container by @mowangdk in #1770
    • bump ossfs version to v1.91.11.ack.1 by @AlbeeSo in #1780
    • disk: declare ONLINE volume expansion capability by @huww98 in #1774
    • utils: resolve symlinks recursively for non-existent path suffixes by @mowangdk in #1781
    • bump alinas-utils and efc RPM versions by @mowangdk in #1782
    • init.sh: check fuse connection recovery per OS type by @mowangdk in #1783
    • chore: bump aliyun-alinas-utils to 2.4-0.20260721112941.f65c1a by @mowangdk in #1785
    • chore: upgrade grpc to v1.82.1 by @mowangdk in #1790
    • Alinas always overwrite default config by @bingrenlyyyyy in #1792
    • core: bump golang text package version by @AlbeeSo in #1794
    • chore(chart): raise bmcpfs external-attacher worker-threads to 256 by @mowangdk in #1793
    • refactor: extract agentidentity utils into dedicated package by @AlbeeSo in #1787
    • build(deps): bump actions/checkout from 7.0.0 to 7.0.1 by @dependabot[bot] in #1788
    • feat(alinas): update version by @bingrenlyyyyy in #1796
    • fix: let path validation get past a mount point with a dead filesystem by @AlbeeSo in #1807
    • feat: support overlayfs on top of FUSE in RunD/Sandbox by @AlbeeSo in #1786
    • fix: update test cluster script to use current ACK image types by @huww98 in #1808
    • docs: add local-disk data cache guide, BMCPFS in README, and enrich README by @mowangdk in #1810
    • feat(mounter): jwtauth credential support with pluggable credential sinks by @mowangdk in #1784
    • disk: enable controller on Windows by @huww98 in #1692
    • bmcpfs: skip forcing g_lease_Enable=false for nas2 file systems by @myccccccc in #1816
    • Fix/nas unmount via broker by target by @mowangdk in #1817
    • bump ossfs version to v1.91.12.ack.2, ossfs2 to v2.0.9.ack.2 by @AlbeeSo in #1818
    • chore(chart): raise bmcpfs external-attacher kube API QPS by @huww98 in #1819
    • bump EFC to 2.4-20260817 and alinas-utils to 2.4-20260813 by @bingrenlyyyyy in #1821
    • Bump up golang to v1.26.6 by @huww98 in #1820
    • feat(oss): support AgenticBucket/BucketSpace mounting by @AlbeeSo in #1812
    • disk: auto-tag and scope LingJun disks by node topology by @huww98 in #1814
    • Chmod to 777 for agent expecially by @mowangdk in #1822
    • fix(nas): chmod 0777 for auto-created subpath when AGENT_SANDBOX is enabled by @mowangdk in #1823

    Image Address:

    registry.cn-beijing.aliyuncs.com/acs/csi-plugin:v1.37.2
    registry.cn-beijing.aliyuncs.com/acs/csi-plugin:v1.37.2-init

    New Contributors

    Full Changelog: v1.36.2...v1.37.2

    Open source →
    Additional notes

    v1.37.2 Latest

    Latest

    Compare

    Choose a tag to compare

    Open source →
  4. v1.37.2-0.20260819100908-1120a8a29e4d19 Aug 2026pre-release

    Nothing published for this version

  5. v1.37.116 Aug 2026

    Nothing published for this version

  6. v1.36.3-0.20260806025235-f21575fcfde46 Aug 2026pre-release

    Nothing published for this version

  7. v1.36.3-0.20260805124032-a7f41f9e69d55 Aug 2026pre-release

    Nothing published for this version

  8. v1.36.3-0.20260721094813-b415e1533a7f21 Jul 2026pre-release

    Nothing published for this version

  9. v1.36.3-0.20260717121326-597d4dae237017 Jul 2026pre-release

    Nothing published for this version

  10. v1.36.3-0.20260716112523-24e7fb58c06516 Jul 2026pre-release

    Nothing published for this version

  11. v1.36.3-0.20260714102917-d847f62689f214 Jul 2026pre-release

    Nothing published for this version

  12. v1.36.26 Jul 2026
    Release notes

    Mainly Update

    • OSS: ossfs1 upgraded to v1.91.10.ack.5, and ossfs2 upgraded to v2.0.8.ack.1.
    • DISK: Supports online modification of disk specifications (type, performance level, IOPS, throughput, etc.) via Kubernetes VolumeAttributesClass without rebuilding PVs.
    • DISK: In HighDensityDisk mode, nodes automatically report the correct maximum number of mountable volumes, allowing the scheduler to make more accurate scheduling decisions.
    • NAS: The default QPS has been increased from 2 to 6, reducing throttling wait times during large-scale mount/unmount operations.

    What's Changed

    • owners: remove iltyty by @huww98 in #1710
    • disk: read block device capacity before filesystem resize by @huww98 in #1711
    • nas: support AccessMode and readonly field for readonly mounts by @huww98 in #1709
    • Feature/fix volume already deleted by @mowangdk in #1712
    • disk: get disk quantity and identify LingJun node from metadata by @huww98 in #1605
    • bump k8s deps to 1.36.1 by @huww98 in #1713
    • refactor(oss): rename skipAttach to skipGlobalMount and set by env by @AlbeeSo in #1714
    • csi-agent: ignore cnfs options in agent mode by @iltyty in #1619
    • Bump up alinas version by @mowangdk in #1718
    • Bump up go to v1.26.4 by @mowangdk in #1719
    • bump ossfs to v1.91.10.ack.2-fd3910d by @huww98 in #1708
    • ossfs: bump version to 1.91.10.ack.3 by @AlbeeSo in #1720
    • disk: fix misleading log / comment by @huww98 in #1721
    • disk: ModifyVolume by @huww98 in #1252
    • labeler: add centralized metadata labeler by @huww98 in #1685
    • disk: migrate ModifyVolume APIs from ECSInterface to ECSv2Interface by @huww98 in #1723
    • Add efc default arguments for bmcpfs by @mowangdk in #1724
    • Disk cleanups about attach by @huww98 in #1727
    • Bump efc & alinas version to v2.1 by @mowangdk in #1732
    • nas: fix error handling in DeleteAccesspoint and CancelDirQuota by @huww98 in #1730
    • ossfs 1.0: support Agent Identity Authority in sandbox scenario by @AlbeeSo in #1731
    • Fix efc & alinas version by @mowangdk in #1734
    • feat(oss): add user-configurable region parameter for sigVersion=v4 w… by @AlbeeSo in #1735
    • ossfs1: bump version to v1.91.10.ack.5 by @AlbeeSo in #1736
    • feat(oss): region implies sigVersion=v4 unless v1 is explicitly configured by @AlbeeSo in #1737
    • Update Dockerfile by @huww98 in #1738
    • build(deps): bump actions/checkout from 6.0.2 to 7.0.0 by @dependabot[bot] in #1726
    • build(deps): bump actions/setup-go from 6.4.0 to 6.5.0 by @dependabot[bot] in #1733
    • Cherry-pick inner branch by @mowangdk in #1739
    • disk: don't send empty DiskCategory/PerformanceLevel in ModifyDiskSpec by @huww98 in #1740
    • ecs: send RegionId on RPC-style v2 SDK requests by @huww98 in #1741
    • cloud: reject broken lingjun_config by @huww98 in #1743
    • build(deps): bump the k8s group with 6 updates by @dependabot[bot] in #1744
    • disk: correct xc disk type min size to 40Gi by @huww98 in #1745
    • Add incremental test coverage by @mowangdk in #1753
    • Update ci configuration of test coverage by @mowangdk in #1754
    • Implement automatic mount point cleanup for NAS-backed sandboxes. by @mowangdk in #1742
    • Bump up efc & alinas version by @mowangdk in #1755
    • Remove logs by @mowangdk in #1756
    • Support secrets in options by @mowangdk in #1757
    • Replace bmcpfs VSC workqueue/condvar with TTLCache + Throttler by @huww98 in #1758
    • nas: enlarge default qps to 6 by @huww98 in #1761
    • fix: restore short driver type in metric labels by @huww98 in #1762
    • build(deps): bump github.com/kubernetes-csi/csi-lib-utils from 0.7.1 to 0.24.0 by @dependabot[bot] in #1748
    • bump ossfs2.0 version to v2.0.8.ack.1 by @AlbeeSo in #1765
    • disk: report HighDensityDisk mode limit as NodeGetInfo max volumes by @huww98 in #1763
    • Increase default attacher worker count to 1200 by @mowangdk in #1766
    • disk: sync PV disktype label/annotation on ModifyVolume by @huww98 in #1767

    Image Address:

    registry.cn-beijing.aliyuncs.com/acs/csi-plugin:v1.36.2
    registry.cn-beijing.aliyuncs.com/acs/csi-plugin:v1.36.2-init

    Full Changelog: v1.36.1...v1.36.2

    Open source →
    Additional notes

    v1.36.2

    Compare

    Choose a tag to compare

    Open source →
  13. v1.36.2-0.20260617083010-e4ce63fad28e17 Jun 2026pre-release

    Nothing published for this version

  14. v1.36.2-0.20260614032834-6bf2e7f2815014 Jun 2026pre-release

    Nothing published for this version

  15. v1.36.126 May 2026
    Release notes

    Mainly Update

    • OSS: Optimized OSS mount management by utilizing systemd to manage the ossfs process, and implemented a version-aware ResourceVersion strategy for FUSE pod deletion.
    • DISK: Enhanced block storage security by adding verification for free VFIO groups and refactored node RPC methods to use structured logging.
    • NAS: Strengthened security by blocking user-space access to ports 10249 and 12049, and updated EFC and ALINAS components.
    • Bmcpfs: Support vsc attach for specific node type
    • Network: Optimized VPC endpoint logic to support auto-enabling endpoints when running within a VPC network.
    • Security: Removed python36 and pyyaml from the csi-agent to address CVE scan vulnerabilities.

    What's Changed

    • cmd-mounter: use systemd to manage ossfs process by @AlbeeSo in #1659
    • fix(oss): keep req priority for CNFS path and normalize URL by @AlbeeSo in #1660
    • metric/disk: fix error log by @huww98 in #1661
    • disk: always mount rootfs directly by @huww98 in #1530
    • Bump up alinas to block access to 10249 port from userspace in amd64 by @mowangdk in #1668
    • Block access to 12049 from userspace process by @mowangdk in #1669
    • Change nftable command to golang/nftable by @mowangdk in #1670
    • helm: v1.35.3 by @huww98 in #1671
    • Bump up efc & alinas version by @mowangdk in #1676
    • ossfs: poll mountpoint every 100ms by @huww98 in #1678
    • build(deps): bump go.opentelemetry.io/otel from 1.39.0 to 1.41.0 in the security group across 1 directory by @dependabot[bot] in #1680
    • build(deps): bump crate-ci/typos from 24c5854966d17070a3b25e2c2dfc63ec5bc94cf4 to 2d0ce569feab1f8752f1dde43cc2f2aa53236e06 by @dependabot[bot] in #1672
    • proxy: enlarge MaxMsgSize to 16k by @huww98 in #1681
    • credentials: auto-enable VPC endpoint when running in VPC network by @huww98 in #1653
    • disk: fix Detaching disks treated as attached by @huww98 in #1520
    • Support sysconfig for disk & nas by @mowangdk in #1679
    • Fix typo by @huww98 in #1684
    • build(deps): bump crate-ci/typos from 1.40.0 to 1.46.0 by @dependabot[bot] in #1683
    • deploy: pull main container image first by @huww98 in #1662
    • Make GOOS=windows compile by @huww98 in #1691
    • Add expired ttl to bmcpfs cache by @mowangdk in #1689
    • mount-proxy: contextual log and cancel by @huww98 in #1688
    • disk: refactor node RPC methods to use structured logging by @huww98 in #1696
    • bump golang to v1.26.3 by @huww98 in #1699
    • add skills for dev by @huww98 in #1694
    • build: cleanup and fix mount-proxy Dockerfile by @huww98 in #1693
    • bump ossfs versions to v1.91.10.ack.1 and v2.0.7.ack.1 by @AlbeeSo in #1690
    • Sanitize nas req by @mowangdk in #1703
    • build(deps): bump crate-ci/typos from 1.46.0 to 1.46.2 by @dependabot[bot] in #1701
    • build(deps): bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 by @dependabot[bot] in #1702
    • disk: open to verify VFIO group is free by @huww98 in #1686
    • csi-agent: remove python36 and pyyaml to fix CVE scans by @huww98 in #1700
    • Support vsc attachments for ecs node type by @mowangdk in #1698
    • feat(oss): implement version-aware ResourceVersion strategy for fuse pod delete by @AlbeeSo in #1682
    • Add PodDisruptionBudget for csi-provisioner controller by @huww98 in #1695
    • Fix vswitch_ids variable scope in cluster setup script by @huww98 in #1704
    • Update Dockerfile 2026-05 by @huww98 in #1705
    • Bump sidecars by @huww98 in #1706

    Image Address:

    registry.cn-beijing.aliyuncs.com/acs/csi-plugin:v1.36.1
    registry.cn-beijing.aliyuncs.com/acs/csi-plugin:v1.36.1-init

    Full Changelog: v1.35.3...v1.36.1

    Open source →
    Additional notes

    v1.36.1

    Compare

    Choose a tag to compare

    Open source →
  16. v1.35.4-0.20260402093305-ba73c2d49d712 Apr 2026pre-release

    Nothing published for this version

  17. v1.35.324 Mar 2026
    Release notes

    Mainly Update

    • DISK: Moved cloud disk mounting operations with serial numbers to the controller side by default
    • NAS: Removed the restriction requiring Extreme NAS file systems to use the /share prefix.
    • SNAPSHOT: Updated VolumeGroupSnapshot-related CRDs to v1beta2.
    • METRICS: Optimized memory usage during slow metrics collection.

    What's Changed

    Image Address:

    registry.cn-beijing.aliyuncs.com/acs/csi-plugin:v1.35.3
    registry.cn-beijing.aliyuncs.com/acs/csi-plugin:v1.35.3-init

    Full Changelog: v1.35.1...v1.35.3

    Open source →
    Additional notes

    v1.35.3

    Compare

    Choose a tag to compare

    Open source →
  18. v1.35.2-0.20260324041015-038412d0c4cb24 Mar 2026pre-release

    Nothing published for this version

  19. v1.35.2-0.20260128063750-3652d6a5efbb28 Jan 2026pre-release

    Nothing published for this version

  20. v1.35.114 Jan 2026
    Release notes

    Mainly Update

    • OSS: ossfs 2.0 upgraded to v2.0.5
      • Enabled metrics by default
      • Supports fetching oss object directly into memory
    • OSS: ossfs 1.0 upgraded to v1.91.9
    • OSS: Added support for monitoring the status of mount points.
    • OSS: Support VolumePopulator
    • DISK: Support lingjun type node

    What's Changed

    • Create directory automatically when mounting CPFS with EFC protocol by @iltyty in #1563
    • deploy: release 1.34.3 by @huww98 in #1576
    • disk: don't get VGS to check for an unsupported parameter by @huww98 in #1386
    • build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by @dependabot[bot] in #1571
    • build(deps): bump golang.org/x/sys from 0.37.0 to 0.38.0 by @dependabot[bot] in #1575
    • Support ebs driver for lingjun node type by @mowangdk in #1566
    • build(deps): bump github.com/prometheus/procfs from 0.15.1 to 0.19.2 by @dependabot[bot] in #1542
    • Use go tool for mockgen by @huww98 in #1564
    • nas: use golang/x rate limiter by @huww98 in #1485
    • Fix nas event recorder init issue under agent mode by @iltyty in #1577
    • mount-proxy(metrics): create metricsPath dynamically for agent mode by @AlbeeSo in #1579
    • utils: lack of kubeconfig is not fatal for EventRecorder by @huww98 in #1578
    • metadata: migrate STS SDK to v2 by @huww98 in #1549
    • refactor(mounter): use registration mechanism for OSS fuse mounter types by @AlbeeSo in #1580
    • feat: support mixed deployment of runc and rund runtimes by @AlbeeSo in #1558
    • disk/bdf: remove unused extras by @huww98 in #1581
    • test: switch to ALinux3 container optimized version by @huww98 in #1397
    • oss(credentials): support standard keys accessKeyId and accessKeySecret by @AlbeeSo in #1565
    • refactor(oss): extract runtime type determination logic by @AlbeeSo in #1584
    • Remove runD csi 1.0 by @huww98 in #1588
    • helm: allow to skip installing volumesnapshotclass by @AlbeeSo in #1589
    • Add instanceID for DescribeVscMountPoints when mpid exists by @mowangdk in #1590
    • Support NAS access point RAM authentication with AK/SK by @iltyty in #1562
    • Support nic lingjun node type by @mowangdk in #1585
    • bump Go to 1.25.5 by @huww98 in #1587
    • disk: allow unpublish pci-pf-stub driver by @huww98 in #1582
    • build: fix libblkid install path by @huww98 in #1586
    • Miscellaneous changes during perf test by @huww98 in #1519
    • disk: optimize batch create/delete by @huww98 in #1460
    • Always detach disk on controller by @huww98 in #1517
    • ossfs2: enable metrics by default by @AlbeeSo in #1594
    • helm: hide OSS annotations if driver not enabled by @huww98 in #1595
    • refactor(nas): get node information only in losetup mode by @iltyty in #1592
    • test: bump kubernetes to 1.34.3 by @huww98 in #1610
    • disk: skip unavailable test on darwin by @huww98 in #1609
    • batcher: fix lint by @huww98 in #1596
    • metadata: use synctest to avoid long sleep by @huww98 in #1606
    • metadata: migrate to ECS OpenAPI SDK v2 by @huww98 in #1599
    • oss(credentials): support STS.Token in nodePublishSecretRef and rotation by republish by @AlbeeSo in #1591
    • mounter/proxy: cleanups by @huww98 in #1275
    • oss: bump ossfs1.0 and ossfs2.0 versions by @AlbeeSo in #1611
    • disk: replace conf file with xattr by @huww98 in #1608
    • build(deps): bump github.com/aliyun/credentials-go from 1.4.8 to 1.4.10 by @dependabot[bot] in #1603
    • build(deps): bump github.com/alibabacloud-go/nas-20170626/v4 from 4.1.2 to 4.1.4 by @dependabot[bot] in #1602
    • remove deprecated oss token rotating uts by @AlbeeSo in #1615
    • test: add ecs.u2 instance type by @huww98 in #1598
    • refactor: make kube config optional in nas/oss node drivers by @iltyty in #1607
    • Support bmcpfs fileset dynamic provisioning by @mowangdk in #1568
    • Bump up alinas to v1.9 hotfix by @mowangdk in #1617
    • deploy: align bmcpfs sidecar with others by @huww98 in #1616

    Image Address:

    registry.cn-beijing.aliyuncs.com/acs/csi-plugin:v1.35.1
    registry.cn-beijing.aliyuncs.com/acs/csi-plugin:v1.35.1-init

    Full Changelog: v1.34.3...v1.35.1

    Open source →
    Additional notes

    v1.35.1

    Compare

    Choose a tag to compare

    Open source →
  21. v1.34.4-0.20251128024020-c1e7f0d3150428 Nov 2025pre-release

    Nothing published for this version

  22. v1.34.321 Nov 2025
    Release notes

    Mainly Update

    • OSS: ossfs 2.0 upgraded to 2.0.4
    • OSS: ossfs 2.0 Added support for arm64 architecture.
    • OSS: ossfs 1.0: Fixed a segmentation fault caused by occasional empty path requests from libfuse2.
    • OSS: Added support for monitoring the status of mount points.
    • Snapshots: Added support for snapshots of erofs type filesystems.
    • BMCPFS: Added support for static creation of filesets.
    • BMCPFS: Added support for automatic cross-domain switching.
    • DISK: Added support for lingjun node type

    What's Changed

    Image Address:

    registry.cn-beijing.aliyuncs.com/acs/csi-plugin:v1.34.3
    registry.cn-beijing.aliyuncs.com/acs/csi-plugin:v1.34.3-init

    Full Changelog: v1.34.1...v1.34.3

    Open source →
    Additional notes

    v1.34.3 release

    Compare

    Choose a tag to compare

    Open source →
  23. v1.34.2-0.20251117034141-be083ec9c01d17 Nov 2025pre-release

    Nothing published for this version

  24. v1.34.2-0.20251113102742-5a791a51ebad13 Nov 2025pre-release

    Nothing published for this version

  25. v1.34.2-0.20251110101627-298a44f54e4110 Nov 2025pre-release

    Nothing published for this version

  26. v1.34.2-0.20251110022053-92195b8bf24e10 Nov 2025pre-release

    Nothing published for this version

  27. v1.34.2-0.20251106110854-78a7f777f75d6 Nov 2025pre-release

    Nothing published for this version

  28. v1.34.115 Sept 2025

    Nothing published for this version

  29. v1.6.428 Jul 2025

    Nothing published for this version

  30. v1.6.4-rc.0.20250815121707-1bda70dcbccf15 Aug 2025pre-release

    Nothing published for this version

  31. v1.6.4-rc1 Aug 2025pre-release

    Nothing published for this version

  32. v1.6.4-0.20250606083438-0359c1ae4fda6 Jun 2025pre-release

    Nothing published for this version

  33. v1.6.4-0.20250527095817-10f294bb73af27 May 2025pre-release

    Nothing published for this version

  34. v1.6.4-0.20250514112320-0642c8df2a9914 May 2025pre-release

    Nothing published for this version

  35. v1.6.321 Apr 2025

    Nothing published for this version

  36. v1.6.3-0.20250512030515-7e81490473f712 May 2025pre-release

    Nothing published for this version

  37. v1.6.220 Mar 2025

    Nothing published for this version

  38. v1.6.2-0.20241226120656-f6cbe0049bcc26 Dec 2024pre-release

    Nothing published for this version

  39. v1.6.2-0.20241226111306-d6fa2669578026 Dec 2024pre-release

    Nothing published for this version

  40. v1.6.2-0.20241206083758-7f9305097fe56 Dec 2024pre-release

    Nothing published for this version

  41. v1.6.2-0.20241206062959-7d2ab3f8defe6 Dec 2024pre-release

    Nothing published for this version

  42. v1.6.2-0.20241205101601-0f04cd859d895 Dec 2024pre-release

    Nothing published for this version

  43. v1.6.13 Dec 2024

    Nothing published for this version

  44. v1.6.1-0.20241203084948-9819c8b575ac3 Dec 2024pre-release

    Nothing published for this version

  45. v1.6.026 Nov 2024

    Nothing published for this version

  46. v1.5.1-0.20241126094457-75f6f4a545f526 Nov 2024pre-release

    Nothing published for this version

  47. v1.5.1-0.20241125102103-2cd91a09433025 Nov 2024pre-release

    Nothing published for this version

  48. v1.5.1-0.20241123035902-d8e5c93dc69d23 Nov 2024pre-release

    Nothing published for this version

  49. v1.5.1-0.20241121122102-f3a12fe9c9e721 Nov 2024pre-release

    Nothing published for this version

  50. v1.5.1-0.20241119125456-f1a35f71486219 Nov 2024pre-release

    Nothing published for this version

  51. v1.5.1-0.20241119120653-927db132797d19 Nov 2024pre-release

    Nothing published for this version

  52. v1.5.1-0.20241119101853-310f304327c419 Nov 2024pre-release

    Nothing published for this version

  53. v1.5.1-0.20241118101453-388d5a26ca1018 Nov 2024pre-release

    Nothing published for this version

  54. v1.5.1-0.20241116035603-929b4ebfbb6f16 Nov 2024pre-release

    Nothing published for this version

  55. v1.5.1-0.20241113094247-3320b7eb51c413 Nov 2024pre-release

    Nothing published for this version

  56. v1.5.1-0.20241108101845-096e63c9ffea8 Nov 2024pre-release

    Nothing published for this version

  57. v1.5.1-0.20240904024240-e749bf20f50e4 Sept 2024pre-release

    Nothing published for this version

  58. v1.5.1-0.20240820124712-de2c519337e420 Aug 2024pre-release

    Nothing published for this version

  59. v1.5.016 Aug 2024

    Nothing published for this version

  60. v1.4.1-0.20240625093741-31e5c6b5988325 Jun 2024pre-release

    Nothing published for this version