Skip to content

Releases: weka/csi-wekafs

v2.5.0

15 Oct 17:34
Compare
Choose a tag to compare

What's Changed

New features

  • feat(CSI-253): support custom CA certificate in API secret by @sergeyberezansky in #324
    This enhancement allows providing a base64-encoded CA certificate in X509 format for secure API connectivity
  • feat(CSI-213): support NFS transport by @sergeyberezansky in #299
    This feature provides a way to provision and publish WEKA CSI volumes via NFS transport for clusters that cannot be installed with Native WEKA client software. For additional information, refer to https://github.com/weka/csi-wekafs/blob/main/docs/NFS.md
  • feat(CSI-252): implement kubelet PVC stats by @sergeyberezansky in #322
    This feature provides a way to monitor WEKA CSI volume usage statistics via kubelet statistics collection.
    The following statistics are supported:
    • kubelet_volume_stats_capacity_bytes
    • kubelet_volume_stats_available_bytes
    • kubelet_volume_stats_used_bytes
    • kubelet_volume_stats_inodes
    • kubelet_volume_stats_inodes_free
    • kubelet_volume_stats_inodes_used

Known limitations

  • Due to current limitation of WEKA software, publishing snapshot-backed volumes via NFS transport is not supported and could result in stale file handle error when trying to access the volume contents from within the pod.
    This limitation applies to both new snapshot-backed volumes and to any volumes that were cloned from existing PersistentVolume or Snapshot.

Improvements

Bug Fixes

Miscellaneous

New Contributors

v2.5.0-beta2

04 Oct 10:56
Compare
Choose a tag to compare

What's Changed

Improvements

Bug Fixes

  • fix(CSI-260): lookup of NFS interface group fails when empty name provided by @sergeyberezansky in #341
  • fix(CSI-270): filesystem-backed volumes cannot be deleted due to stale NFS permissions by @sergeyberezansky in #344
  • fix(CSI-269): nfsmount mountPoint may be incorrect in certain cases by @sergeyberezansky in #345

Miscellaneous

Full Changelog: v2.5.0-beta...main

What's Changed

New features

Improvements

Bug Fixes

Miscellaneous

New Contributors

What's Changed

Improvements

Bug Fixes

  • fix(CSI-260): lookup of NFS interface group fails when empty name provided by @sergeyberezansky in #341
  • fix(CSI-270): filesystem-backed volumes cannot be deleted due to stale NFS permissions by @sergeyberezansky in #344
  • fix(CSI-269): nfsmount mountPoint may be incorrect in certain cases by @sergeyberezansky in #345

Miscellaneous

Full Changelog: v2.5.0-beta...v2.5.0-beta2

v2.5.0-beta

17 Sep 11:45
Compare
Choose a tag to compare
v2.5.0-beta Pre-release
Pre-release

What's Changed

New features

Improvements

Bug Fixes

Miscellaneous

New Contributors

v2.4.1

01 Aug 08:48
Compare
Choose a tag to compare

What's Changed

New features

Improvements

Bug Fixes

  • fix(CSI-224,WEKAPP-417375): race condition on multiple volume deletion in parallel by @sergeyberezansky in #286
  • fix(CSI-236): for OCP installations, only 1 machineConfigPolicy was created by @sergeyberezansky in #294

Miscellaneous

v2.4.0

26 Jun 11:52
Compare
Choose a tag to compare

What's Changed

New Features

Bug Fixes

Miscellaneous

  • chore(deps): update azure/setup-helm action to v4 by @renovate in #243
  • chore(deps): update helm/kind-action action to v1.10.0 by @renovate in #240
  • chore(deps): update actions/checkout digest to 692973e by @renovate in #256
  • fix(deps): update module github.com/google/uuid to v1.6.0 by @renovate in #221
  • fix(deps): update golang.org/x/exp digest to 7f521ea by @renovate in #257
  • fix(deps): update module google.golang.org/grpc to v1.64.0 by @renovate in #224
  • fix(deps): update module github.com/rs/zerolog to v1.33.0 by @renovate in #235
  • chore(deps): update docker/build-push-action action to v6 by @renovate in #264
  • fix(deps): update module google.golang.org/protobuf to v1.34.2 by @renovate in #263
  • chore(deps): update softprops/action-gh-release action to v2 by @renovate in #265
  • fix(deps): update module github.com/hashicorp/go-version to v1.7.0 by @renovate in #260
  • chore(deps): update dependency go to v1.22.4 by @renovate in #259

