Skip to content

Releases: kadalu/kadalu

1.3.0

23 May 16:32
d6bfe1a
Compare
Choose a tag to compare
  • Improve handling external volume mount failures.
  • Skip ssh connectivity checks if quota is disabled.
  • Improve handling SIGHUP in csi containers.
  • Enhance node plugins to handle upgrades.
  • Fix double mount issue in nodeplugin.
  • Fix the errors while doing server pods reachability checks.

Changelog: 1.2.0...HEAD

1.2.0

03 Oct 15:40
77ff63e
Compare
Choose a tag to compare
  • simple-quota xattr added to afr-and-dht ignore list (glusterfs)
  • Add IPV6 address family with INET6 (#1000)

1.1.0

17 Apr 18:06
26fd24f
Compare
Choose a tag to compare
  • Add support for Arbiter Storage pool.
  • Use new volgen library for Brick, Client and Self heal daemon volfiles
  • Use volfile server option to mount the Kadalu storage instead of volfile path.
  • Move healinfo execution to server pods, Trigger client-heal from csi pod.

1.0.1

30 Mar 02:26
db7f718
Compare
Choose a tag to compare
fix calculation of summary table in provisioner (#949) (#950)

Signed-off-by: guochao <[email protected]>

1.0.0

30 Nov 10:11
df70c7f
Compare
Choose a tag to compare
  • First major release
  • See full list of changes here

0.9.1

23 Nov 08:35
e4afd97
Compare
Choose a tag to compare
  • Removed armv7 container images since Gluster doesn't support 32 bit platforms.

0.9.0

21 Nov 11:39
f9bea80
Compare
Choose a tag to compare
  • Helm chart: fixed namespace management bug
  • Mount FHS standardized kernel module directory
  • Fix wrong calculations of free_size_bytes
  • Bump kubernetes python package and use latest glusterfs build (with tcmalloc)
  • Internally map kadalu_format to single_pv_per_pool
  • Remove default tiebreaker node and add support for Replica2
  • Implement logrotate to free-up used space from gluster logs
  • Fix application of tolerations from Pool CR on glusterfs-server and
    nodeplugin pods
  • Fix documentation related to using Kadalu metrics with OpenShift
    user-workload-monitoring feature

0.8.17

17 Oct 13:03
f772f9c
Compare
Choose a tag to compare
  • Update Python modules dependencies for all components
  • Openshift documentation improvements

0.8.16

01 Sep 07:56
e3726d1
Compare
Choose a tag to compare
  • Use helm for generating devel manifests
  • Harden RBAC permissions
  • Support custom kubelet dir
  • Container images can now be built directly from the repository without dependencies on previous build steps
  • Enable and correctly handle tolerations supplied in KadaluStorage CR
  • Multiple fixes around handling deletions and metrics (#879)

0.8.15

16 Jun 17:28
33c8fa5
Compare
Choose a tag to compare
  • Enhance PV status command to check the Status from Provisioner pod instead of
    Server Pod to avoid errors when the Db file hashed to different distribute group
    other than first server Pod.
  • Fix Monitoring/Prometheus labels for OCP setup.
  • Fix the stale metrics from deleted Storage pools, PVs and other entities.
  • Fix Quota crawler issues.
  • Removed empty log lines from Quota crawler.
  • Multiple CSI fixes around expanding Block vols, PVC deletion leftovers and fix broken Nomad deployments