Full Changelog: v2.3.4...v2.4.0

v2.3.4

23 Jan 12:37
Compare
Choose a tag to compare

Full Changelog: v2.3.2...v2.3.4

v2.3.3

22 Jan 11:59
Compare
Choose a tag to compare
v2.3.3 Pre-release
Pre-release

What's Changed

Miscellaneous

  • fix(deps): update module golang.org/x/sync to v0.6.0 by @renovate in #210
  • fix(deps): update module google.golang.org/protobuf to v1.32.0 by @renovate in #208
  • fix(deps): update module github.com/google/uuid to v1.5.0 by @renovate in #204
  • fix(deps): update module github.com/prometheus/client_golang to v1.18.0 by @renovate in #209
  • fix(deps): update module google.golang.org/grpc to v1.60.1 - autoclosed by @renovate in #203
  • fix(deps): update golang.org/x/exp digest to 1b97071 by @renovate in #206
  • fix(deps): update opentelemetry-go monorepo to v1.22.0 by @renovate in #211
  • fix(deps): update external sidecars by @sergeyberezansky in #214

What's Changed

Miscellaneous

  • fix(deps): update module golang.org/x/sync to v0.6.0 by @renovate in #210
  • fix(deps): update module google.golang.org/protobuf to v1.32.0 by @renovate in #208
  • fix(deps): update module github.com/google/uuid to v1.5.0 by @renovate in #204
  • fix(deps): update module github.com/prometheus/client_golang to v1.18.0 by @renovate in #209
  • fix(deps): update module google.golang.org/grpc to v1.60.1 - autoclosed by @renovate in #203
  • fix(deps): update golang.org/x/exp digest to 1b97071 by @renovate in #206
  • fix(deps): update opentelemetry-go monorepo to v1.22.0 by @renovate in #211
  • fix(deps): update external sidecars by @sergeyberezansky in #214

Full Changelog: v2.3.2...v2.3.3

v2.3.2

29 Nov 15:47
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • fix(CSI-170): error not reported when moving directory to trash by @sergeyberezansky in #184
  • fix(CSI-171): deletion of PVCs is successful but associated PVC folders are not removed from underlying WEKA file system. by @sergeyberezansky in #184

Miscellaneous

  • chore(deps): update helm/chart-testing-action action to v2.6.1 by @renovate in #184
  • chore(deps): update helm/chart-releaser-action action to v1.6.0 by @renovate in #183

Full Changelog: v2.3.1...v2.3.2

v2.3.1

01 Nov 11:07
Compare
Choose a tag to compare

What's Changed

Features

Bug Fixes

Miscellaneous

  • chore(deps): update actions/checkout digest to b4ffde6 by @renovate in #161
  • chore(deps): update stefanzweifel/git-auto-commit-action action to v5 by @renovate in #167
  • chore(deps): update helm/chart-testing-action action to v2.6.0 by @renovate in #181
  • chore(deps): bump dependencies by @sergeyberezansky in #177

What's Changed

Miscellaneous

  • chore(deps): update actions/checkout digest to b4ffde6 by @renovate in #161
  • chore(deps): update stefanzweifel/git-auto-commit-action action to v5 by @renovate in #167
  • chore(deps): update helm/chart-testing-action action to v2.6.0 by @renovate in #181

Full Changelog: v2.3.0...v2.3.1

v2.3.0

14 Sep 15:11
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • fix(CSI-156): error is not returned on mount when Weka container is missing by @sergeyberezansky in #58

New features

Miscellaneous

  • chore(deps): update actions/checkout action to v4 by @renovate in #152
  • fix(deps): update kubernetes packages to v0.28.1 by @renovate in #139
  • fix(deps): update module github.com/google/uuid to v1.3.1 by @renovate in #148
  • fix(deps): update module github.com/rs/zerolog to v1.30.0 by @renovate in #146
  • fix(deps): update module google.golang.org/grpc to v1.58.0 by @renovate in #145
  • fix(deps): update module github.com/kubernetes-csi/csi-lib-utils to v0.15.0 by @renovate in #149
  • fix(deps): update opentelemetry-go monorepo to v1.17.0 by @renovate in #151
  • fix(deps): update golang.org/x/exp digest to 9212866 by @renovate in #144
  • chore(deps): update docker/build-push-action action to v5 by @renovate in #154
  • chore(deps): update docker/login-action action to v3 by @renovate in #155
  • chore(deps): update docker/setup-buildx-action action to v3 by @renovate in #156